-
Hi,
Are there any planes on supporting ASP.NET Core in this library?
It's specially important since SignalR was pushed off V1.0.
I just fiddled yesterday for couple of hours with WebSockets in ASP.N…
-
### Describe the bug
Unable to run newly created ASP.NET Core App
### To Reproduce
1. Install dotnet cli 6.0
2. No sources are installed by default, so add nuget source. `dotnet nuget add source…
-
**Update by @SteveSandersonMS:** The request here is compile-time checking that you're not passing parameters that a component doesn't actually accept. The proposed design is something like a "strictn…
-
In [Microsoft.Crank](https://github.com/dotnet/crank) and the [ASP.NET Benchmarks](https://github.com/aspnet/Benchmarks), we specify a specific .NET runtime version to use using the following code:
…
-
When attempting to execute action `DiscardPayment`, this error message is returned:
```
{
"StatusCode": 500,
"Error": "The request matched multiple endpoints. Matches: \r\n\r\nPayments.A…
-
CS0029 Não é possível converter implicitamente tipo "string" em "bool" YouLearn.Api
```cs
private const string ISSUER = "c1f51f42";
private const string AUDIENCE = "c6bbbb645024";
//Conf…
-
Hello support,
I am trying to scaffold the identity for my asp.net core 7 web application. I am using the SQL Server as Database, during scaffold I am getting error as "There was an error running t…
-
It would be nice if Kestrel and ASP.NET Core support were added (templates, install option, etc).
-
### Describe the bug
When building a Native AOT library that references an ASP.NET nuget package on windows, the `aspnetcorev2_inprocess.dll` is being published to the output folder.
### To Reprod…
-
### Describe the bug
The Websocket RFC defines in [Section 5.5.2 and 5.5.3](https://tools.ietf.org/html/rfc6455#section-5.5.2) the Ping and Pong frames. ASP.net Core 3.1 is sending a Ping-Frame from …