-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes System.Numerics.Vectors not loading on some systems and produce…
…s better errors for reflection loading exceptions (#244) * Better formats reflection exceptions If there is a ReflectionTypeLoadException there currently is no way to understand what error actually occurred. Adds better error output. Speculatively addresses #241 * Bumped System.Numerics.Vectors and ImageSharp 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. * Fix missing SixLabors myget reference
- Loading branch information
Showing
25 changed files
with
374 additions
and
242 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.