Skip to content

Commit

Permalink
Enable .NET analysers for remaining projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparronator9999 committed Sep 4, 2024
1 parent c7651fd commit 17a9aaa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion YAMDCC.ECAccess/Driver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ internal class Driver : IDisposable

private DriverStatus _status;
private int _error;
private bool Disposed = false;
private bool Disposed;

/// <summary>
/// The current status of this <see cref="Driver"/> instance.
Expand Down
2 changes: 2 additions & 0 deletions YAMDCC.ECAccess/YAMDCC.ECAccess.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<AssemblyVersion>0.6.9.420</AssemblyVersion>
<FileVersion>0.6.9.420</FileVersion>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<EnableNETAnalyzers>True</EnableNETAnalyzers>
<AnalysisLevel>latest-recommended</AnalysisLevel>
</PropertyGroup>
<ItemGroup>
<None Update="WinRing0.sys">
Expand Down
2 changes: 2 additions & 0 deletions YAMDCC.IPC/YAMDCC.IPC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<FileVersion>1.6.0.0</FileVersion>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<EnableNETAnalyzers>True</EnableNETAnalyzers>
<AnalysisLevel>latest-recommended</AnalysisLevel>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
Expand Down

0 comments on commit 17a9aaa

Please sign in to comment.