We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c377e83 commit 94488a0Copy full SHA for 94488a0
src/APIs/SXG.EvalPlatform.API/Program.cs
@@ -3,7 +3,8 @@
3
using SXG.EvalPlatform.API.Middleware; // ? Added for UserContextMiddleware
4
using SxgEvalPlatformApi.Extensions;
5
using System.Threading.RateLimiting;
6
-using Microsoft.Identity.ServiceEssentials; // Added for UseMise middleware
+using Microsoft.Identity.ServiceEssentials;
7
+using SXG.EvalPlatform.Common; // Added for UseMise middleware
8
9
var builder = WebApplication.CreateBuilder(args);
10
0 commit comments