Sigil icon indicating copy to clipboard operation
Sigil copied to clipboard

Self contained applications fail to load Sigil

Open sebastienros opened this issue 6 years ago • 1 comments

Repro is to deploy a console application that does an Assembly.Load("Sigil") and publish it as self contained. It will fail stating it can't find the PInvoke assembly.

It happened for us when benchmarking a change in ASP.NET MVC on a scenario that uses Jil.

sebastienros avatar Dec 06 '18 17:12 sebastienros

I had a similar issue, it is because of PInvoke implemented .net standard and RC-packages of dotnet5.4. The solution is to use .NET Standard updated Sigil package look here #58. This repository looks dead.

Konard avatar Aug 01 '19 08:08 Konard