Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes System.Numerics.Vectors not loading on some systems and produces better errors for reflection loading exceptions #244

Merged
merged 3 commits into from
Jul 15, 2019

Conversation

atruskie
Copy link
Member

@atruskie atruskie commented Jul 4, 2019

Fixes #241

atruskie added 3 commits June 26, 2019 15:54
If there is a ReflectionTypeLoadException there currently is no way to understand what error actually occurred.

Adds better error output.

Speculatively addresses #241
Fixes #241

Due to some complicated diamond dependency problems I do not really understand, there was a conflict with the version of System.Numerics.Vectors. ImageSharp required a version shipped only in .NET Standard, which we did not have access to.

The only solution I could find was to move to the larest dev build of ImageSharp, which changed this dependency.

This change includes app binding redirects, ImageSharp API updates, and a few tweaks to the reflection type load exception formatter so that it now outputs fusion logs.

Still need to check that tests pass.
@atruskie atruskie changed the title Reflection loader debug Fixes System.Numerics.Vectors not loading on some systems and produces better errors for reflection loading exceptions Jul 4, 2019
@atruskie atruskie marked this pull request as ready for review July 15, 2019 00:32
@atruskie atruskie merged commit 089e148 into master Jul 15, 2019
@atruskie atruskie deleted the reflection-loader-debug branch February 17, 2020 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ReflectionTypeLoadException when running audio2csv
1 participant