File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 33# All files
44[* ]
55indent_style = tab
6+ dotnet_diagnostic.xUnit2015.severity = silent
7+ dotnet_diagnostic.NU1701.severity = silent
68
79# Xml files
810[* .xml ]
@@ -26,6 +28,3 @@ dotnet_naming_style.end_in_async.word_separator =
2628
2729# CS0067: Das Ereignis "CloseOnEscapeBehavior.CanExecuteChanged" wird nie verwendet.
2830dotnet_diagnostic.CS0067.severity = silent
29-
30- dotnet_diagnostic.xUnit2015.severity = silent
31- dotnet_diagnostic.NU1701.severity = silent
Original file line number Diff line number Diff line change 3535 <PackageReference Include =" Microsoft.Build" Version =" 16.4.0" />
3636 <PackageReference Include =" Microsoft.Build.Framework" Version =" 16.4.0" />
3737 <PackageReference Include =" Microsoft.Build.Utilities.Core" Version =" 16.4.0" />
38- <PackageReference Include =" Microsoft.CodeAnalysis.Common" Version =" 3.4.0" />
39- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 3.4.0" />
40- <PackageReference Include =" Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version =" 3.4.0" />
4138 <PackageReference Include =" Microsoft.CodeAnalysis.Workspaces.Common" Version =" 3.4.0" />
4239 <PackageReference Include =" Microsoft.CodeAnalysis.Workspaces.MSBuild" Version =" 3.4.0" />
4340 <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 2.2.0" />
Original file line number Diff line number Diff line change 88using Microsoft . Build . Construction ;
99using Microsoft . Build . Definition ;
1010using Microsoft . CodeAnalysis ;
11- using Microsoft . CodeAnalysis . CSharp . Syntax ;
1211using Microsoft . CodeAnalysis . MSBuild ;
1312using NLog ;
1413
You can’t perform that action at this time.
0 commit comments