File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
BenchmarkDotNet.Analyzers
BenchmarkDotNet.Annotations Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 55 <IsPackable >false</IsPackable >
66
77 <!-- Avoid ID conflicts with the package project. -->
8- <PackageId >*$(MSBuildProjectFile)* </PackageId >
8+ <PackageId >BenchmarkDotNet.Analyzers </PackageId >
99 <EnforceExtendedAnalyzerRules >true</EnforceExtendedAnalyzerRules >
10- <NoWarn >CS1591</NoWarn >
10+ <NoWarn >$(NoWarn); CS1591</NoWarn >
1111 </PropertyGroup >
1212
1313 <ItemGroup >
Original file line number Diff line number Diff line change 1414 <ItemGroup >
1515 <Compile Include =" ..\BenchmarkDotNet\Helpers\CodeAnnotations.cs" Link =" Attributes\CodeAnnotations.cs" />
1616 </ItemGroup >
17- <ItemGroup >
18- <ProjectReference Include =" ..\BenchmarkDotNet.Analyzers\BenchmarkDotNet.Analyzers.csproj" />
17+ <ItemGroup >
18+ <ProjectReference Include =" ..\BenchmarkDotNet.Analyzers\BenchmarkDotNet.Analyzers.csproj" PrivateAssets =" all" />
19+ <None Include =" $(OutputPath)\netstandard2.0\BenchmarkDotNet.Analyzers.dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
1920 </ItemGroup >
2021</Project >
You can’t perform that action at this time.
0 commit comments