Skip to content

take internals

take internals #26

Triggered via push November 7, 2024 08:16
Status Failure
Total duration 53s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
release: src/Migration/MigrationSerializer.cs#L8
'MigrationSerializer<T>': cannot derive from sealed type 'BsonClassMapSerializer<T>'
release: src/Migration/MigrationSerializer.cs#L20
'MigrationSerializer<T>.Serialize(BsonSerializationContext, BsonSerializationArgs, T)': no suitable method found to override
release: src/Migration/MigrationSerializer.cs#L29
'MigrationSerializer<T>.Deserialize(BsonDeserializationContext, BsonDeserializationArgs)': no suitable method found to override
release: src/Migration/MigrationSerializer.cs#L8
'MigrationSerializer<T>': cannot derive from sealed type 'BsonClassMapSerializer<T>'
release: src/Migration/MigrationSerializer.cs#L20
'MigrationSerializer<T>.Serialize(BsonSerializationContext, BsonSerializationArgs, T)': no suitable method found to override
release: src/Migration/MigrationSerializer.cs#L29
'MigrationSerializer<T>.Deserialize(BsonDeserializationContext, BsonDeserializationArgs)': no suitable method found to override
release: src/Migration/MigrationSerializer.cs#L8
'MigrationSerializer<T>': cannot derive from sealed type 'BsonClassMapSerializer<T>'
release: src/Migration/MigrationSerializer.cs#L20
'MigrationSerializer<T>.Serialize(BsonSerializationContext, BsonSerializationArgs, T)': no suitable method found to override
release: src/Migration/MigrationSerializer.cs#L29
'MigrationSerializer<T>.Deserialize(BsonDeserializationContext, BsonDeserializationArgs)': no suitable method found to override
release: src/Migration/MigrationSerializer.cs#L8
'MigrationSerializer<T>': cannot derive from sealed type 'BsonClassMapSerializer<T>'
release: src/Transactions/MongoTransactionClient.cs#L42
Cannot convert null literal to non-nullable reference type.
release: src/Transactions/MongoTransactionClient.cs#L47
Cannot convert null literal to non-nullable reference type.
release: src/Transactions/MongoTransactionClient.cs#L58
Cannot convert null literal to non-nullable reference type.
release: src/Transactions/MongoTransactionClient.cs#L42
Cannot convert null literal to non-nullable reference type.
release: src/Transactions/MongoTransactionClient.cs#L47
Cannot convert null literal to non-nullable reference type.
release: src/Transactions/MongoTransactionClient.cs#L58
Cannot convert null literal to non-nullable reference type.
release: src/Context/MongoOptions.cs#L12
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release: src/Context/MongoOptions.cs#L13
Non-nullable property 'DatabaseName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release: src/Context/MongoDriverInternals/ObjectSerializer.cs#L234
Possible null reference return.
release: src/Context/MongoDriverInternals/ObjectSerializer.cs#L409
Converting null literal or possible null value to non-nullable type.