-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
For ASP.Net Core apps a new browser window is started if "launchBrowser: true" is set in laun…
-
Newtonsoft.Json has a `ErrorHandler` call back that lets you inspect and continue on error. MVC uses this to report all the errors during JSON deserialization
* https://www.newtonsoft.com/json/help…
-
### Describe the bug
Since .NET 6, the `HttpContext.RequestAborted` does not updates when the request is cancelled. This used to work with .NET 5.
IsCancellationRequested stays in false even tho the…
-
Trigger not working as expected when `ConfigureFunctionsWorkerDefaults()` is registered in Asp.Net Core Integration app. Also, evaluate if we need analyzer for this scenario.
#### Repro steps and b…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I'm trying to migrate a working ASP.NET Core app to Aspire .NET. I've added SQL Server …
-
## Environment data
`dotnet --info` output:
SDK do .NET (refletindo qualquer global.json):
Version: 6.0.101
Commit: ef49f6213a
Ambiente de runtime:
OS Name: Windows
OS Version: …
-
### Describe the bug
When using Blazor Webassembly version 5.0.1 and then putting
```csharp
webBuilder.UseHttpSys(options =>
{
options.Authenti…
-
It would be great to have a `.NetStandard` version/target for the `NeverBounceSDK` project so we can consume this from our `ASP.NetCore` web applications.
-
### Describe the bug
Directly quoting from Bootstrap 4 Form Validation guidelines: https://getbootstrap.com/docs/4.4/components/forms/#validation
>Bootstrap scopes the :invalid and :valid st…
-
### Product
dotnet CLI (dotnet new)
### Describe The Bug
On building the template project I get the following error message, but it still works and I can create an project from this template. What …