📝 Makes documentation optional for partial elements in samples & tests

This commit is contained in:
2026-03-30 01:26:23 +03:00
parent db57eed6c0
commit 9193f0b412
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<PropertyGroup> <PropertyGroup>
<IsPackable>false</IsPackable> <IsPackable>false</IsPackable>
<IsPublishable>false</IsPublishable> <IsPublishable>false</IsPublishable>
<NoWarn>$(NoWarn);SA1600;CS1591</NoWarn> <NoWarn>$(NoWarn);SA1600;SA1601;CS1591</NoWarn>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
+1 -1
View File
@@ -6,7 +6,7 @@
<PropertyGroup> <PropertyGroup>
<IsPublishable>false</IsPublishable> <IsPublishable>false</IsPublishable>
<IsTestProject>true</IsTestProject> <IsTestProject>true</IsTestProject>
<NoWarn>$(NoWarn);SA1600;CS1591</NoWarn> <NoWarn>$(NoWarn);SA1600;SA1601;CS1591</NoWarn>
</PropertyGroup> </PropertyGroup>
<ItemGroup Label="xUnit Configuration" Condition="Exists('$(MSBuildThisFileDirectory)\..\xunit.runner.json') AND $(IsTestProject)=='True' AND @(PackageReference->StartsWith('xunit')->Count()) &gt; 0"> <ItemGroup Label="xUnit Configuration" Condition="Exists('$(MSBuildThisFileDirectory)\..\xunit.runner.json') AND $(IsTestProject)=='True' AND @(PackageReference->StartsWith('xunit')->Count()) &gt; 0">