-
The documentation states that:
> gRPC client is partially supported on Windows Server 2022. Unary and server streaming methods are supported. Client and bidirectional streaming methods are not supp…
-
## Steps to reproduce the issue
```
> dotnet run --project .\eng\update-dependencies\ -- 5.0 --product-version powershell=7.1.0-preview.7 --compute-shas
```
## Expected behavior
*Updates ma…
-
- Go to [Filter types](https://learn.microsoft.com/en-us/aspnet/core/mvc/controllers/filters?view=aspnetcore-6.0#filter-types)
- Under Result filters, the 2nd point: _Run only when the action method …
-
I have used code as described in this article to clear all configuration providers and then add my own providers with order. However, when I deploy this AspNet Core 3.1 app in Azure App Service(Linux)…
-
If method A caches for 12 hours and calls method B which caches for 5 minutes, the result for method A will only be cached for 5 minutes.
Logically this appears to make sense but this happens with…
-
This doc is currently based on Xamarin Forms. We should update the doc to use .NET MAUI now that it has shipped. We'll need to first port the app and the related Xamarin topics into the .NET MAUI docs…
-
***EDIT by @Rick-Anderson***
add new section,
### Default middleware added in development mode and in non-development mode.
***END of EDIT***
### Discussed in https://github.com/dotnet/AspN…
-
```
What steps will reproduce the problem?
1.Install mvc mini profiler from nuget
2.add Application_BeginRequest/EndRequest methods to start/stop the profiler
3.create a page with an ajax call back
4.…
-
```
What steps will reproduce the problem?
1.
2.
3.
please see attachment to see the error
What is the expected output? What do you see instead?
What version of the product are you using? On what …
-
Hi all, seem to have an issue with the JWT authentication using NetCore 2.0. This was working until I switched to JWT authentication from standard aspnetcore identity, so I believe it may be some kind…