Packages updated. #13
Annotations
1 error and 29 warnings
|
The following actions uses node12 which is deprecated and will be forced to run on node16: NuGet/[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: NuGet/[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/
|
src/BiUM.Specialized/Common/MediatR/BaseCommand.cs#L30
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/BiUM.Specialized/Common/MediatR/BaseCommand.cs#L31
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/BiUM.Specialized/Common/MediatR/BaseCommand.cs#L32
Non-nullable property 'MimeType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/BiUM.Specialized/Common/Models/ExportDto.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/BiUM.Specialized/Common/Models/ExportDto.cs#L6
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/BiUM.Specialized/Common/Models/ExportDto.cs#L7
Non-nullable property 'MimeType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/BiUM.Specialized/Common/Utils/EncryptionHelper.cs#L14
'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/BiUM.Specialized/Common/Utils/EncryptionHelper.cs#L37
'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/BiUM.Specialized/Common/MediatR/BaseCommand.cs#L30
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/BiUM.Specialized/Common/MediatR/BaseCommand.cs#L31
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
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/BiUM.Core/Common/Behaviours/LoggingBehaviour.cs#L15
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
src/BiUM.Core/Common/Behaviours/LoggingBehaviour.cs#L15
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
|
|
|
src/BiUM.Infrastructure/ConfigureServices.cs#L25
Cannot convert null literal to non-nullable reference type.
|
src/BiUM.Infrastructure/Services/MessageBroker/RabbitMQ/RabbitMQClient.cs#L18
Non-nullable field '_options' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/BiUM.Infrastructure/Services/MessageBroker/RabbitMQ/RabbitMQClient.cs#L44
Dereference of a possibly null reference.
|
src/BiUM.Infrastructure/ConfigureServices.cs#L36
The type 'BiUM.Infrastructure.Services.Caching.Redis.RedisClientOptions?' cannot be used as type parameter 'TService' in the generic type or method 'ServiceCollectionServiceExtensions.AddSingleton<TService>(IServiceCollection, TService)'. Nullability of type argument 'BiUM.Infrastructure.Services.Caching.Redis.RedisClientOptions?' doesn't match 'class' constraint.
|
src/BiUM.Infrastructure/ConfigureServices.cs#L40
The type 'BiUM.Infrastructure.Services.MessageBroker.RabbitMQ.RabbitMQOptions?' cannot be used as type parameter 'TService' in the generic type or method 'ServiceCollectionServiceExtensions.AddSingleton<TService>(IServiceCollection, TService)'. Nullability of type argument 'BiUM.Infrastructure.Services.MessageBroker.RabbitMQ.RabbitMQOptions?' doesn't match 'class' constraint.
|
src/BiUM.Infrastructure/Services/MessageBroker/RabbitMQ/RabbitMQClient.cs#L58
Dereference of a possibly null reference.
|
src/BiUM.Infrastructure/Services/MessageBroker/RabbitMQ/RabbitMQClient.cs#L81
Dereference of a possibly null reference.
|
src/BiUM.Infrastructure/Services/Caching/Redis/RedisExtionsions.cs#L58
Possible null reference argument for parameter 'conversionType' in 'object? Convert.ChangeType(object? value, Type conversionType)'.
|
src/BiUM.Infrastructure/Services/Caching/Redis/RedisExtionsions.cs#L58
Converting null literal or possible null value to non-nullable type.
|
src/BiUM.Infrastructure/Services/Caching/Redis/RedisExtionsions.cs#L60
Converting null literal or possible null value to non-nullable type.
|
This job failed
Loading