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

Sequence contains no matching element #18

Closed
emilianopenedo opened this issue Jun 11, 2015 · 0 comments
Closed

Sequence contains no matching element #18

emilianopenedo opened this issue Jun 11, 2015 · 0 comments
Milestone

Comments

@emilianopenedo
Copy link

Hi,
I'm getting this exception at compilation with the latest nuget packages (Equals.Fody 1.4.1)
Can be reproduced in a PCL ClassLibrary Project (Profile78) with only a class annotated with [Equals] containing a string auto property

Fody: An unhandled exception occurred:
Exception:
Sequence contains no matching element
StackTrace:
   at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
   at Equals.Fody.ReferenceFinder.FindReferences(IAssemblyResolver assemblyResolver) in c:\Users\vveasel\Desktop\Equals\Fody\ReferenceFinder.cs:line 134
   at ModuleWeaver.Execute() in c:\Users\vveasel\Desktop\Equals\Fody\ModuleWeaver.cs:line 42
   at lambda_method(Closure , Object )
   at InnerWeaver.ExecuteWeavers() in c:\ConsoleBuildAgent\work\ed448661dbb30d2e\FodyIsolated\InnerWeaver.cs:line 144
   at InnerWeaver.Execute() in c:\ConsoleBuildAgent\work\ed448661dbb30d2e\FodyIsolated\InnerWeaver.cs:line 62
Source:
System.Core
TargetSite:
TSource First[TSource](System.Collections.Generic.IEnumerable`1[TSource], System.Func`2[TSource,System.Boolean])
@SimonCropp SimonCropp added this to the 1.4.2 milestone Jul 26, 2015
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