Skip to content

Commit

Permalink
Enable trim warnings in the project
Browse files Browse the repository at this point in the history
  • Loading branch information
andrueastman committed Apr 5, 2023
1 parent 0439860 commit 812ec3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Microsoft.Kiota.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<IsTrimmable>true</IsTrimmable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<!-- Enable this line once we go live to prevent breaking changes -->
<!-- <PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion> -->
Expand Down

0 comments on commit 812ec3a

Please sign in to comment.