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

exception when building on a project that has no [Reactive] (or any) attributes defined. #9

Closed
ghuntley opened this issue Jan 9, 2016 · 1 comment
Assignees

Comments

@ghuntley
Copy link
Contributor

ghuntley commented Jan 9, 2016

Repro

File -> New Project (PCL 111)
PM> Install-Package ReactiveUI
PM> Install-Package Fody
PM> Install-Package ReactiveUI.Fody

Compile.

Error

Severity    Code    Description Project File    Suppression State   Line
Error       Fody: An unhandled exception occurred:
Exception:
Could not find assembly: ReactiveUI.Fody.Helpers (System.Runtime, System.Resources.ResourceManager, Splat, ReactiveUI, System.Diagnostics.Debug, System.Collections, Akavache, System.Linq.Expressions, System.Threading.Tasks, System.Reactive.Core, System.Reactive.Linq, SimpleFeedReader, Akavache.Sqlite3, System.Reactive.Interfaces, System.Reflection, Conditions, System.ObjectModel)
StackTrace:
at ReactiveUI.Fody.ReactiveUIPropertyWeaver.Execute() in c:\projects\reactiveui-fody\ReactiveUI.Fody\ReactiveUIPropertyWeaver.cs:line 36
at ReactiveUI.Fody.ModuleWeaver.Execute() in c:\projects\reactiveui-fody\ReactiveUI.Fody\ModuleWeaver.cs:line 24
at lambda_method(Closure , Object )
at InnerWeaver.ExecuteWeavers() in C:\projects\fody\FodyIsolated\InnerWeaver.cs:line 161
at InnerWeaver.Execute() in C:\projects\fody\FodyIsolated\InnerWeaver.cs:line 82
Source:
ReactiveUI.Fody
TargetSite:
Void Execute()  ReactiveReader.Core         
@kswoll kswoll self-assigned this Jan 12, 2016
@kswoll
Copy link
Owner

kswoll commented Jan 12, 2016

Fixed in ReactiveUI.Fody.1.1.10.nupkg

@kswoll kswoll closed this as completed Jan 12, 2016
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

No branches or pull requests

2 participants