You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.InvalidOperationException : Sequence contains more than one element
at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source)
at async Treasure.Analyzers.MemberOrder.CodeFixes.MemberOrderCodeFixProvider.RegisterCodeFixesAsync(<Unknown Parameters>)
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at async Microsoft.CodeAnalysis.CodeFixes.CodeFixService.GetCodeFixesAsync(<Unknown Parameters>)
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at async Microsoft.CodeAnalysis.Extensions.IExtensionManagerExtensions.PerformFunctionAsync[T](<Unknown Parameters>)
I believe this happens if you have a sub-type that has errors in it.
The text was updated successfully, but these errors were encountered:
Stack trace
I believe this happens if you have a sub-type that has errors in it.
The text was updated successfully, but these errors were encountered: