aboutcode-org / aboutcode-org/nuget-inspector

No package metadata found warning for project references

未关闭
#53 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
C#
星标
5
派生
13
PR 合并指标
30 天内没有已合并 PR

描述

Hi everyone,

when analyzing my project with `nuget-inspector` I get lots of warnings like the following:

```sh
nuget-inspector \
--project-file=src/B/B/B.csproj \
--nuget-config="src/nuget.config" \
--json="nuget-inspector-results/results.json"

Effective project framework: net8.0-windows10.0.22621
Loading nuget.config: src/nuget.config

PopulateResources: Loaded 2 package sources from nuget.config
AddSourceRepo: adding new https://api.nuget.org/v3/index.json
AddSourceRepo: adding new https://pkgs.dev.azure.com/internal/A/_packaging/A-Dependencies/nuget/v3/index.json

ProjectScanner: Using filename as project name: B
No project version found

Running scan of: src/B/B/B.csproj with fallback: False
Using project-assets.json lockfile at: /home/myuser/src/B/B/obj/project.assets.json
LockFile: NuGet.ProjectModel.LockFile
LockFile.Path: /home/myuser/src/B/B/obj/project.assets.json
LockFile.PackageSpec: NuGet.ProjectModel.PackageSpec
LockFile.PackageSpec.TargetFrameworks: System.Collections.Generic.List`1[NuGet.ProjectModel.TargetFrameworkInformation]
Found #27 dependencies with data_source_id: dotnet-project.assets.json
Project resolved: B
Fetching package metadata for: System.Reactive.6.0.0
Fetching package metadata for: System.Reactive.6.0.0
Nuspec copyright: Copyright (c) .NET Foundation and Contributors.
Nuspec repo.type: git
Nuspec repo.url: https://github.com/dotnet/reactive
Nuspec repo.branch:
Nuspec repo.commit: e29c7a50db88513a87651c366088da8b7f40b1f0
# ISSUES STARTING HERE
Fetching package metadata for: B.Application.1.2.3
No package metadata found for B.Application.1.2.3.
Failed to get remote metadata for name: 'B.Application' version: '1.2.3'.
Fetching package metadata for: B.Core.1.2.3
No package metadata found for B.Core.1.2.3.

```

This is to be expected since those are my own projects which reside in the same parent directory. What is the correct way to handle this?

Best regards.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。