Skip to content

demo updated

demo updated #123

Triggered via push December 26, 2025 09:55
Status Success
Total duration 1m 29s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: SharpCoreDB.EntityFrameworkCore/Query/SharpCoreDBQuerySqlGenerator.cs#L101
Dereference of a possibly null reference.
build: SharpCoreDB.EntityFrameworkCore/Query/SharpCoreDBQuerySqlGenerator.cs#L85
Dereference of a possibly null reference.
build: SharpCoreDB.EntityFrameworkCore/Query/SharpCoreDBQuerySqlGenerator.cs#L69
Dereference of a possibly null reference.
build: SharpCoreDB.EntityFrameworkCore/Query/SharpCoreDBQuerySqlGenerator.cs#L46
Dereference of a possibly null reference.
build: SharpCoreDB.EntityFrameworkCore/Query/SharpCoreDBQuerySqlGenerator.cs#L37
Dereference of a possibly null reference.
build: SharpCoreDB.EntityFrameworkCore/Query/SharpCoreDBQuerySqlGenerator.cs#L28
Dereference of a possibly null reference.
build: SharpCoreDB.EntityFrameworkCore/Storage/SharpCoreDBCommand.cs#L292
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: SharpCoreDB.EntityFrameworkCore/Storage/SharpCoreDBCommand.cs#L289
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: SharpCoreDB.EntityFrameworkCore/Storage/SharpCoreDBCommand.cs#L49
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: SharpCoreDB.EntityFrameworkCore/SharpCoreDBOptionsExtension.cs#L84
'SharpCoreDBOptionsExtension.ExtensionInfo.Extension' hides inherited member 'DbContextOptionsExtensionInfo.Extension'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.