Merge pull request #21 from mizrael/dependabot/nuget/tests/EvenireDB.… #58
Annotations
14 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: simon-k/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: simon-k/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
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/
|
src/EvenireDB.Common/StreamTypeJsonConverter.cs#L11
Possible null reference argument for parameter 'value' in 'StreamType.StreamType(string value)'.
|
src/EvenireDB.Client/GrpcEventsClient.cs#L37
Converting null literal or possible null value to non-nullable type.
|
src/EvenireDB/Utils/LRUCache.cs#L154
Dereference of a possibly null reference.
|
src/EvenireDB.AdminUI/Program.cs#L12
Possible null reference argument for parameter 'config' in 'IServiceCollection ServiceCollectionExtensions.AddEvenireDB(IServiceCollection services, EvenireClientConfig config)'.
|
src/EvenireDB.AdminUI/Shared/StreamEvents.razor#L44
Possible null reference argument for parameter 'evt' in 'string StreamEvents.DecodePayload(Event evt)'.
|
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.
|
src/EvenireDB.AdminUI/Shared/SendEvents.razor#L15
Dereference of a possibly null reference.
|
src/EvenireDB.AdminUI/Shared/SendEvents.razor#L23
Dereference of a possibly null reference.
|
src/EvenireDB.AdminUI/Shared/StreamRow.razor#L49
Cannot convert null literal to non-nullable reference type.
|
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.
|
The logs for this run have expired and are no longer available.
Loading