-
Having the following issue when trying to build:
```
2018-09-27T09:03:16.5416142Z FoobarAPI.cs(48,82): error CS1503: Argument 1: cannot convert from 'System.Net.Http.HttpClient' to 'System.Net.Http.…
-
### Describe the bug
The error message provided when Authorization failed due to a Handler not being registered is currently:
`info: Microsoft.AspNetCore.Authorization.DefaultAuthorizationService[2]…
-
Normally, I would expect to see something like `await Hub.Clients.All.SendAsync("QueueCountChanged", currentCount);`. It doesn't try to do anything fancy with the Uri or connection, because SignalR ha…
-
### Describe the bug
VS2019 and Rider both think that `@oninput` in Blazor components provides a `MouseEventArgs` instead of a `ChangeEventArgs`.
Using `ChangeEventArgs` is marked as an error in the…
-
**What happened**:
Error: `WARN cataloger failed cataloger=dotnet-deps-cataloger` for a generic .Net6 image.
```
error=unable to determine root package from deps.json file: /usr/share/dotnet/shar…
-
**Describe the bug**
Hi, I am not sure this is a bug or not. When I try to add Rollbar provider in ConfigureLogging as same as I do with AddConsole(). It will create 2 LoggerFactory and lead to canno…
-
---
**Issue moved from dotnet/aspnetcore#23018**
- Please respond to @SoftCircuits.
---
_From @SoftCircuits on Tuesday, June 16, 2020 9:07:34 PM_
### Bug description
When deploying my AS…
-
### Describe the bug
When applying the ConsumesAttribute on an operation, the documentation specifies that when the provided content-type does not match the list of content-types, a 415 will be r…
-
### Godot version
4.0-stable
### System information
Windows 11
### Issue description
Hello!
I'm trying to use the AspNetCore API in a Godot C# script to make a gRPC server, but at runtime it thr…
-
I'm loving what you've put together here, so, thank you!