Stefan Pölz
Stefan Pölz
I have this issue now as well, where the network tab of my browser says: ```json { "exception": "System.AggregateException: One or more errors occurred. (Unsupported log file format. Latest supported...
We would like to add a dedicated "Package-Matcher" next to the existing "Module-" and "Function-Matchers". https://github.com/getsentry/sentry-dotnet/blob/9beef00b325bd79c2cf43829f069142461aec113/src/Sentry/SentryStackFrame.cs#L19-L20 See also https://github.com/getsentry/sentry-dotnet/pull/4236#discussion_r2122614108
I wonder if this is a larger (not just Blazor WebAssembly) issue with our `sentry-native` functions. Perhaps we should consider using the Source-Generated variant via `LibraryImportAttribute` on `NET7_0_OR_GREATER`.
After #4300, we could still add more coverage for the user experience on Windows and Visual Studio via Integration Tests. E.g. - install Visual Studio, or the respective MSBuild tools,...
[Polyfill v6.12.0](https://github.com/SimonCropp/Polyfill/milestone/101) adds the `System.Threading.Lock` type. It satisfies the shape for the "C# 13 lock statement". The implementation uses `System.Threading.Monitor` under the hood. I am not 100 % certain that...
After a discussion - we're not sure about the Polyfill not causing potential issues on .NET Framework (or Runtimes that support Thread.Abort) - we could instead add a global using...
Thanks for the context (on the `contexts` 😉). Opened a PR containing questions as comments whether I took the right approach.
@jamescrosswell thanks for the hint. I rephrased the summary of the description. @jamescrosswell @aritchie does this mean it works as intended and we should close this? Or am I misunderstanding...
Hmm ... tricky ... perhaps now with #4358 (thanks @jpnurmi) we now have more diagnostics to understand the problem the next time it occurs.
`-bl` We were thinking about `--no-restore` in the build ... this this may have no actual effect in the build. Now we are thinking about skipping these tests on _Windows_.