ZedZipDev
ZedZipDev
@AsakusaRinne Thank you. I have tried, but they do not work, I have added an issue https://github.com/casbin-net/casbin-aspnetcore/issues/58
Hi Mark, I have rebuilt the solution for ASP.NET Core 3.1, using the latest Nuget packages in all projects (I changed the Nuge source MyNuget->All). Finally it is built. But...
Also, I have added Nuget package Orchard.Liquid to the main app. After it the exception disappeared, but "This site can’t be reached" appeared.
+++ The same question.
Exactly the same question. No any reaction on app.config settings.
I am developing WxiSharp installer for SSMS 21 extension. The install path is detecting during the installation. In other words: the installer is detecting if the SSMS 21 installed and...
oh, great! Дякую!
By the way: how can I write to log from the Main? There is no 'session' but sometimes need to output
The great news. Finally I have done the WPF UI Setup app. PS. Я писав декілька років тому , про щось питав тут. Дякую! Слава Україні!
yet another question: Here I am trying to detect the installation path ``` project.Load += e => { if (e.Session.IsInstalling()) { var ret = DetectSSMS(); var spath = ret.Item2; if(ret.Item1...