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
I'm not able to compile Worddaze with the latest VS2019/ .Net Core 3.0 / .Net Standard 2.1. First of all the following changes where needed:
IUriHelper hast to be changed to NavigationManager
Login.razor and PostEditor.razor had to be changed
Now, the following Error occurs while compiling:
2>Fatal error in IL Linker
2>
2>Unhandled Exception: Mono.Cecil.ResolutionException: Failed to resolve Microsoft.JSInterop.JSInProcessRuntimeBase
2> at Mono.Linker.Steps.MarkStep.HandleUnresolvedType(TypeReference reference)
2> at Mono.Linker.Steps.MarkStep.MarkType(TypeReference reference)
2> at Mono.Linker.Steps.MarkStep.MarkType(TypeReference reference)
2> at Mono.Linker.Steps.MarkStep.InitializeType(TypeDefinition type)
2> at Mono.Linker.Steps.MarkStep.InitializeAssembly(AssemblyDefinition assembly)
2> at Mono.Linker.Steps.MarkStep.Initialize()
2> at Mono.Linker.Steps.MarkStep.Process(LinkContext context)
2> at Mono.Linker.Pipeline.ProcessStep(LinkContext context, IStep step)
2> at Mono.Linker.Pipeline.Process(LinkContext context)
2> at Mono.Linker.Driver.Run(ILogger customLogger)
2> at Mono.Linker.Driver.Execute(String[] args, ILogger customLogger)
2> at Mono.Linker.Driver.Main(String[] args)
Any Idea on how to solve this Error?
The text was updated successfully, but these errors were encountered:
This sample is a bit out of date now. I tend to rely on the community to keep it up to date as I struggle to find the time. I'll add it to my list to look over when I can.
Hi,
I'm not able to compile Worddaze with the latest VS2019/ .Net Core 3.0 / .Net Standard 2.1. First of all the following changes where needed:
Now, the following Error occurs while compiling:
2>Fatal error in IL Linker
2>
2>Unhandled Exception: Mono.Cecil.ResolutionException: Failed to resolve Microsoft.JSInterop.JSInProcessRuntimeBase
2> at Mono.Linker.Steps.MarkStep.HandleUnresolvedType(TypeReference reference)
2> at Mono.Linker.Steps.MarkStep.MarkType(TypeReference reference)
2> at Mono.Linker.Steps.MarkStep.MarkType(TypeReference reference)
2> at Mono.Linker.Steps.MarkStep.InitializeType(TypeDefinition type)
2> at Mono.Linker.Steps.MarkStep.InitializeAssembly(AssemblyDefinition assembly)
2> at Mono.Linker.Steps.MarkStep.Initialize()
2> at Mono.Linker.Steps.MarkStep.Process(LinkContext context)
2> at Mono.Linker.Pipeline.ProcessStep(LinkContext context, IStep step)
2> at Mono.Linker.Pipeline.Process(LinkContext context)
2> at Mono.Linker.Driver.Run(ILogger customLogger)
2> at Mono.Linker.Driver.Execute(String[] args, ILogger customLogger)
2> at Mono.Linker.Driver.Main(String[] args)
Any Idea on how to solve this Error?
The text was updated successfully, but these errors were encountered: