Maarten Merken

Results 14 comments of Maarten Merken

Hi, Nice to hear that it is you've managed to setup Prise. Sounds like a lifecycle issue to me, would you mind sharing a reproduction example via a GitHub repo?...

Hi, I still need a reproduction repo to investigate this.

Hi Tartan, I will look into it

Hi, Thank you for your extensive description. I will try to reproduce this behaviour locally first and get back to you. Cheers, M

I'm unable to reproduce your issue. I've updated the Example.Console and Plugin.Sql code to .NET5 and have it working without major changes, check out this PR: https://github.com/merken/Prise/pull/48 I'm not sure...

Hi @jonilviv Thanks for contributing. Please fix the review comments in order to fix the build

Hi Tartan, Do you mean other CLR languages ?

Hi Tartan, MAUI support is a hot topic, since it released this summer, I will look into it

Hi, Please have a look at the extensions for VS Code and Visual Studio : https://merken.github.io/Prise/#/?id=%f0%9f%9a%80-toolset Hope that helps you out with managing your solution. Kr, Maarten

Hi Martijn, Have you looked at the example (Example.Mvc.Razor) https://github.com/merken/Prise/blob/master/samples/Example.Mvc.Razor/Controllers/HomeController.cs ? All service registration should be done in the ConfigureServices method in .NET, not sure why you'd move that to...