marcoatribeiro
marcoatribeiro
Currently Microsoft.AspNetCore.ApiAuthorization.IdentityServer depends on Duende.IdentityServer version 5.2.0, but version 6.0.4 is available. This outdated dependency is causing versioning conflict of other dependencies (e.g. AutoMapper).
Hi! It would be nice, in TestExtensions, if there was a method to add a mocked service implementing ISyncSessionStorageService. Best regards, Marco.
Update Testing setup (in particular the `new Startup()` command) to .NET 6 project template (with top-level class Program.cs).
Hi! ReportGenerator now has a [PRO](https://danielpalme.github.io/ReportGenerator/pro) version. However, currently, there is nowhere where license code may be added. There is a new -license argument as can be seen [here](https://danielpalme.github.io/ReportGenerator/usage). My...
This PR addresses issue #37 and updates some dependencies
Hi, there! Have you tried, by any chance, to create a Blazor Webassembly version of your library? I was trying to create an application (Blazor WASM ASP.NET hosted) where the...