fix: unhandled exception in Fody on netstandard#1578
Merged
ghuntley merged 1 commit intoreactiveui:fodyfrom Apr 30, 2018
energyworldnet:fody_netstandard_fix
Merged
fix: unhandled exception in Fody on netstandard#1578ghuntley merged 1 commit intoreactiveui:fodyfrom energyworldnet:fody_netstandard_fix
ghuntley merged 1 commit intoreactiveui:fodyfrom
energyworldnet:fody_netstandard_fix
Conversation
Member
|
Thank-you gtbuchanan! |
vatsalyagoel
pushed a commit
that referenced
this pull request
Jun 10, 2018
* added fody * Fix unhandled exception on netstandard (#1578) * Align Fody dependencies to ReactiveUI (#1649) * added @reactiveui/fody-team * Finish up ReactiveUI.Fody (#1671) * Fix package versioning * Fix ReactiveUI.Fody NuGet package and include tests in build * Add Fody projects to solution * Fixed CLI build for Fody * Added another Reactive Test
glennawatson
pushed a commit
that referenced
this pull request
Mar 23, 2019
* added fody * Fix unhandled exception on netstandard (#1578) * Align Fody dependencies to ReactiveUI (#1649) * added @reactiveui/fody-team * Finish up ReactiveUI.Fody (#1671) * Fix package versioning * Fix ReactiveUI.Fody NuGet package and include tests in build * Add Fody projects to solution * Fixed CLI build for Fody * Added another Reactive Test
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Bug fix
What is the current behavior? (You can also link to an open issue here)
kswoll/ReactiveUI.Fody#26
What is the new behavior (if this is a feature change)?
ReactiveUI.Fody will actually work on netstandard
What might this PR break?
Nothing
Please check if the PR fulfills these requirements
Other information:
I noticed this fix isn't included in #1503 so I just wanted to make sure it got in there. I included it in my recent netstandard PR to ReactiveUI.Fody.