File tree Expand file tree Collapse file tree 4 files changed +8
-11
lines changed
Atc.CodingRules.AnalyzerProviders.Tests
Atc.CodingRules.Updater.Tests Expand file tree Collapse file tree 4 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 11global using Atc . CodingRules . AnalyzerProviders . Providers ;
2- global using Atc . XUnit ;
3-
4- global using Microsoft . Extensions . Logging . Abstractions ;
5-
6- global using Xunit ;
2+ global using Microsoft . Extensions . Logging . Abstractions ;
Original file line number Diff line number Diff line change 11// ReSharper disable ReturnTypeCanBeEnumerable.Local
22namespace Atc . CodingRules . Updater . Tests ;
33
4- public class EditorConfigHelperTests
4+ public sealed class EditorConfigHelperTests
55{
66 private static readonly string WorkingDirectory = Path . Combine ( Path . GetTempPath ( ) , "atc-coding-rules-updater-editorconfig-test" ) ;
77 private readonly FileInfo [ ] testFiles = CollectTestFiles ( ) ;
88
99 private readonly ITestOutputHelper testOutput ;
1010
1111 public EditorConfigHelperTests ( ITestOutputHelper testOutput )
12- {
13- this . testOutput = testOutput ;
14- }
12+ => this . testOutput = testOutput ;
1513
1614 [ Fact ]
1715 public void DotNet6_Root_Update1 ( )
Original file line number Diff line number Diff line change 1- global using System . Reflection ;
2- global using Xunit . Abstractions ;
1+ global using System . Reflection ;
Original file line number Diff line number Diff line change 1414
1515 <ItemGroup >
1616 <PackageReference Include =" Atc.Test" Version =" 2.0.16" />
17+ <PackageReference Include =" Atc.XUnit" Version =" 3.0.12" />
1718 <PackageReference Include =" NSubstitute.Analyzers.CSharp" Version =" 1.0.17" />
1819 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1" />
1920 <PackageReference Include =" Microsoft.Testing.Extensions.CodeCoverage" Version =" 18.1.0" />
2021 <PackageReference Include =" Microsoft.Testing.Extensions.TrxReport" Version =" 2.0.2" />
2122 <PackageReference Include =" xunit.v3.mtp-v2" Version =" 3.2.0" />
23+ <PackageReference Include =" Neovolve.Logging.Xunit.v3" Version =" 7.2.0" />
2224 <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5" >
2325 <PrivateAssets >all</PrivateAssets >
2426 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2729
2830 <ItemGroup >
2931 <Using Include =" Atc.Test" />
32+ <Using Include =" Atc.XUnit" />
3033 <Using Include =" AutoFixture" />
3134 <Using Include =" AutoFixture.Xunit3" />
3235 <Using Include =" FluentAssertions" />
3336 <Using Include =" NSubstitute" />
3437 <Using Include =" Xunit" />
38+ <Using Include =" Neovolve.Logging.Xunit" />
3539 </ItemGroup >
3640
3741</Project >
You can’t perform that action at this time.
0 commit comments