👷 Upgrade to dotnet 7 #45
Annotations
1 error and 11 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/
|
src/CoreDocker.Dal/Models/SystemEvents/SystemEvent.cs#L36
Possible null reference argument for parameter 'value' in 'string StringHelper.OrEmpty(string value)'.
|
src/CoreDocker.Core/Settings.cs#L12
Cannot convert null literal to non-nullable reference type.
|
src/CoreDocker.Core/Settings.cs#L20
Cannot convert null literal to non-nullable reference type.
|
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/Startup/IocCoreBase.cs#L63
Possible null reference argument for parameter 'messageTemplate' in 'void ILogger.Error(string messageTemplate)'.
|
src/CoreDocker.Core/Startup/IocCoreBase.cs#L64
Possible null reference argument for parameter 'messageTemplate' in 'void ILogger.Error(string messageTemplate)'.
|
src/CoreDocker.Core/Startup/IocCoreBase.cs#L25
Possible null reference argument for parameter 'source' in 'ILogger Log.ForContext(Type source)'.
|
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)'.
|
The logs for this run have expired and are no longer available.
Loading