An open API service indexing awesome lists of open source software.

https://github.com/binki/reprobadimageformatexceptionlocalmethod

Reproduces a BadImageFormatException from a combination of local functions, generics, and delegates in code emitted by roslyn csharp compiler
https://github.com/binki/reprobadimageformatexceptionlocalmethod

Last synced: 7 days ago
JSON representation

Reproduces a BadImageFormatException from a combination of local functions, generics, and delegates in code emitted by roslyn csharp compiler

Awesome Lists containing this project

README

          

Attempting to run this program results in a `BadImageFormatException`
when calling `explode()`.

See [visualstudio problem #736469](https://developercommunity.visualstudio.com/t/-/736469).