Skip to content

Merge pull request #9 from mrmorrandir/7-adjust-gitignore-settings-to… #14

Merge pull request #9 from mrmorrandir/7-adjust-gitignore-settings-to…

Merge pull request #9 from mrmorrandir/7-adjust-gitignore-settings-to… #14

Triggered via push April 13, 2024 16:44
Status Failure
Total duration 43s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
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
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
build: src/EventSourcing/Mappers/SerializedEvent.cs#L7
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#L8
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EventSourcing/Mappers/AbstractEventMapper.cs#L11
Non-nullable field '_serializer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/EventSourcing/Mappers/EventRegistry.cs#L23
Converting null literal or possible null value to non-nullable type.
build: src/EventSourcing/Mappers/EventRegistry.cs#L23
Possible null reference return.
build: src/EventSourcing/Mappers/EventRegistry.cs#L33
Converting null literal or possible null value to non-nullable type.
build: src/EventSourcing/Mappers/EventRegistry.cs#L33
Possible null reference return.
build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.