Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Self contained applications fail to load Sigil #61

Open
sebastienros opened this issue Dec 6, 2018 · 1 comment
Open

Self contained applications fail to load Sigil #61

sebastienros opened this issue Dec 6, 2018 · 1 comment

Comments

@sebastienros
Copy link

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.

@Konard
Copy link

Konard commented Aug 1, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants