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
- Host: GitHub
- URL: https://github.com/binki/reprobadimageformatexceptionlocalmethod
- Owner: binki
- License: other
- Created: 2019-09-23T15:40:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T00:35:49.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T12:43:06.025Z (over 1 year ago)
- Language: C#
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).