-
https://rehansaeed.com/asp-net-core-fluent-interface-extensions/
-
Westwind.Globalization With Asp.net Core 3 Not working
-
##### Description
@dmunch has made some enhancements to C# ASP.NET core generator: https://github.com/dmunch/swagger-gen-aspnetcore (ref: https://twitter.com/ddotmunch/status/811934356692471809)
…
-
```
services.AddTransient();
services.AddScoped();
services.AddScoped(provider =>
provider.GetService().CreateShardContext());
services.AddIdentity()
.Add…
-
### Describe the bug
I'm getting a ArgumentNullException in the step `Apply code fixes to Razor documents` for `UA0001`:
### To Reproduce
`upgrade-assistant --ignore-unsupported-features --non-…
-
### URL
https://docs.microsoft.com/en-us/aspnet/core/getting-started/?view=aspnetcore-6.0&tabs=linux
### Operating system
Linux
### More information about your system
Ubuntu 20.04.4 LTS
x64
##…
ghost updated
2 years ago
-
-
Repro steps:
- Create an empty ASP.NET Core app
- Add `app.MapStaticAssets()`
- Add wwwroot/test.html
```html
Test
```
Run the app and browser to /test.html
Expected result: t…
-
**Is your feature request related to a problem? Please describe.**
The BankID API wrapper is today a separate package, which allows for using it without the Active Login authentication flow / UI foun…
-
What do we want for the link from the MS docs to look like. Right now they just link to our AspId quickstart. // @jeremylikness