aboutcode-org / aboutcode-org/nuget-inspector

No package metadata found warning for project references

オープン
#53 コメント 2 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。