Skip to content

updated workflow

updated workflow #76

Triggered via push November 18, 2025 16:04
Status Success
Total duration 1m 2s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: src/EvenireDB.AdminUI/Shared/StreamRow.razor#L33
Non-nullable field '_deleteStreamModal' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/EvenireDB.AdminUI/Shared/StreamEvents.razor#L51
Non-nullable field '_payloadModal' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/EvenireDB.AdminUI/Shared/StreamRow.razor#L49
Cannot convert null literal to non-nullable reference type.
build: src/EvenireDB.AdminUI/Shared/Modal.razor#L60
Non-nullable field '_id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/EvenireDB.AdminUI/Shared/StreamEvents.razor#L44
Possible null reference argument for parameter 'evt' in 'string StreamEvents.DecodePayload(Event evt)'.
build: tools/EvenireDB.Tools.EventsGenerator/Program.cs#L85
Possible null reference argument for parameter 'value' in 'StreamType.implicit operator StreamType(string value)'.
build: src/EvenireDB/Utils/LRUCache.cs#L154
Dereference of a possibly null reference.
build: src/EvenireDB/Persistence/DataRepository.cs#L19
Async-iterator 'DataRepository.ReadAsync(ExtentInfo, IAsyncEnumerable<RawHeader>, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
build: src/EvenireDB.Client/GrpcEventsClient.cs#L37
Converting null literal or possible null value to non-nullable type.
build: src/EvenireDB.Common/StreamTypeJsonConverter.cs#L11
Possible null reference argument for parameter 'value' in 'StreamType.StreamType(string value)'.