-
Should show how to configure the following app types to use a Keycloak instance to manage authentication (user, app -> api), and authorization:
- [ ] APIs
- [x] Minimal APIs
- [ ] Controllers…
-
Can someone share a project example of a MVC web application implementing real-time database notification with using ASP.NET Core 3.0 or 3.1, ADO.NET, SignalR 3.0 and SqlDependency ?
I am building a …
-
Is it possible to set the debugger type in the launchsettings.json file? When I select chrome as the executable the debugging always starts only with managed and/or native engine.
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
Making a change to a .razor file no longer applies consistently after upgrading to .NET 9. I …
-
https://yuiter.com/2018/08/15/ASP-NET-Core-on-Linux-Overview/
使用 ASP.NET Core Web API 和 Vue.js 构建一个前后端分离的项目,通过 Docker 部署到 Linux 服务器上
-
Vulnerable Library - Microsoft.AspNetCore.Http-2.1.0.18136.dll
Microsoft.AspNetCore.Http
Library home page: https://api.nuget.org/packages/swashbuckle.aspnetcore.cli.6.8.0.nupkg
Path to vulnerable l…
-
I defind the component like this as below
```
public class MyComponent: MyComponent
{
}
public class MyComponent : ComponentBase
{
}
```
but I cannot just use th…
-
Using the ASP.NET Core CRA application that leverages a ServiceBroker, the package does not work.
https://docs.microsoft.com/en-us/aspnet/core/client-side/spa/react?view=aspnetcore-5.0&tabs=visual-st…
-
-
Hello, I am following these instructions - https://docs.microsoft.com/en-us/azure/active-directory/verifiable-credentials/verifiable-credentials-configure-issuer
I have got to the point where I am …