Bump Microsoft.Extensions.Caching.Memory in /tests/EvenireDB.Tests #57
Annotations
14 warnings
build
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/
|
build
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/
|
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.Common/StreamTypeJsonConverter.cs#L11
Possible null reference argument for parameter 'value' in 'StreamType.StreamType(string value)'.
|
build:
src/EvenireDB.Client/GrpcEventsClient.cs#L37
Converting null literal or possible null value to non-nullable type.
|
build:
src/EvenireDB/Utils/LRUCache.cs#L154
Dereference of a possibly null reference.
|
build:
samples/EvenireDB.Samples.TemperatureSensors/Settings.cs#L5
Non-nullable property 'SensorIds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
samples/EvenireDB.Samples.TemperatureSensors/Sensor.cs#L28
Argument of type 'Reading?[]' cannot be used for parameter 'readings' of type 'Reading[]' in 'Sensor.Sensor(Guid id, Reading[]? readings)' due to differences in the nullability of reference types.
|
build:
src/EvenireDB.AdminUI/Program.cs#L12
Possible null reference argument for parameter 'config' in 'IServiceCollection ServiceCollectionExtensions.AddEvenireDB(IServiceCollection services, EvenireClientConfig config)'.
|
build:
src/EvenireDB.AdminUI/Shared/StreamEvents.razor#L44
Possible null reference argument for parameter 'evt' in 'string StreamEvents.DecodePayload(Event evt)'.
|
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/Pages/NewStream.razor#L26
Non-nullable field '_streamType' 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.
|