-
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…
-
**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…
-
-
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…
-
Hello,
I have problem with Hangfire dashboard returning error 500 for invalid routes.
It throws following exception:
>> System.InvalidOperationException: The request reached the end of the pip…
-
We have an asp.net core project and using postman. We like it both. However, in order to test it in postman, we have to manually create the postman requests to call the web API.
Is there a way to s…
-
Hello!
When I'm trying to transfer ShortGuid inside some DTO through asp.net core api I get it as a JSON object on my web-client.
It would be nice to have built-in json converter for ShortGuid to ge…