.Net native compilation error
See original GitHub issueHi, I’m using this lib on my UWP project but when I run the app on Release mode I get following exception due to creating a new object but I don’t know why
Method 'AssemblyBuilder.DefineDynamicAssembly(AssemblyName, AssemblyBuilderAccess)' was not included in compilation, but was referenced in ImplementationBuilder..ctor(). There may have been a missing assembly.
Issue Analytics
- State:
- Created 6 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
UWP Compilation error with .net native ...
I have a UWP project where build works in debug mode but build fails in release mode where .net native compiler is selected....
Read more >[UWP] Bug report: .Net Native compiler crashing
This is a bug in the .NET Native optimizer. In particular, it appears to be running in to complications while building up the...
Read more >UWP .net Native Internal Compiler Error. · Issue #7408
I have a UWP app, and we have been using debug mode during develop. We are trying to build in release mode with...
Read more >Unable to compile with .NET Native tool chain (UWP project)
NET Native compiler, but the repro project is using 2.2.1). The errors were: 2> <path>\ilc\intermediate\Snap.WindowsUWP.Full.
Read more >Can I run the net native tool chain after a compilation?
My question is: Is there a known way of compiling an UWP in release without native and then call the .net native tool...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Haha! I’ve been recommending them for a while, interesting to see they’re recommending me now…
So far as I can see, that only adds support for .NET Standard 2.0? There’s nothing about supporting things like TypeBuilder in .NET Native?