Build and Test Pull Request #6
Annotations
1 error and 11 warnings
Test
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
|
Build:
src/EventSourcing/Mappers/SerializedEvent.cs#L5
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/EventSourcing/Mappers/SerializedEvent.cs#L6
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/EventSourcing/Mappers/EventRegistry.cs#L21
Converting null literal or possible null value to non-nullable type.
|
Build:
src/EventSourcing/Mappers/EventRegistry.cs#L21
Possible null reference return.
|
Build:
src/EventSourcing/Mappers/EventRegistry.cs#L31
Converting null literal or possible null value to non-nullable type.
|
Build:
src/EventSourcing/Mappers/EventRegistry.cs#L31
Possible null reference return.
|
Build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
|
Build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
|
Build:
tests/EventSourcing.FunctionTests/EventStores/InMemoryEventStoreTests.cs#L7
'InMemoryEventStore' is obsolete: 'This is a very simple event store implementation. It uses a dictionary to store the events. Use the EventStore instead.'
|
Loading