Manually publish MZBase.EntityFrameworkCore.Sql NuGet Package #2
manual_publish-mzbase-entityframeworkcore-sql.yaml
on: workflow_dispatch
build
20s
Annotations
10 warnings
|
build:
MZBase.EntityFrameworkCore.Sql/DbDescriptionUpdater.cs#L20
Non-nullable field 'contextType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
MZBase.EntityFrameworkCore.Sql/DbDescriptionUpdater.cs#L20
Non-nullable field 'transaction' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
MZBase.EntityFrameworkCore.Sql/DbDescriptionUpdater.cs#L238
Dereference of a possibly null reference.
|
|
build:
MZBase.EntityFrameworkCore.Sql/DbDescriptionUpdater.cs#L240
Unboxing a possibly null value.
|
|
build:
MZBase.EntityFrameworkCore.Sql/DbDescriptionUpdater.cs#L246
Possible null reference argument for parameter 'entityType' in 'string? RelationalEntityTypeExtensions.GetSchema(IReadOnlyEntityType entityType)'.
|
|
build:
MZBase.EntityFrameworkCore.Sql/DbDescriptionUpdater.cs#L249
Nullability of reference types in value of type '(string? schema, string? tableName)' doesn't match target type '(string schema, string tableName)'.
|
|
build:
MZBase.EntityFrameworkCore.Sql/DbDescriptionUpdater.cs#L33
Cannot convert null literal to non-nullable reference type.
|
|
build:
MZBase.EntityFrameworkCore.Sql/DbDescriptionUpdater.cs#L31
Assignment made to same variable; did you mean to assign something else?
|
|
build:
MZBase.EntityFrameworkCore.Sql/DbDescriptionUpdater.cs#L81
Possible null reference argument for parameter 'description' in 'void DbDescriptionUpdater<TContext>.SetTableDescription(string tableName, string description, string schema = "dbo")'.
|
|
build:
MZBase.EntityFrameworkCore.Sql/DbDescriptionUpdater.cs#L89
Possible null reference argument for parameter 'description' in 'void DbDescriptionUpdater<TContext>.SetTableDescription(string tableName, string description, string schema = "dbo")'.
|