-
Notifications
You must be signed in to change notification settings - Fork 578
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
'AppDomainSetup' does not contain a constructor that takes 0 arguments #596
Comments
This codebase hasn't been updated in a while and feels pretty abandoned. I'm using this in .Net Framework 4.6 and I'm starting to migrate a lot of stuff to Net 6. This is one of the lingering things I have to replace as we use this for a lot of email generation. If you find a working solution to getting this fully operation in Net 6, please let us know. |
Thanks for answering me. |
Is someone finally going to answer this question? Why is there one thing in the documentation, but another in reality? Have Microsoft developers forgotten a whole stack of technologies? |
This is pretty much a dead project. I have been searching for viable alternatives for some time as I transition over to a new code base. |
I mean.. |
I understand that you can use the launch of a separate application in which to do the work, get the necessary information, and hang that application. But to do this, you need to write a bunch of code, whereas AppDomain had convenient methods like CreateInstanceAndUnwrap. |
Hi,
I am using .NET 6.0 and RazorEngine.NetCore.
From documentation, I copy/paste the following snippet of code :
And I have a build error : 'AppDomainSetup' does not contain a constructor that takes 0 arguments.
What is the solution ? Is it possible to fix also the documentation please ?
Regards
Sybaris
The text was updated successfully, but these errors were encountered: