b0wter
b0wter
Thanks for the effort. It's just a minor inconvenience. I can wait for the replacement :)
I see. The library doesn't know what kind of encoding to expect since none is returned in the response headers and uses a "fallback" that does not work properly in...
This also happens to me on linux (Ubuntu 20.04).
> I experienced the same problem but with a different error message. > > Everything works fine locally, but when I publish it I get: > > ``` > RazorLight:...
I've done some more digging an am not sure that there is anything this project can do. ``` RazorLight.Compilation.RoslynCompilationService.GetDependencyContextCompilationOptions ``` calls ``` Microsoft.Extensions.DependencyModel.DependencyContext.Load ``` which calls ``` Microsoft.Extensions.DependencyModel.DependencyContextLoader.GetDepsJsonPath ``` That...
I wanted to use hangfire.io in an ASP .Net Core project to queue some recurring background jobs. I know ASP .Net Core has its own ways of doing that but...
Too bad, I have the same issue :/
Thanks for the heads up!
I've cloned the latest version ( `67481b87017ee6b7b125f93f0a499c0b8d72937a`). Running the app makes it briefly visible and results in a crash: ``` .../RoslynPad.Avalonia on main ❯ dotnet run 21:57:18 Unhandled exception....
The same issue also happens when using the control in a regular activity inside a PercentFrameLayout.