minor fixes #50
Annotations
14 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: simon-k/dotnet-code-coverage-badge@v1.0.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: simon-k/dotnet-code-coverage-badge@v1.0.0. 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 `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 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:
samples/EvenireDB.Samples.TemperatureSensors/Program.cs#L12
The type 'EvenireDB.Samples.TemperatureSensors.Settings?' cannot be used as type parameter 'TService' in the generic type or method 'ServiceCollectionServiceExtensions.AddSingleton<TService>(IServiceCollection, TService)'. Nullability of type argument 'EvenireDB.Samples.TemperatureSensors.Settings?' doesn't match 'class' constraint.
|
build:
samples/EvenireDB.Samples.TemperatureSensors/Program.cs#L14
Possible null reference argument for parameter 'config' in 'IServiceCollection ServiceCollectionExtensions.AddEvenireDB(IServiceCollection services, EvenireClientConfig config)'.
|
build:
tests/EvenireDB.Server.Tests/TestServerWebApplicationFactory.cs#L19
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
|
build:
tests/EvenireDB.Server.Tests/IncomingEventsSubscriberTests.cs#L25
Possible null reference assignment.
|
build:
tests/EvenireDB.Server.Tests/Routes/EventsV1EndpointTests.cs#L36
Cannot convert null literal to non-nullable reference type.
|