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

ConfigureAwait 2.1.2 - bad assembly used for compiling #25

Closed
jakoss opened this issue Oct 2, 2018 · 1 comment
Closed

ConfigureAwait 2.1.2 - bad assembly used for compiling #25

jakoss opened this issue Oct 2, 2018 · 1 comment
Milestone

Comments

@jakoss
Copy link

jakoss commented Oct 2, 2018

It happens on 2.1.2 version (2.1.1 works just fine).

I have CsProj2017 (new project format) targeting net47 framework. While compiling i get an error like this:

Fody: An invalid weaver file has been passed in: ~\.nuget\packages\configureawait.fody\2.1.2\build\..\netstandardweaver\ConfigureAwait.Fody.dll

It seems like Fody is trying to run netstandard weaver on net47 library. Minimal reproduction project:
repro.zip

@SimonCropp SimonCropp added this to the 2.1.3 milestone Oct 2, 2018
@SimonCropp
Copy link
Member

fixed, pending a nuget cache update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants