-
-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): update Dotnet SDK to v4.13.0 #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
9e179ae
to
bf80e10
Compare
bf80e10
to
47c2f92
Compare
3 tests are failing. Seems like flakes? |
I don't think so. They fail consistently since 4.12.2 update. CI on main passes just fine (I've just rerun the previous build). I'll need to have a look at what changed in the .net |
BTW what you've copy-pasted is actually not a test failure, just a log output. Tests fail because of this:
and since it is an integration test faulure Windows PowerShell (in the test name) and additionally because the Windows Powershell CI build fails while loading the module:
That indicates the DLL couldn't be loaded which can only mean it's missing of one of the required dependencies (DLLs) is missing or a wrong version. A look at the diff linked in this PR description shows that System.Text.Json was updated so we need to bump it here as well. |
Bumps dependencies/Sentry.properties from 4.12.1 to 4.13.0.
Auto-generated by a dependency updater.
Changelog
4.13.0
Features
Fixes
Dependencies
4.12.2
Features
SetBeforeScreenshotCapture
callback to the options: allowing the user to set an action before the screenshot is taken (#3661)Sentry.AspNetCore.Blazor.WebAssembly
generally available. (#3674)Fixes
sentry.native.android.dotnet
(#3682)Dependencies
System.Text.Json
from v6.0.8 to v6.0.10 (#3704)