blazor-analytics
blazor-analytics copied to clipboard
ApplyCompressionNegotiation with .NET10
I know this would be that helpful but i want to try a new .NET preview as we investigate the new wasm profiler. But i got this error which may be related to blazor-analytics. I know it is the preview but it still may be worth fixing/investigate.
The "ApplyCompressionNegotiation" task failed unexpectedly.
System.InvalidOperationException: Endpoints not found for related asset: C:\Users\User\.nuget\packages\blazor-analytics\3.12.0\staticwebassets\blazor-analytics.js
at Microsoft.AspNetCore.StaticWebAssets.Tasks.ApplyCompressionNegotiation.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext()
Same problem, I made a PR to fix it. It's quite simple: https://github.com/isc30/blazor-analytics/pull/69