OmegaExtern

Results 4 issues of OmegaExtern

Read [this comment](https://github.com/dotnet/roslyn/issues/11771#issuecomment-261471207). ------ Depends on: - [ ] https://github.com/3F/coreclr/issues/4 - Improve ILAsm grammar for export variables into Export Directory (IMAGE_OPTIONAL_HEADER - NT PE32/PE32+)

enhancement

Reference to DllExport is always removed, which may be unwanted in some situations. What I would suggest to do is: Search compilation symbols for `DLLEXPORT_PRESERVE`, and if it is present,...

suggestion

Can't build the program any more, it fails because of this error: > ...\packages\DllExport.1.5.0\tools\net.r_eg.DllExport.targets(42,5): error : error : Failed to define security permission set for 0x20000001 I'm running VS2015 with...

bug
coreclr-mod

For example: Say, assembly is marked: `[assembly: DllExportInclude("exportme_*")]` It would export all static methods from assembly whose name matches the specified pattern (in this case `exportme_*`). It would also be...

suggestion