Can't publish Blazor Client App to local folder Unhandled exception. Mono.Linker.MarkException #27575
Unanswered
amitavraham
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While trying to play around with Blazor I tried to publish the app to my local folder.
Severity Code Description Project File Line Suppression State
Error ILLink failed with exit code -532462766. TestApp.Client C:\Users\User.nuget\packages\microsoft.aspnetcore.components.webassembly.build\3.2.1\targets\Blazor.MonoRuntime.targets 326
Error Unhandled exception. Mono.Linker.MarkException: Error processing method: 'System.IDisposable Microsoft.Extensions.Logging.Console.ConsoleLogger::BeginScope(TState)' in assembly: 'Microsoft.Extensions.Logging.Console.dll' TestApp.Client C:\Users\User.nuget\packages\microsoft.aspnetcore.components.webassembly.build\3.2.1\targets\Blazor.MonoRuntime.targets 326
Not sure if it's something I did
Beta Was this translation helpful? Give feedback.
All reactions