Added runtime type serialization #167
Annotations
12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, jvbsl/litgit-action@master. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
NonSucking.Framework.Extension.EntityFrameworkCore/Migrations/ModelMigration.cs#L31
Converting null literal or possible null value to non-nullable type.
|
build:
NonSucking.Framework.Extension.EntityFrameworkCore/Migrations/ModelMigration.cs#L40
Converting null literal or possible null value to non-nullable type.
|
build:
NonSucking.Framework.Extension.EntityFrameworkCore/DatabaseFactory.cs#L25
Dereference of a possibly null reference.
|
build:
NonSucking.Framework.Extension.EntityFrameworkCore/DatabaseFactory.cs#L35
Converting null literal or possible null value to non-nullable type.
|
build:
NonSucking.Framework.Extension.EntityFrameworkCore/DatabaseFactory.cs#L32
Argument of type 'IEnumerable<IDatabaseConfigurator?>' cannot be used for parameter 'collection' of type 'IEnumerable<IDatabaseConfigurator>' in 'void List<IDatabaseConfigurator>.AddRange(IEnumerable<IDatabaseConfigurator> collection)' due to differences in the nullability of reference types.
|
build:
NonSucking.Framework.Extension.EntityFrameworkCore/DatabaseContext.cs#L76
Dereference of a possibly null reference.
|
build:
NonSucking.Framework.Extension.EntityFrameworkCore/MigrationDatabaseContext.cs#L21
Microsoft.EntityFrameworkCore.ModelConfigurationBuilder is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
|
build:
NonSucking.Framework.Serialization.Advanced/IBinaryStream.cs#L326
'IBinaryWriter.Write(sbyte)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
build:
NonSucking.Framework.Serialization.Advanced/IBinaryStream.cs#L347
'IBinaryWriter.Write(ushort)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
build:
NonSucking.Framework.Serialization.Advanced/IBinaryStream.cs#L354
'IBinaryWriter.Write(uint)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|