Skip to content

Add normal property selection to insert #71

Add normal property selection to insert

Add normal property selection to insert #71

Triggered via push December 21, 2025 12:09
Status Success
Total duration 1m 51s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: QMap.SqlBuilder/StatementsBuilders.cs#L81
'SelectBuilder.Build()' hides inherited member 'StatementsBuilders.Build()'. Use the new keyword if hiding was intended.
build: QMap.SqlBuilder/StatementsBuilders.cs#L59
'SelectBuilder.Sql' hides inherited member 'StatementsBuilders.Sql'. Use the new keyword if hiding was intended.
build: QMap.SqlLite/SqliteDialect.cs#L34
The variable 'ex' is declared but never used
build: QMap.SqlLite/SqliteDialect.cs#L17
'SqliteDialect.Quotes' hides inherited member 'SqlDialectBase.Quotes'. Use the new keyword if hiding was intended.
build: QMap.SqlLite/SqliteDialect.cs#L15
'SqliteDialect.ParameterName' hides inherited member 'SqlDialectBase.ParameterName'. Use the new keyword if hiding was intended.
build: QMap.Core/SqlDialectBase.cs#L11
Non-nullable property 'connection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: QMap.Core/SqlDialectBase.cs#L54
Cannot convert null literal to non-nullable reference type.
build: QMap.Core/SqlDialectBase.cs#L32
Nullability of reference types in type of parameter 'obj' of 'bool SqlDialectBase.RequireMapping(object obj)' doesn't match implicitly implemented member 'bool ISqlDialect.RequireMapping(object? obj)' (possibly because of nullability attributes).
build: QMap.Core/QMapConnectionAdapterBase.cs#L24
Nullability of reference types in type of parameter 'value' of 'void QMapConnectionAdapterBase<C>.ConnectionString.set' doesn't match implicitly implemented member 'void IDbConnection.ConnectionString.set' (possibly because of nullability attributes).
build: QMap.Core/Command/QMapCommandAdapterBase.cs#L17
Nullability of reference types in type of parameter 'value' of 'void QMapCommandAdapterBase<T>.CommandText.set' doesn't match implicitly implemented member 'void IDbCommand.CommandText.set' (possibly because of nullability attributes).