Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes

I'm getting a linker error in my Blazor wasm app (se below) after updating to Blazor 3.2.0 preview 1. I'm expecting Syncfusion to trigger the error, since that library is the only one referencing 

Microsoft.AspNetCore.Http.Abstractions.dll (as far as I can tell).

Do You have other reports on this?

Regards


11>Fatal error in Mono CIL Linker

11>C:\Users\...\.nuget\packages\microsoft.aspnetcore.blazor.build\3.2.0-preview1.20073.1\targets\Blazor.MonoRuntime.targets(258,5): error : Unhandled exception. Mono.Linker.MarkException: Error processing method: 'System.Threading.Tasks.Task Microsoft.AspNetCore.Http.Authentication.AuthenticationManager::AuthenticateAsync(Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext)' in assembly: 'Microsoft.AspNetCore.Http.Abstractions.dll'

11> ---> Mono.Cecil.ResolutionException: Failed to resolve Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext

11> at Mono.Linker.Steps.MarkStep.HandleUnresolvedType(TypeReference reference)

11> at Mono.Linker.Steps.MarkStep.MarkType(TypeReference reference)

11> at Mono.Linker.Steps.MarkStep.ProcessMethod(MethodDefinition method)

11> at Mono.Linker.Steps.MarkStep.ProcessQueue()

11> --- End of inner exception stack trace ---

11> at Mono.Linker.Steps.MarkStep.ProcessQueue()

11> at Mono.Linker.Steps.MarkStep.ProcessPrimaryQueue()

11> at Mono.Linker.Steps.MarkStep.Process()

11> at Mono.Linker.Steps.MarkStep.Process(LinkContext context)

11> at Mono.Linker.Pipeline.ProcessStep(LinkContext context, IStep step)

11> at Mono.Linker.Pipeline.Process(LinkContext context)

11> at Mono.Linker.Driver.Run(ILogger customLogger)

11> at Mono.Linker.Driver.Execute(String[] args, ILogger customLogger)

11> at Mono.Linker.Driver.Main(String[] args)

11>C:\Users\...\.nuget\packages\microsoft.aspnetcore.blazor.build\3.2.0-preview1.20073.1\targets\Blazor.MonoRuntime.targets(258,5): error : ILLink failed with exit code -532462766.