aboutsummaryrefslogtreecommitdiff
path: root/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj')
-rw-r--r--lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj b/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj
index c7a4151..b127800 100644
--- a/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj
+++ b/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj
@@ -6,11 +6,14 @@
<AssemblyName>VNLib.Net.Rest.Client</AssemblyName>
<RootNamespace>VNLib.Net.Rest.Client</RootNamespace>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
- <AnalysisLevel>latest-all</AnalysisLevel>
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
</PropertyGroup>
<PropertyGroup>
+ <AnalysisLevel Condition="'$(BuildingInsideVisualStudio)' == true">latest-all</AnalysisLevel>
+ </PropertyGroup>
+
+ <PropertyGroup>
<PackageId>VNLib.Net.Rest.Client</PackageId>
<Company>Vaughn Nugent</Company>
<Authors>Vaughn Nugent</Authors>