-
### Describe the feature
Now that .net 9 is out and Swashbuckle was removed, it would be nice to have support for the new AspNetCore.OpenApi.
-
Is there any general way to inject the use of RecycleableMemoryStream in AspNetCore or gRPC or even JsonSerializer? I've had a look at AspNetCore and I think it's specifically possible if say you skip…
-
To allow for more flexibility the AspNetCore dependency (`Sdk="Microsoft.NET.Sdk.Web"` in the project file) should be moved ideally to a separate NuGet package. Platforms like Blazor WASM Android, iOS…
-
### Description
I configure ASP.NET Core integration along with OTel in the following way
```csharp
var host = new HostBuilder()
.ConfigureFunctionsWebApplication()
.ConfigureServices(s => s…
-
**Describe the bug**
La libreria smette di funzionare dopo aver aggiornato a .NET 9.
**To Reproduce**
Aggiornando la mia applicazione a .NET 9 la libreria smette di funzionare dando il seguente e…
-
I am attempting to health check an azure search using AspNetCore.HealthChecks.AzureSearch. I have set up the healthcheck correctly, I believe :
```
.AddAzureSearch(setup: az => new AzureSearchO…
-
# Description
I get the following error after an upgrade of Orleans (to 9.0):
```text
[2024-11-19 13:11:34 ERR] Unexpected exception in static IISHttpServer.HandleRequest.
System.MissingMethodExcep…
-
I downloaded a fresh copy of the repo and then followed the instructions under [](https://github.com/mingyaulee/Blazor.BrowserExtension/issues/179) but I still got the following errors. I'm using VS2…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
Aspire 9 seems to have lots of problems stopping projects.
In Aspire 8, I routinely started…
-
I'm facing a strange problem... when submitting the PWD authentication form, when the user is not found it works correctly, when a field is empty it also works, but when I enter an existing user and a…