fix issues and build and run Successfully ...

This commit is contained in:
2026-07-29 09:05:36 +03:30
parent 7dd333f013
commit 9caf46a266
10 changed files with 66 additions and 460 deletions
+3 -2
View File
@@ -1,5 +1,8 @@
using System.Collections.Generic;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.HttpOverrides;
using Microsoft.Extensions.DependencyInjection;
using xCommons.Authorization;
using xCommons.Extensions;
using xIdentityHelper;
@@ -72,9 +75,7 @@ namespace xAiApi.Extensions
};
//
#pragma warning disable ASPDEPR005 // Type or member is obsolete
forwardOptions.KnownNetworks.Clear();
#pragma warning restore ASPDEPR005 // Type or member is obsolete
forwardOptions.KnownProxies.Clear();
//