Bump System.Text.Json from 8.0.0 to 8.0.4 in /src/CoreDocker.Shared #48
Annotations
1 error and 13 warnings
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. 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 uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/CoreDocker.Dal/Models/SystemEvents/SystemEvent.cs#L36
Possible null reference argument for parameter 'value' in 'string StringHelper.OrEmpty(string value)'.
|
src/CoreDocker.Core/Vendor/PasswordHash.cs#L141
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[])' is obsolete: 'The default hash algorithm and iteration counts in Rfc2898DeriveBytes constructors are outdated and insecure. Use a constructor that accepts the hash algorithm and the number of iterations.' (https://aka.ms/dotnet-warnings/SYSLIB0041)
|
src/CoreDocker.Core/Framework/MessageUtil/RedisMessenger.cs#L46
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
|
src/CoreDocker.Core/Framework/MessageUtil/RedisMessenger.cs#L73
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
|
src/CoreDocker.Core/Framework/MessageUtil/RedisMessenger.cs#L63
Possible null reference argument for parameter 'json' in 'object? JsonSerializer.Deserialize(string json, Type returnType, JsonSerializerOptions? options = null)'.
|
src/CoreDocker.Core/Framework/MessageUtil/RedisMessenger.cs#L73
Possible null reference argument for parameter 'handler' in 'void ISubscriber.Subscribe(RedisChannel channel, Action<RedisChannel, RedisValue> handler, CommandFlags flags = CommandFlags.None)'.
|
src/CoreDocker.Core/Framework/MessageUtil/RedisMessenger.cs#L125
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
|
src/CoreDocker.Core/Framework/MessageUtil/RedisMessenger.cs#L14
Possible null reference argument for parameter 'source' in 'ILogger Log.ForContext(Type source)'.
|
src/CoreDocker.Core/Settings.cs#L10
Cannot convert null literal to non-nullable reference type.
|
src/CoreDocker.Sdk/RestApi/Base/BaseApiClient.cs#L39
Dereference of a possibly null reference.
|
|
This job failed
Loading