-
Hello,
Going from development on localhost where everything is simple to Linux App Services, suddenly nothing is working anymore because of this whole "data protection" issue.
I am trying to follo…
-
The example provided for AddApplicationParts references code that is deprecated for (at least) .NET 7.
Microsoft.AspNetCore.App has been deprecated.
[see nuget package here](https://www.nuget.or…
-
regarding this line
```
app.MapWhen(
context => context.Request.Path.ToString().EndsWith(".report"),
appBranch => {
// ... optionally add more middleware to this bran…
-
This feedback is for the starter project example as shown on the quickstart page https://docs.microsoft.com/en-us/azure/devops-project/azure-devops-project-aspnet-core
This is supposed to create a …
-
[Enter feedback here]
The sample code in this page is using Duende Identity Server. i am looking for a sample code which is using Azure AD as IDP.
Is there any samples using Azure AD as IDP when…
-
# .NET Package Maintenance
.NET Core was released in June 2016, and over the last six years, many thousands of NuGet packages have been published under the .NET umbrella. Many of these packages are…
-
### Description
I have observed performance generally being worse on linux, to the point that large requests that succeed on Windows will time out on linux.
When searching for groups using a basic…
-
**EDIT by @Rick-Anderson***
Regarding the [Kestrel](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/windowsauth?view=aspnetcore-6.0&tabs=visual-studio#kestrel) section of this d…
-
Hello, i am trying to follow this description, but it seems the text and code do not fit together or are partly wrong: in topic "Customize WebApplicationFactory" both sample code snippets are the sam…
-
There is a warning "ASP.NET Core gRPC is not currently supported on Azure App Service or IIS" on the doc, but
https://github.com/dotnet/AspNetCore/issues/9020#issuecomment-643206179
says
"Kubernet…