add roslyn analyzer for command description attributes

This commit is contained in:
13xforever
2025-03-12 14:30:27 +05:00
parent 54e4f3a721
commit 45869c4f7a
6 changed files with 95 additions and 11 deletions

View File

@@ -5,11 +5,12 @@
<LangVersion>latest</LangVersion>
<NoWarn>1701;1702;RS2008;RS1036</NoWarn>
<Nullable>enable</Nullable>
<IsRoslynComponent>true</IsRoslynComponent>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" PrivateAssets="all" />
</ItemGroup>
</Project>