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

FileNotFoundException for AspectCodeFixProvider and MixinCodeFixProvider #81

Closed
ghost opened this issue Jan 3, 2019 · 2 comments
Closed
Labels

Comments

@ghost
Copy link

ghost commented Jan 3, 2019

Plugins crushes time to time

image

StackTrace: System.IO.FileNotFoundException : Could not load file or assembly 'AspectInjector.Rules, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
at AspectInjector.Analyzer.CodeFixes.AspectCodeFixProvider.get_FixableDiagnosticIds()
at Microsoft.CodeAnalysis.CodeFixes.CodeFixService.GetAndTestFixableDiagnosticIds(CodeFixProvider codeFixProvider)
at Microsoft.CodeAnalysis.CodeFixes.CodeFixService.<>c.b__25_2(CodeFixProvider f)
at System.Collections.Immutable.ImmutableInterlocked.GetOrAdd[TKey,TValue](ImmutableDictionary2& location,TKey key,Func2 valueFactory)
at Microsoft.CodeAnalysis.CodeFixes.CodeFixService.<>c__DisplayClass25_0.b__0()
at Microsoft.CodeAnalysis.Extensions.IExtensionManagerExtensions.PerformFunction[T](IExtensionManager extensionManager,Object extension,Func`1 function,T defaultValue)

@pamidur pamidur closed this as completed in e9213ef Jan 3, 2019
@pamidur
Copy link
Owner

pamidur commented Jan 3, 2019

I guess I fixed it in 2.0.2, please check

@pamidur pamidur added the bug label Jan 3, 2019
@ghost
Copy link
Author

ghost commented Jan 3, 2019

Now there is no crushes during "Project load -> build -> run", will see how its works during day to day work

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

No branches or pull requests

1 participant