mirrorsharp icon indicating copy to clipboard operation
mirrorsharp copied to clipboard

Latest roslyn analyzers (version 4.10) give an exception

Open Sicos1977 opened this issue 7 months ago • 0 comments

Exception information: Exception type: ReflectionTypeLoadException Exception message: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) at System.Reflection.RuntimeAssembly.get_DefinedTypes() at System.Linq.Enumerable.<SelectManyIterator>d__172.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator1.MoveNext() at System.Composition.TypedParts.TypedPartExportDescriptorProvider..ctor(IEnumerable1 types, AttributedModelProvider attributeContext) at System.Composition.Hosting.ContainerConfiguration.CreateContainer() at MirrorSharp.Internal.Roslyn.RoslynLanguageBase..ctor(String name, String featuresAssemblyName, String workspacesAssemblyName, IRoslynLanguageOptions options) at MirrorSharp.MirrorSharpOptions.<.ctor>b__3_0() at System.Lazy1.CreateValue() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Lazy`1.get_Value() at MirrorSharp.Internal.LanguageManager.GetLanguage(String name) at MirrorSharp.Internal.MiddlewareBase.StartWorkSession() at MirrorSharp.Internal.MiddlewareBase.<WebSocketLoopAsync>d__10.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at MirrorSharp.Owin.Internal.Middleware.<<Invoke>b__2_0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.Owin.Host.SystemWeb.OwinCallContext.<AcceptCallback>d__79.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.WebSocketPipeline.<ProcessRequestImplAsync>d__9.MoveNext()

Sicos1977 avatar Jul 05 '24 06:07 Sicos1977