-
Vulnerable Library - microsoft.aspnetcore.server.kestrel.https.2.1.2.nupkg
Path to dependency file: /src/Middleware/WebSockets/test/UnitTests/Microsoft.AspNetCore.WebSockets.Tests.csproj
Path to vu…
-
I have been trying to get the Diagnostic Source working for the Kestrel Server following the documentation:
https://learn.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel/diagnostics?view=…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When I publish my ASP.NET Core application with angular I get an exception:
### Expe…
-
la configuración del archivo appsettings.json https://github.com/LuisZpt/78935/blob/d140d12e15875b9edb3a6b0300e0f5084e9c2024/soap-test/appsettings.json
no tiene la configuración para kestrel.
-
Vulnerable Library - microsoft.aspnetcore.2.1.1.nupkg
Path to dependency file: /src/SiteExtensions/Sdk/HostingStartup/HostingStartup.csproj
Path to vulnerable library: /tmp/ws-ua_20220901135018_MKJ…
-
Following the README file, everything works fine, but the main services like catalog, ordering, basket, etc., didn't worked due to HTTPS config exception.
`Exception:` System.InvalidOperationExcepti…
-
I created a layered project based on ABP Framework 8.2 and deployed it to the local environment using Docker Desktop.
When I call the API in Swagger, an error occurs.
### The Dockerfile files for …
-
Given the following code:
```csharp
async Task Main()
{
var builder = WebApplication.CreateBuilder();
builder.Services.AddIdempotentMinimalAPI(new IdempotencyOptions());
builder.Services…
-
I have a HttpTrigger function, which reads from a File part in multipart/form-data. The function was just converted from the in-process model (where it didn't have any issues with uploading large file…
-