File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
src/Spectre.Console.Analyzer
test/Spectre.Console.Analyzer.Tests Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 88 <IncludeBuildOutput >false</IncludeBuildOutput >
99 <Nullable >enable</Nullable >
1010 <NoPackageAnalysis >true</NoPackageAnalysis >
11+ <EnforceExtendedAnalyzerRules >true</EnforceExtendedAnalyzerRules >
1112 </PropertyGroup >
12-
13+
1314 <ItemGroup >
1415 <AdditionalFiles Include =" ..\stylecop.json" Link =" Properties/stylecop.json" />
1516 <None Include =" ../../resources/gfx/small-logo.png" Pack =" true" PackagePath =" \" Link =" Properties/small-logo.png" />
1617 </ItemGroup >
17-
18+
1819 <ItemGroup >
19- <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.3 " PrivateAssets =" all" />
20- <PackageReference Include =" Microsoft.CodeAnalysis" Version =" 4.2 .0" PrivateAssets =" all" />
21- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.2 .0" PrivateAssets =" all" />
22- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.2 .0" PrivateAssets =" all" />
20+ <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.4 " PrivateAssets =" all" />
21+ <PackageReference Include =" Microsoft.CodeAnalysis" Version =" 4.8 .0" PrivateAssets =" all" />
22+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.8 .0" PrivateAssets =" all" />
23+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.8 .0" PrivateAssets =" all" />
2324 </ItemGroup >
24-
25+
2526 <ItemGroup >
2627 <None Remove =" bin\Debug\netstandard2.0\\Spectre.Console.Analyzer.dll" />
2728 </ItemGroup >
Original file line number Diff line number Diff line change 1212 <ItemGroup >
1313 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit" Version =" 1.1.1" />
1414 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version =" 1.1.1" />
15- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.2 .0" />
15+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.8 .0" />
1616 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.3.2" />
1717 <PackageReference Include =" xunit" Version =" 2.4.2" />
1818 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" >
You can’t perform that action at this time.
0 commit comments