Skip to content

Commit 15f244e

Browse files
committed
Finally forced these to update
1 parent f82ee97 commit 15f244e

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

test/Sentry.Tests/ApiApprovalTests.Run.DotNet8_0.verified.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,6 +1285,14 @@ namespace Sentry.Ben.BlockingDetector
12851285
public void Dispose() { }
12861286
}
12871287
}
1288+
namespace Sentry.CompilerServices
1289+
{
1290+
public static class BuildProperties
1291+
{
1292+
public static System.Collections.Generic.IReadOnlyDictionary<string, string>? Values { get; }
1293+
public static void Initialize(System.Collections.Generic.Dictionary<string, string> properties) { }
1294+
}
1295+
}
12881296
namespace Sentry.Extensibility
12891297
{
12901298
public abstract class BaseRequestPayloadExtractor : Sentry.Extensibility.IRequestPayloadExtractor

test/Sentry.Tests/ApiApprovalTests.Run.DotNet9_0.verified.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,6 +1285,14 @@ namespace Sentry.Ben.BlockingDetector
12851285
public void Dispose() { }
12861286
}
12871287
}
1288+
namespace Sentry.CompilerServices
1289+
{
1290+
public static class BuildProperties
1291+
{
1292+
public static System.Collections.Generic.IReadOnlyDictionary<string, string>? Values { get; }
1293+
public static void Initialize(System.Collections.Generic.Dictionary<string, string> properties) { }
1294+
}
1295+
}
12881296
namespace Sentry.Extensibility
12891297
{
12901298
public abstract class BaseRequestPayloadExtractor : Sentry.Extensibility.IRequestPayloadExtractor

test/Sentry.Tests/ApiApprovalTests.Run.Net4_8.verified.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,6 +1266,14 @@ namespace Sentry.Ben.BlockingDetector
12661266
public void Dispose() { }
12671267
}
12681268
}
1269+
namespace Sentry.CompilerServices
1270+
{
1271+
public static class BuildProperties
1272+
{
1273+
public static System.Collections.Generic.IReadOnlyDictionary<string, string>? Values { get; }
1274+
public static void Initialize(System.Collections.Generic.Dictionary<string, string> properties) { }
1275+
}
1276+
}
12691277
namespace Sentry.Extensibility
12701278
{
12711279
public abstract class BaseRequestPayloadExtractor : Sentry.Extensibility.IRequestPayloadExtractor

0 commit comments

Comments
 (0)