Benjamin Nolmans

Results 15 comments of Benjamin Nolmans

I Have the same case but, I have git-promise installed on my Windows 10 ``` bash: /dev/tty: No such device or address error: failed to execute prompt script (exit code...

Something planned for this functionality under wayland now that kde has advanced wayland support?

> I have planned to look into it for the next Minor Release (1.10.0) though I don't know what's possible, haven't looked into it yet. I'll try to provide the...

In _templates folder, create layout.html (if you don't have, create it) paste ``` {% extends "!layout.html" %} {% block footer %} {{ super() }} .wy-nav-content { max-width: none; } {%...

Same problem. Have make migration from 3.1 to net 5 and I can't minify anymore. I have the 3.1.12 framework, but yet I cannot minify. I am upset that I...

Hello, I created pull request to update on net core 3.1 (https://github.com/ExtCore/ExtCore/pull/185) This is a transition to prépare .NET 5 support. I gave up support for netstandard because .net 5...

Hello @DmitrySikorsky , What is the state of this issue?

Hello, currently i just created a pull request to switch ExtCore to .NET Core 3.1 dropping that netstandard support. Blazor in .NET 5 brings breacking changes that must be analyzed....

Hello @gpeipman, I think it's due to a bad restore on azure. Here you can see what package need this dependency https://www.nuget.org/packages/Microsoft.Extensions.DependencyModel/ (section used by) Even if you are not...

Yes, look your package version and pay attention to the sdk used on azure. The default sdk becomes NET 5. Be sure to specify the maximum sdk 3.1 in your...