Add OpenAPI and Swagger support

Fix for async Task flows, using deferred results
This commit is contained in:
2025-05-22 15:38:07 +02:00
parent c429a55e8e
commit 48758ef5e1
4 changed files with 265 additions and 90 deletions
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.9.0</Version>
<Version>0.9.1</Version>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Alexandru Macocian</Authors>
@@ -13,6 +13,7 @@
<IsRoslynComponent>true</IsRoslynComponent>
<IsRoslynAnalyzer>true</IsRoslynAnalyzer>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<Nullable>Enable</Nullable>
</PropertyGroup>
<ItemGroup>