funcky icon indicating copy to clipboard operation
funcky copied to clipboard

AlternativeMonadAnalyzer throw exceptions in Visual Studio

Open FreeApophis opened this issue 2 years ago • 0 comments

Sounds like fun:

System.TypeLoadException : Could not load type 'Funcky.Analyzers.AlternativeMonadAnalyzer' from assembly 'Funcky.Analyzers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
   at Funcky.Analyzers.AlternativeMonad.MatchToOrElseCodeFix.get_FixableDiagnosticIds()
   at Microsoft.CodeAnalysis.CodeFixes.CodeFixService.GetAndTestFixableDiagnosticIds(CodeFixProvider codeFixProvider)
   at System.Collections.Immutable.ImmutableInterlocked.GetOrAdd[TKey,TValue](ImmutableDictionary`2& location,TKey key,Func`2 valueFactory)
   at Microsoft.CodeAnalysis.Extensions.IExtensionManagerExtensions.PerformFunction[T](IExtensionManager extensionManager,Object extension,Func`1 function,T defaultValue)

FreeApophis avatar Oct 04 '23 08:10 FreeApophis