aboutsummaryrefslogtreecommitdiff
path: root/lib/VNLib.Data.Caching/src
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-05-02 15:41:48 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-05-02 15:41:48 -0400
commit4e94a53ee517c47ffc0a024c4d3e72b1968f9dac (patch)
treee736be25211af63169b392dab052c2761ff4c157 /lib/VNLib.Data.Caching/src
parent10997f538217f161568334ef8a2891504ec6b2c4 (diff)
spring project cleanup
Diffstat (limited to 'lib/VNLib.Data.Caching/src')
-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>