Alexander Selishchev
Alexander Selishchev
Did anyone succeeded in enabling touch support?
Hello, Brice! Im having trouble using pluralizer on NETCore 3.1 + EFCore.3.1.1 running ```Install-Package Bricelam.EntityFrameworkCore.Pluralizer``` - ok on `Scaffold-DbContext` I get this exception ```cs System.IO.FileNotFoundException: Could not load file or...
After each build I'd like nuget package to be created and pushed to Nuget. This should be obvious task I dont see how to do😫
There are a Windows-specific API calls that prevent running SevenZipExptractor on Linux: https://github.com/adoconnection/SevenZipExtractor/blob/master/SevenZipExtractor/Kernel32Dll.cs This code may do the trick: https://stackoverflow.com/questions/13461989/p-invoke-to-dynamically-loaded-library-on-mono https://github.com/gordonmleigh/Stugo.Interop
Hi, I want to precompile template before publishing to production (or save cache between app restarts) So in my understanding I have to implement ICachingProvider Is there the right way...
After struggling with RazorEngine, RazorEngine.NetCore and RazorLight under .NET Core 3 I had to start yet another implementation: * no legacy code at all * built on latest ASP.NET Core...
Hi Yousef! Your editor looks very nice and promising! I was about to give it a try, but stumbled upon vanilla setup (we dont use React) I was expecting vanilla...