Dropped net6/7 targets from tests #9501
Annotations
5 errors and 10 warnings
VerifyException : Directory: D:\a\sentry-dotnet\sentry-dotnet\test\Sentry.DiagnosticSource.IntegrationTests
New:
- Received: SqlListenerTests.LoggingAsync.DotNet9_0.received.txt
Verified: SqlListenerTests.LoggingAsync.DotNet9_0.verified.txt
FileContent:
New:
Received: SqlListenerTests.LoggingAsync.DotNet9_0.received.txt
[
{
Source: {
Name: my transaction,
Platform: csharp,
Operation: my operation,
Description: ,
Status: Ok,
IsSampled: true,
SampleRate: 1.0,
Request: {},
Contexts: {
trace: {
Operation: my operation,
Description: ,
Status: Ok,
IsSampled: true
}
},
User: {
Id: Guid_1,
IpAddress: {{auto}}
},
Spans: [
{
IsFinished: true,
Operation: db.connection,
Description: SqlListenerTests.verify_LoggingAsync,
Status: Ok,
IsSampled: true,
Extra: {
bytes_sent : 376,
db.connection_id: Guid_2,
db.name: SqlListenerTests.verify_LoggingAsync,
db.operation_id: Guid_3,
db.server: (LocalDb)\SqlListenerTests,
db.system: sql,
rows_sent: 0
}
},
{
IsFinished: true,
Operation: db.query,
Description:
SET IMPLICIT_TRANSACTIONS OFF;
SET NOCOUNT ON;
INSERT INTO [TestEntities] ([Property])
OUTPUT INSERTED.[Id]
VALUES (@p0);
,
Status: Ok,
IsSampled: true,
Extra: {
db.connection_id: Guid_2,
db.name: SqlListenerTests.verify_LoggingAsync,
db.operation_id: Guid_4,
db.system: sql
}
}
],
IsFinished: true
}
}
]
|
VerifyException : Directory: D:\a\sentry-dotnet\sentry-dotnet\test\Sentry.DiagnosticSource.IntegrationTests
New:
- Received: SqlListenerTests.RecordsEfAsync.DotNet9_0.received.txt
Verified: SqlListenerTests.RecordsEfAsync.DotNet9_0.verified.txt
FileContent:
New:
Received: SqlListenerTests.RecordsEfAsync.DotNet9_0.received.txt
[
{
Source: {
Exception: {
$type: Exception,
Type: Exception,
Message: my exception
},
Platform: csharp,
SentryExceptions: [
{
Type: System.Exception,
Value: my exception
}
],
Level: error,
TransactionName: my transaction,
Request: {},
Contexts: {
trace: {
Operation:
}
},
User: {
Id: Guid_1,
IpAddress: {{auto}}
}
}
},
{
Source: {
Name: my transaction,
Platform: csharp,
Operation: my operation,
Description: ,
Status: Ok,
IsSampled: true,
SampleRate: 1.0,
Request: {},
Contexts: {
trace: {
Operation: my operation,
Description: ,
Status: Ok,
IsSampled: true
}
},
User: {
Id: Guid_1,
IpAddress: {{auto}}
},
Breadcrumbs: [
{
Message: my exception,
Category: Exception,
Level: critical
}
],
Spans: [
{
IsFinished: true,
Operation: db.connection,
Description: SqlListenerTests.verify_RecordsEfAsync,
Status: Ok,
IsSampled: true,
Extra: {
bytes_received: 225,
bytes_sent : 570,
db.connection_id: Guid_2,
db.name: SqlListenerTests.verify_RecordsEfAsync,
db.operation_id: Guid_3,
db.server: (LocalDb)\SqlListenerTests,
db.system: sql,
rows_sent: 1
}
},
{
IsFinished: true,
Operation: db.query,
Description:
SET IMPLICIT_TRANSACTIONS OFF;
SET NOCOUNT ON;
INSERT INTO [TestEntities] ([Property])
OUTPUT INSERTED.[Id]
VALUES (@p0);
,
Status: Ok,
IsSampled: true,
Extra: {
db.connection_id: Guid_2,
db.name: SqlListenerTests.verify_RecordsEfAsync,
db.operation_id: Guid_4,
db.system: sql
}
},
{
IsFinished: true,
Operation: db.query.compile,
Description: 'DbSet<TestEntity>()',
Status: Ok,
IsSampled: true,
Extra: {
db.system: mssql
}
},
{
IsFinished: true,
Operation: db.query,
Description:
SELECT [t].[Id], [t].[Property]
FROM [TestEntities] AS [t],
Status: Ok,
IsSampled: true,
Extra: {
db.connection_id: Guid_2,
db.name: SqlListenerTests.verify_RecordsEfAsync,
db.operation_id: Guid_5,
db.system: sql
}
}
],
IsFinished: true
}
}
]
|
VerifyException : Directory: D:\a\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests
NotEqual:
- Received: IntegrationTests.Simple.Net4_8.received.txt
Verified: IntegrationTests.Simple.Net4_8.verified.txt
FileContent:
NotEqual:
Received: IntegrationTests.Simple.Net4_8.received.txt
Verified: IntegrationTests.Simple.Net4_8.verified.txt
Compare Result:
[
{
Header: {
event_id: Guid_1,
sdk: {
name: sentry.dotnet
},
trace: {
environment: production,
public_key: d4d82fc1c2c4032a83f3a29aa3a3aff,
release: test-release,
trace_id: Guid_2
}
},
Items: [
{
Header: {
type: event
},
Payload: {
Source: {
Exception: {
$type: Exception,
Type: Exception,
Message: Exception message
},
Message: {
Message: message = {arg},
Formatted: message = "arg value"
},
Logger: Sentry.NLog.Tests.IntegrationTests,
Platform: csharp,
SentryExceptions: [
{
Type: System.Exception,
Value: Exception message,
Stacktrace: {
Frames: [
{
FileName: IntegrationTests.verify.cs,
Function: Task IntegrationTests.Simple(),
Module: null,
- LineNumber: 48,
+ LineNumber: 47,
ColumnNumber: 17,
AbsolutePath: {ProjectDirectory}IntegrationTests.verify.cs,
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
}
]
},
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
}
],
Level: error,
Request: {},
Contexts: {
trace: {
Operation:
}
},
User: {
Id: myId,
Username: ,
Email: ,
IpAddress: ,
Other: {
mood: joyous
}
},
Environment: production,
Extra: {
arg: arg value
},
Tags: {
logger: Sentry.NLog.Tests.IntegrationTests
}
}
}
}
]
}
]
|
|
|
src/Sentry.Bindings.Android/obj/Release/net8.0-android34.0/api.xml#L7971
Unknown return type 'io.sentry.android.core.internal.util.SentryFrameMetricsCollector' for member 'Sentry.JavaSdk.Android.Core.SentryAndroidOptions.GetFrameMetricsCollector ()'.
|
src/Sentry.Bindings.Android/obj/Release/net8.0-android34.0/api.xml#L8061
Unknown parameter type 'io.sentry.android.core.internal.util.SentryFrameMetricsCollector' for member 'Sentry.JavaSdk.Android.Core.SentryAndroidOptions.SetFrameMetricsCollector (io.sentry.android.core.internal.util.SentryFrameMetricsCollector)'.
|
src/Sentry.Bindings.Android/obj/Release/net8.0-android34.0/api.xml#L8205
Unknown parameter type 'io.sentry.android.core.internal.util.SentryFrameMetricsCollector' for member 'Sentry.JavaSdk.Android.Core.SpanFrameMetricsCollector.SpanFrameMetricsCollector (Sentry.JavaSdk.Android.Core.SentryAndroidOptions, io.sentry.android.core.internal.util.SentryFrameMetricsCollector)'.
|
src/Sentry.Bindings.Android/obj/Release/net8.0-android34.0/api.xml#L9174
Unexpected field type `io.sentry.android.replay.DefaultReplayBreadcrumbConverter.Companion` (IO.Sentry.Android.Replay.DefaultReplayBreadcrumbConverter).
|
src/Sentry.Bindings.Android/obj/Release/net8.0-android34.0/api.xml#L9756
Unexpected field type `io.sentry.android.replay.gestures.ReplayGestureConverter.Companion` (IO.Sentry.Android.Replay.Gestures.ReplayGestureConverter).
|
src/Sentry.Bindings.Android/obj/Release/net8.0-android34.0/api.xml#L9277
Skipping 'IO.Sentry.Android.Replay.ReplayCache.Companion' due to a duplicate nested type name. (Java type: 'io.sentry.android.replay.ReplayCache')
|
src/Sentry.Bindings.Android/obj/Release/net8.0-android34.0/api.xml#L9449
Skipping 'IO.Sentry.Android.Replay.ScreenshotRecorderConfig.Companion' due to a duplicate nested type name. (Java type: 'io.sentry.android.replay.ScreenshotRecorderConfig')
|
src/Sentry.Bindings.Android/obj/Release/net8.0-android34.0/api.xml#L7971
Unknown return type 'io.sentry.android.core.internal.util.SentryFrameMetricsCollector' for member 'Sentry.JavaSdk.Android.Core.SentryAndroidOptions.GetFrameMetricsCollector ()'.
|
src/Sentry.Bindings.Android/obj/Release/net8.0-android34.0/api.xml#L8061
Unknown parameter type 'io.sentry.android.core.internal.util.SentryFrameMetricsCollector' for member 'Sentry.JavaSdk.Android.Core.SentryAndroidOptions.SetFrameMetricsCollector (io.sentry.android.core.internal.util.SentryFrameMetricsCollector)'.
|
src/Sentry.Bindings.Android/obj/Release/net8.0-android34.0/api.xml#L8205
Unknown parameter type 'io.sentry.android.core.internal.util.SentryFrameMetricsCollector' for member 'Sentry.JavaSdk.Android.Core.SpanFrameMetricsCollector.SpanFrameMetricsCollector (Sentry.JavaSdk.Android.Core.SentryAndroidOptions, io.sentry.android.core.internal.util.SentryFrameMetricsCollector)'.
|
This job failed
Loading