Ralf

Results 6 comments of Ralf

I have multiple projects in a solution. One of them uses newtonsort.json.dll version 12 (not 13 -sorry). But as MR.AspNetCore.Jobs uses verison 10, when I deploy the project, it includes...

I have tried that already in all possible ways, but the publisher always includes the wrong version :-(

I found this issue; [(https://github.com/dotnet/sdk/issues/3886)] Looks like this is a known issue in net core since 2019 :-(

Problem is, that the solution includes 3 projects and the MVC project (the one I try to publish), has the other two as dependencies. I will work around it for...

I had this issue as the scheduler is using UTC. My system however is in CET (which is -1 hour from UTC and 2 hours to EST during the summer)....

@CodeMonster yes that looks great. I assume the "pager position options" would be "top", "bottom" and "topAndBottom". And that the rest of the options like "HorizontalAlignment" also work. Thanks for...