Skip to content

Bump NSwag.AspNetCore from 13.19.0 to 14.0.3 #342

Bump NSwag.AspNetCore from 13.19.0 to 14.0.3

Bump NSwag.AspNetCore from 13.19.0 to 14.0.3 #342

Triggered via pull request March 1, 2024 03:04
Status Failure
Total duration 1m 35s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
Analyze (csharp): src/Startup.cs#L59
'IApplicationBuilder' does not contain a definition for 'UseSwaggerUi3' and no accessible extension method 'UseSwaggerUi3' accepting a first argument of type 'IApplicationBuilder' could be found (are you missing a using directive or an assembly reference?)
Analyze (csharp)
Process completed with exit code 1.
Analyze (csharp)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
Analyze (csharp): src/ProfileManager.cs#L171
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)