Patrik Johansson

Results 15 comments of Patrik Johansson

Hi, just checking if there are any plans to update the project to .net core 5? Have done it locally though as it was needed when upgrading .net. Thanks.

Hi, a very valid reson for focusing on more imporant stuff like familly. I hope that it all turns out well for you and your son.

Is the DB file actually ever used? Can't see that HealthCheckDatabaseConnectionString is ever used (but still cause an error if left remaining in the appsettings.json, so maybe its some indirect...

Yes, but it does not seem to be used in the original code? https://github.com/proudmonkey/ApiBoilerPlate/blob/master/ApiBoilerPlate/Infrastructure/Installers/RegisterHealthChecks.cs Edit: Seems like the DB is created on startup if it does not exist using the...

Well, always opinionated of course but I would probably remove the OAuth/SampleAPI altogether, or perhaps make it an option when running the template. While it is useful to have for...

> I think that is better to not introduce other stuff. The Ocelot can be added by people if needed. I agree for the same reasons I created this ticket.

This probably means that some updates are necessary for the article as well as some of the definitions are not correct any more https://vmsdurano.com/apiboilerplate-and-identityserver4-access-control-for-apis/

So, basically, remove Scope definition from ApiResources, then create a new class with something like this (a bit rough but still) ``` internal static class ScopeManager { public static IEnumerable...

This actually turned out to be quite easy to setup once you figure out how the new project format (.esproj) works and the new JS/TS features in the latest VS2022....

If anyone wants to try this, please note that the Microsoft.VisualStudio.JavaScript.Sdk is still only available in Alpha version it seems so use at your own risk :)