Oscar Andersson

Results 6 comments of Oscar Andersson

If I understood your question correctly, you could try something along these lines in the code block of the razor file. ```razor private string _tooltip = string.Empty; private string tooltip...

I suggest that this issue should be closed.

How would I use this with some server other than `IISServerOptions` @s3YwCf2ZbfJG4SHAfjQMAjtsf ?

> Unfortunately, I only know IIS. What are you using instead of IIS? I am using Kestrel, it is the default in ASP.NET Core 6. > I am hoping that...

> There are 3 pull requests pending, so I am not sure spending the time without forking to a new Github will help. > > https://stackoverflow.com/questions/47735133/asp-net-core-synchronous-operations-are-disallowed-call-writeasync-or-set-all > > ``` >...

> I was able to use a middleware call to may this change only for that CrystalQuartz endpoints > > ``` > public static void ApplyWorkaroundForAllowSynchronousIO(IApplicationBuilder app) => > app.Use(...