Skip to content

Commit

Permalink
- adds dotnet analysers to maintain code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Jun 26, 2023
1 parent 330c636 commit f65d36d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Microsoft.Kiota.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="[6.0,8.0)" />
<PackageReference Include="Tavis.UriTemplates" Version="2.0.0" />
Expand Down

0 comments on commit f65d36d

Please sign in to comment.