Update README.md #96
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
src/BuildingBlocks/BuildingBlocks.Abstractions/Serialization/IMessageSerilizer.cs#L7
'IMessageSerializer.ContentType' hides inherited member 'ISerializer.ContentType'. Use the new keyword if hiding was intended.
|
build:
src/BuildingBlocks/BuildingBlocks.Abstractions/Domain/IHaveIdentity.cs#L6
Possible null reference return.
|
build:
src/BuildingBlocks/BuildingBlocks.Abstractions/Domain/EntityId.cs#L23
File is required to end with a single newline character
|
build:
src/BuildingBlocks/BuildingBlocks.Abstractions/Messaging/IBusConsumer.cs#L39
Code should not contain multiple blank lines in a row
|
build:
src/BuildingBlocks/BuildingBlocks.Abstractions/Persistence/EventStore/AppendResult.cs#L6
Closing brace should be followed by blank line
|
build:
src/BuildingBlocks/BuildingBlocks.Abstractions/Serialization/ISerializer.cs#L33
File is required to end with a single newline character
|
build:
src/BuildingBlocks/BuildingBlocks.Abstractions/Web/Module/ICompositionRoot.cs#L1
Rename namespace BuildingBlocks.Abstractions.Web.Module so that it no longer conflicts with the reserved language keyword 'Module'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace.
|
build:
src/BuildingBlocks/BuildingBlocks.Abstractions/Persistence/EventStore/AppendResult.cs#L6
Code should not contain empty statements
|
build:
src/BuildingBlocks/BuildingBlocks.Abstractions/Domain/IHaveAggregate.cs#L6
An opening brace should not be followed by a blank line
|
build:
src/BuildingBlocks/BuildingBlocks.Abstractions/Messaging/IBusConsumer.cs#L75
The second parameter must be of type 'System.EventArgs' or a derived type
|