Open jonhilt opened 1 year ago
I should add, I'm seeing these errors because I have sentry (for logging) configured like this in the Blazor WASM app's program.cs:
try
{
await app.RunAsync();
}
catch (Exception e)
{
SentrySdk.CaptureException(e);
await SentrySdk.FlushAsync();
throw;
}
Can you try 13.1 rc.3
I see a 13.1.rc2, but not 13.1.rc3?
I'll try RC2 and see how it works out 👍
Thanks, Jon
Quick update, I just tried upgrading to that version and get this error on build.
.nuget\packages\strawberryshake.blazor\13.1.0-rc.2\build\StrawberryShake.Blazor.targets(38,20): error MSB4184: The expression "[MSBuild]::VersionGreaterThanOrEquals('', 6)" cannot be evaluated. Version string was not in a correct format.
What version of SDK have you installed?
Run: dotnet --version
7.0.202
I'm avoiding the latest as it blew up with a lot of errors for my Blazor projects (as noted here https://github.com/dotnet/razor/issues/8718)
Is there an existing issue for this?
Product
Strawberry Shake
Describe the bug
It's entirely possible I've got something set up wrong here, but in a Blazor WASM project I'm seeing this error crop up quite a lot:
Just wondering if there's anything specifically I should be looking out for in trying to narrow this one down?
Thanks!
Steps to reproduce
Here's an example, which uses the
IGetTaskListResult
identified in the log:Relevant log output
No response
Additional Context?
No response
Version
13.0.5