Skip to content

BugFix: DI for Publisher did not work correctly, fixed it by using Ad… #12

BugFix: DI for Publisher did not work correctly, fixed it by using Ad…

BugFix: DI for Publisher did not work correctly, fixed it by using Ad… #12

Triggered via pull request July 30, 2024 09:23
Status Success
Total duration 53s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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: 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: 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.'