blazor-analytics icon indicating copy to clipboard operation
blazor-analytics copied to clipboard

ApplyCompressionNegotiation with .NET10

Open jirisykora83 opened this issue 1 year ago • 1 comments

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()

jirisykora83 avatar Mar 03 '25 14:03 jirisykora83

Same problem, I made a PR to fix it. It's quite simple: https://github.com/isc30/blazor-analytics/pull/69

martinalderson avatar Aug 03 '25 11:08 martinalderson