Improve domain event publisher implementation #245
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.Common/Codehard.Common.AspNetCore/Attributes/AllowOnEnvironment.cs#L8
Missing XML comment for publicly visible type or member 'AllowOnEnvironmentAttribute'
|
src/Codehard.Common/Codehard.Common.AspNetCore/Attributes/AllowOnEnvironment.cs#L12
Missing XML comment for publicly visible type or member 'AllowOnEnvironmentAttribute.AllowOnEnvironmentAttribute(string)'
|
src/Codehard.Common/Codehard.Common.AspNetCore/Attributes/AllowOnEnvironment.cs#L17
Missing XML comment for publicly visible type or member 'AllowOnEnvironmentAttribute.OnActionExecuting(ActionExecutingContext)'
|
src/Codehard.Common/Codehard.Common.AspNetCore/Attributes/DisallowOnEnvironment.cs#L15
Missing XML comment for publicly visible type or member 'DisallowOnEnvironmentAttribute.DisallowOnEnvironmentAttribute(string)'
|
src/Codehard.Common/Codehard.Common.AspNetCore/Attributes/DisallowOnEnvironment.cs#L20
Missing XML comment for publicly visible type or member 'DisallowOnEnvironmentAttribute.OnActionExecuting(ActionExecutingContext)'
|
src/Codehard.Common/Codehard.Common.AspNetCore/Attributes/NonProduction.cs#L10
Missing XML comment for publicly visible type or member 'NonProductionAttribute.NonProductionAttribute()'
|
The logs for this run have expired and are no longer available.
Loading