Skip to content

Commit 865d5ac

Browse files
Bumped to Verify.Xunit 26.6.0
1 parent aad2eca commit 865d5ac

File tree

52 files changed

+197
-54
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+197
-54
lines changed

test/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
<!-- only non-platform-specific projects should include these packages -->
5858
<ItemGroup Condition="'$(TargetPlatformIdentifier)'==''">
59-
<PackageReference Include="Verify.Xunit" Version="22.11.4" />
59+
<PackageReference Include="Verify.Xunit" Version="26.6.0" />
6060
<PackageReference Include="Verify.DiffPlex" Version="2.3.0" />
6161
<PackageReference Include="PublicApiGenerator" Version="11.1.0" />
6262
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" PrivateAssets="All" />

test/Sentry.Android.AssemblyReader.Tests/ApiApprovalTests.verify.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
namespace Sentry.Android.AssemblyReader.Tests;
22

3-
[UsesVerify]
43
public class ApiApprovalTests
54
{
65
[Fact]

test/Sentry.AspNet.Tests/ApiApprovalTests.verify.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
namespace Sentry.AspNet.Tests;
22

3-
[UsesVerify]
43
public class ApiApprovalTests
54
{
65
[Fact]

test/Sentry.AspNetCore.Grpc.Tests/ApiApprovalTests.verify.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
namespace Sentry.AspNetCore.Grpc.Tests;
22

3-
[UsesVerify]
43
public class ApiApprovalTests
54
{
65
[Fact]

test/Sentry.AspNetCore.Tests/ApiApprovalTests.verify.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
namespace Sentry.AspNetCore.Tests;
22

3-
[UsesVerify]
43
public class ApiApprovalTests
54
{
65
[Fact]

test/Sentry.AspNetCore.Tests/ScopeExtensionsTests.verify.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
namespace Sentry.AspNetCore.Tests;
55

6-
[UsesVerify]
76
public partial class ScopeExtensionsTests
87
{
98
[Fact]

test/Sentry.AspNetCore.Tests/WebIntegrationTests.verify.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
namespace Sentry.AspNetCore.Tests;
99

10-
[UsesVerify]
1110
public class WebIntegrationTests
1211
{
1312
private readonly TestOutputDiagnosticLogger _logger;

test/Sentry.Azure.Functions.Worker.Tests/ApiApprovalTests.verify.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
namespace Sentry.Azure.Functions.Worker.Tests;
22

3-
[UsesVerify]
43
public class ApiApprovalTests
54
{
65
[Fact]

test/Sentry.DiagnosticSource.IntegrationTests/SqlListenerTests.verify.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
namespace Sentry.DiagnosticSource.IntegrationTests;
22

3-
[UsesVerify]
43
public class SqlListenerTests : IClassFixture<LocalDbFixture>
54
{
65
private readonly LocalDbFixture _fixture;

test/Sentry.DiagnosticSource.Tests/ApiApprovalTests.verify.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
namespace Sentry.DiagnosticSource.Tests;
66

7-
[UsesVerify]
87
public class ApiApprovalTests
98
{
109
[Fact]

0 commit comments

Comments
 (0)