Bumped Verify.Xunit to version 26.6.0 #3821
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#skip-changelog
Summary
The only changes in this PR are bumping the version of
Verify.Xunitfrom version22.11.4to version26.6.0and removing all the[UsesVerify]attributes that are no longer required or supported by the new version of Verify.Important Note
This change results in a missing a debug image in
test/Sentry.NLog.Tests/IntegrationTests.Simple.Mono4_0.verified.txt.Oddly the debug image is only missing in CI. When I run this test on my Mac locally, it passes.
For the time being, we'll skip this test on Mono in CI. This issue has been created instead:
Here's the diff on CI when running this test on macos-15 (arm64) and ubuntu (x64)
SentryExceptions: [ { Type: System.Exception, Value: Exception message, Stacktrace: { Frames: [ { FileName: , Function: Task IntegrationTests.Simple(), Module: null, LineNumber: null, ColumnNumber: null, AbsolutePath: null, ContextLine: null, InApp: false, Package: Sentry.NLog.Tests, Version=SCRUBBED, Culture=SCRUBBED, PublicKeyToken=SCRUBBED, Platform: null, ImageAddress: null, SymbolAddress: null, InstructionAddress: 2, - AddressMode: rel:0, - FunctionId: 1 + AddressMode: null, + FunctionId: null } ] }, Mechanism: { Type: generic, Handled: true, Synthetic: false, IsExceptionGroup: false - } } - ], - DebugImages: [ - { - Type: pe_dotnet, - ImageAddress: null, - ImageSize: null, - DebugId: ________-____-____-____-____________-________, - DebugChecksum: ______:________________________________________________________________, - DebugFile: .../Sentry.NLog.Tests.pdb, - CodeId: ______________, - CodeFile: .../Sentry.NLog.Tests.dll } ],