File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
tests/bunit.analyzers.tests Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 102102 <PackageVersion Include =" Microsoft.CodeAnalysis.Workspaces.Common" Version =" 4.14.0" />
103103 <PackageVersion Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.14.0" />
104104 <PackageVersion Include =" Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing" Version =" 1.1.2" />
105- <PackageVersion Include =" Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit " Version =" 1.1.2" />
105+ <PackageVersion Include =" Microsoft.CodeAnalysis.CSharp.Analyzer.Testing" Version =" 1.1.2" />
106106 </ItemGroup >
107107</Project >
Original file line number Diff line number Diff line change 11using System . Threading . Tasks ;
22using Microsoft . CodeAnalysis . CSharp . Testing ;
33using Microsoft . CodeAnalysis . Testing ;
4- using Microsoft . CodeAnalysis . Testing . Verifiers ;
54using Xunit ;
65
76namespace Bunit . Analyzers . Tests ;
Original file line number Diff line number Diff line change 1414
1515 <ItemGroup >
1616 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" />
17- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit " />
17+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Analyzer.Testing" />
1818 <PackageReference Include =" Microsoft.NET.Test.Sdk" />
1919 <PackageReference Include =" xunit.v3" />
2020 <PackageReference Include =" xunit.runner.visualstudio" PrivateAssets =" All" IncludeAssets =" Runtime;Build;Native;contentFiles;Analyzers" />
You can’t perform that action at this time.
0 commit comments