📝 Makes documentation optional for samples & tests

This commit is contained in:
2026-03-30 00:11:01 +03:00
parent 2be87a7da6
commit db57eed6c0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<PropertyGroup>
<IsPackable>false</IsPackable>
<IsPublishable>false</IsPublishable>
<NoWarn>$(NoWarn);SA1600</NoWarn>
<NoWarn>$(NoWarn);SA1600;CS1591</NoWarn>
</PropertyGroup>
<ItemGroup>