Skip to content

Commit ca72faa

Browse files
authored
fix verified file names (#1353)
1 parent 6aa0f70 commit ca72faa

22 files changed

+13
-2914
lines changed

test/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<PackageReference Include="FluentAssertions" Version="6.2.0" />
4545
<PackageReference Include="xunit" Version="2.4.1" />
4646
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
47-
<PackageReference Include="Verify.Xunit" Version="14.6.3" />
47+
<PackageReference Include="Verify.Xunit" Version="14.6.4" />
4848
<PackageReference Include="PublicApiGenerator" Version="10.2.0" />
4949
<PackageReference Include="GitHubActionsTestLogger" Version="1.2.0" />
5050
</ItemGroup>

test/Sentry.AspNetCore.Grpc.Tests/ApiApprovalTests.Run.DotNet3_1.verified.txt renamed to test/Sentry.AspNetCore.Grpc.Tests/ApiApprovalTests.Run.Core3_1.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[assembly: System.Runtime.Versioning.TargetFramework(".NETCoreApp,Version=v3.0", FrameworkDisplayName="")]
1+
[assembly: System.Runtime.Versioning.TargetFramework(".NETCoreApp,Version=v3.0", FrameworkDisplayName="")]
22
namespace Sentry.AspNetCore.Grpc
33
{
44
public class DefaultProtobufRequestPayloadExtractor : Sentry.AspNetCore.Grpc.IProtobufRequestPayloadExtractor

test/Sentry.AspNetCore.Tests/ApiApprovalTests.Run.DotNet3_1.verified.txt renamed to test/Sentry.AspNetCore.Tests/ApiApprovalTests.Run.Core3_1.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[assembly: System.Runtime.Versioning.TargetFramework(".NETCoreApp,Version=v3.0", FrameworkDisplayName="")]
1+
[assembly: System.Runtime.Versioning.TargetFramework(".NETCoreApp,Version=v3.0", FrameworkDisplayName="")]
22
namespace Microsoft.AspNetCore.Builder
33
{
44
public static class SentryTracingMiddlewareExtensions { }

test/Sentry.AspNetCore.Tests/ApiApprovalTests.Run.DotNet2_1.verified.txt

Lines changed: 0 additions & 63 deletions
This file was deleted.

test/Sentry.DiagnosticSource.Tests/ApiApprovalTests.Run.DotNet3_1.verified.txt renamed to test/Sentry.DiagnosticSource.Tests/ApiApprovalTests.Run.Core3_1.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[assembly: System.CLSCompliant(true)]
1+
[assembly: System.CLSCompliant(true)]
22
[assembly: System.Runtime.Versioning.TargetFramework(".NETCoreApp,Version=v3.0", FrameworkDisplayName="")]
33
namespace Sentry
44
{

test/Sentry.DiagnosticSource.Tests/ApiApprovalTests.Run.DotNet2_1.verified.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

test/Sentry.DiagnosticSource.Tests/ApiApprovalTests.Run.DotNet3_0.verified.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

test/Sentry.EntityFramework.Tests/ApiApprovalTests.Run.DotNet3_1.verified.txt renamed to test/Sentry.EntityFramework.Tests/ApiApprovalTests.Run.Core3_1.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.1", FrameworkDisplayName="")]
1+
[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.1", FrameworkDisplayName="")]
22
namespace Sentry.EntityFramework.ErrorProcessors
33
{
44
public class DbConcurrencyExceptionProcessor : Sentry.Extensibility.SentryEventExceptionProcessor<System.Data.DBConcurrencyException>

test/Sentry.Extensions.Logging.Tests/ApiApprovalTests.Run.DotNet2_1.verified.txt renamed to test/Sentry.Extensions.Logging.Tests/ApiApprovalTests.Run.Core3_1.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName="")]
1+
[assembly: System.Runtime.Versioning.TargetFramework(".NETCoreApp,Version=v3.0", FrameworkDisplayName="")]
22
namespace Microsoft.Extensions.Logging
33
{
44
public static class LoggingBuilderExtensions { }

test/Sentry.Extensions.Logging.Tests/ApiApprovalTests.Run.DotNet3_1.verified.txt

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)