aboutsummaryrefslogtreecommitdiff
path: root/lib/Net.Messaging.FBM
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-05-02 15:22:53 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-05-02 15:22:53 -0400
commitf4f0d4f74250257991c57bfae74c4852c7e1ae46 (patch)
tree4a59de1df70ed3c9385fae1da5aa29b30a2a94b8 /lib/Net.Messaging.FBM
parentf0b7dca107659df1d7d4631fdbd2aae9d716d053 (diff)
feat: Buff middleware handlers
| | Added implicit support for middleware post processing of files before the filehandler closes the connection. Also cleaned up some project file stuff
Diffstat (limited to 'lib/Net.Messaging.FBM')
-rw-r--r--lib/Net.Messaging.FBM/src/VNLib.Net.Messaging.FBM.csproj7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/Net.Messaging.FBM/src/VNLib.Net.Messaging.FBM.csproj b/lib/Net.Messaging.FBM/src/VNLib.Net.Messaging.FBM.csproj
index 667dfed..897bca5 100644
--- a/lib/Net.Messaging.FBM/src/VNLib.Net.Messaging.FBM.csproj
+++ b/lib/Net.Messaging.FBM/src/VNLib.Net.Messaging.FBM.csproj
@@ -2,15 +2,18 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
+ <Nullable>enable</Nullable>
<RootNamespace>VNLib.Net.Messaging.FBM</RootNamespace>
<AssemblyName>VNLib.Net.Messaging.FBM</AssemblyName>
- <Nullable>enable</Nullable>
- <AnalysisLevel>latest-all</AnalysisLevel>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
</PropertyGroup>
<PropertyGroup>
+ <AnalysisLevel Condition="'$(BuildingInsideVisualStudio)' == true">latest-all</AnalysisLevel>
+ </PropertyGroup>
+
+ <PropertyGroup>
<PackageId>VNLib.Net.Messaging.FBM</PackageId>
<Authors>Vaughn Nugent</Authors>
<Company>Vaughn Nugent</Company>