Fix wrong project name #236
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/Codehard.Common/Codehard.Common.DomainModel/Entity.cs#L17
Non-nullable field 'lazyLoader' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/Codehard.Common/Codehard.Common.DomainModel/Entity.cs#L17
Missing XML comment for publicly visible type or member 'Entity<TKey>.Entity()'
|
src/Codehard.Common/Codehard.Common.DomainModel/Entity.cs#L21
Missing XML comment for publicly visible type or member 'Entity<TKey>.Entity(Action<object, string>)'
|
src/Codehard.Common/Codehard.Common.DomainModel/ISpecification.cs#L10
XML comment has cref attribute 'obj' that could not be resolved
|
src/Codehard.Infrastructure/Codehard.Infrastructure.EntityFramework/Extensions/ChangeTrackingExtensions.cs#L365
Dereference of a possibly null reference.
|
src/Codehard.Infrastructure/Codehard.Infrastructure.EntityFramework/Extensions/ModelBuilderExtensions.cs#L6
Missing XML comment for publicly visible type or member 'ModelBuilderExtensions'
|
src/Codehard.Infrastructure/Codehard.Infrastructure.EntityFramework.Parser/DesignTimeDbContextBaseWithParser.cs#L14
Missing XML comment for publicly visible type or member 'DesignTimeDbContextBaseWithParser<TContext>.ParsedMigratorOptions'
|
src/Codehard.Infrastructure/Codehard.Infrastructure.EntityFramework.Parser/DesignTimeDbContextBaseWithParser.cs#L17
Missing XML comment for publicly visible type or member 'DesignTimeDbContextBaseWithParser<TContext>.ParsedMigratorOptions.ConnectionString'
|
src/Codehard.Infrastructure/Codehard.Infrastructure.EntityFramework.Parser/DesignTimeDbContextBaseWithParser.cs#L20
Missing XML comment for publicly visible type or member 'DesignTimeDbContextBaseWithParser<TContext>.GetMigrationOptions(string[])'
|
src/Codehard.Common/Codehard.Common.DomainModel/Entity.cs#L17
Non-nullable field 'lazyLoader' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading