Washi1337 / AsmResolver

A library for creating, reading and editing PE files and .NET modules.
https://docs.washi.dev/asmresolver/
MIT License
848 stars 127 forks source link

Use `EmptyErrorListener` by default on reading files #564

Closed Washi1337 closed 3 months ago

Washi1337 commented 3 months ago

Changes default error listener for reading files to EmptyErrorListener.Instance. Adjusts xunit tests to always use the ThrowErrorListener.Instance explicitly.

Closes #472