aboutsummaryrefslogtreecommitdiff
path: root/lib/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj')
-rw-r--r--lib/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj b/lib/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj
index 3208d12..54c80d5 100644
--- a/lib/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj
+++ b/lib/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj
@@ -2,11 +2,14 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
+ <Nullable>enable</Nullable>
<RootNamespace>VNLib.Data.Caching</RootNamespace>
<AssemblyName>VNLib.Data.Caching</AssemblyName>
- <Nullable>enable</Nullable>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
- <AnalysisLevel>latest-all</AnalysisLevel>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <AnalysisLevel Condition="'$(BuildingInsideVisualStudio)' == true">latest-all</AnalysisLevel>
</PropertyGroup>
<PropertyGroup>