Try dotnet-project-file-analyzers #193
Annotations
11 warnings
analyze
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
analyze:
src/Destructurama.Attributed.Tests/Destructurama.Attributed.Tests.csproj#L1
Define the <Description> or <PackageDescription> node explicitly or define the <IsPackable> node with value 'false'. (https://dotnet-project-file-analyzers.github.io/rules/Proj0202.html)
|
analyze:
src/Destructurama.Attributed.Tests/Destructurama.Attributed.Tests.csproj#L19
Define package reference assets of 'coverlet.msbuild' as attributes. (https://dotnet-project-file-analyzers.github.io/rules/Proj0005.html)
|
analyze:
src/Destructurama.Attributed.Tests/Destructurama.Attributed.Tests.csproj#L5
Use the <TargetFramework> node instead. (https://dotnet-project-file-analyzers.github.io/rules/Proj0009.html)
|
analyze:
src/Destructurama.Attributed.Tests/Destructurama.Attributed.Tests.csproj#L13
Mark the package reference "Microsoft.NET.Test.Sdk" as a private asset. (https://dotnet-project-file-analyzers.github.io/rules/Proj1200.html)
|
analyze:
src/Destructurama.Attributed.Tests/Destructurama.Attributed.Tests.csproj#L15
Mark the package reference "NUnit3TestAdapter" as a private asset. (https://dotnet-project-file-analyzers.github.io/rules/Proj1200.html)
|
analyze:
src/Destructurama.Attributed.Tests/Destructurama.Attributed.Tests.csproj#L19
Package 'coverlet.msbuild' is not ordered alphabetically and should appear before 'Microsoft.Extensions.Telemetry.Abstractions'. (https://dotnet-project-file-analyzers.github.io/rules/Proj0015.html)
|
analyze:
src/Destructurama.Attributed.Tests/Destructurama.Attributed.Tests.csproj#L19
Remove <IncludeAssets> as it is redundant when all assets are private. (https://dotnet-project-file-analyzers.github.io/rules/Proj0026.html)
|
analyze:
src/Destructurama.Attributed.Tests/Destructurama.Attributed.Tests.csproj#L1
Set <IsTestProject> to true. (https://dotnet-project-file-analyzers.github.io/rules/Proj0453.html)
|
analyze:
src/Destructurama.Attributed.Tests/Destructurama.Attributed.Tests.csproj#L27
<ProjectReference Include> contains backward slashes. (https://dotnet-project-file-analyzers.github.io/rules/Proj0023.html)
|
analyze:
src/Destructurama.Attributed.Tests/Destructurama.Attributed.Tests.csproj#L1
Define the <Description> or <PackageDescription> node explicitly or define the <IsPackable> node with value 'false'. (https://dotnet-project-file-analyzers.github.io/rules/Proj0202.html)
|