Add MaxBodySize limit to SendAsync methods cause of unpredictable pro… #24
Annotations
20 warnings
|
src/RabbitMQCoreClient/BatchQueueSender/Exceptions/PersistingException.cs#L5
Missing XML comment for publicly visible type or member 'PersistingException'
|
|
src/RabbitMQCoreClient/Models/RabbitMessageEventArgs.cs#L22
Non-nullable property 'ConsumerTag' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/RabbitMQCoreClient/BatchQueueSender/DependencyInjection/ServiceCollectionExtensions.cs#L72
The type 'RabbitMQCoreClient.BatchQueueSender.QueueBatchSenderOptions?' cannot be used as type parameter 'TOptions' in the generic type or method 'Options.Create<TOptions>(TOptions)'. Nullability of type argument 'RabbitMQCoreClient.BatchQueueSender.QueueBatchSenderOptions?' doesn't match 'class' constraint.
|
|
src/RabbitMQCoreClient/BatchQueueSender/DependencyInjection/ServiceCollectionExtensions.cs#L71
Possible null reference argument for parameter 'obj' in 'void Action<QueueBatchSenderOptions>.Invoke(QueueBatchSenderOptions obj)'.
|
|
src/RabbitMQCoreClient/BatchQueueSender/DependencyInjection/ServiceCollectionExtensions.cs#L49
Possible null reference argument for parameter 'configureOptions' in 'IServiceCollection OptionsServiceCollectionExtensions.Configure<QueueBatchSenderOptions>(IServiceCollection services, Action<QueueBatchSenderOptions> configureOptions)'.
|
|
src/RabbitMQCoreClient/DependencyInjection/RabbitMQCoreClientBuilder.cs#L16
Non-nullable property 'Serializer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/RabbitMQCoreClient/DependencyInjection/ConfigModels/QueueConfig.cs#L24
'QueueConfig.QueueName' is obsolete: 'It is worth switching to using Name.'
|
|
src/RabbitMQCoreClient/DependencyInjection/Extensions/ServiceCollectionExtensions.cs#L87
The type 'RabbitMQCoreClient.Configuration.DependencyInjection.Options.RabbitMQCoreClientOptions?' cannot be used as type parameter 'TOptions' in the generic type or method 'Options.Create<TOptions>(TOptions)'. Nullability of type argument 'RabbitMQCoreClient.Configuration.DependencyInjection.Options.RabbitMQCoreClientOptions?' doesn't match 'class' constraint.
|
|
src/RabbitMQCoreClient/DependencyInjection/Extensions/ServiceCollectionExtensions.cs#L86
Possible null reference argument for parameter 'obj' in 'void Action<RabbitMQCoreClientOptions>.Invoke(RabbitMQCoreClientOptions obj)'.
|
|
src/RabbitMQCoreClient/DependencyInjection/Extensions/ServiceCollectionExtensions.cs#L58
Possible null reference argument for parameter 'configureOptions' in 'IServiceCollection OptionsServiceCollectionExtensions.Configure<RabbitMQCoreClientOptions>(IServiceCollection services, Action<RabbitMQCoreClientOptions> configureOptions)'.
|
|
src/RabbitMQCoreClient/Models/RabbitMessageEventArgs.cs#L22
Non-nullable property 'ConsumerTag' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/RabbitMQCoreClient/BatchQueueSender/DependencyInjection/ServiceCollectionExtensions.cs#L72
The type 'RabbitMQCoreClient.BatchQueueSender.QueueBatchSenderOptions?' cannot be used as type parameter 'TOptions' in the generic type or method 'Options.Create<TOptions>(TOptions)'. Nullability of type argument 'RabbitMQCoreClient.BatchQueueSender.QueueBatchSenderOptions?' doesn't match 'class' constraint.
|
|
src/RabbitMQCoreClient/BatchQueueSender/DependencyInjection/ServiceCollectionExtensions.cs#L71
Possible null reference argument for parameter 'obj' in 'void Action<QueueBatchSenderOptions>.Invoke(QueueBatchSenderOptions obj)'.
|
|
src/RabbitMQCoreClient/BatchQueueSender/DependencyInjection/ServiceCollectionExtensions.cs#L49
Possible null reference argument for parameter 'configureOptions' in 'IServiceCollection OptionsServiceCollectionExtensions.Configure<QueueBatchSenderOptions>(IServiceCollection services, Action<QueueBatchSenderOptions> configureOptions)'.
|
|
src/RabbitMQCoreClient/DependencyInjection/RabbitMQCoreClientBuilder.cs#L16
Non-nullable property 'Serializer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/RabbitMQCoreClient/DependencyInjection/ConfigModels/QueueConfig.cs#L24
'QueueConfig.QueueName' is obsolete: 'It is worth switching to using Name.'
|
|
src/RabbitMQCoreClient/Models/RabbitMessageEventArgs.cs#L22
Non-nullable property 'ConsumerTag' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/RabbitMQCoreClient/DependencyInjection/Extensions/ServiceCollectionExtensions.cs#L87
The type 'RabbitMQCoreClient.Configuration.DependencyInjection.Options.RabbitMQCoreClientOptions?' cannot be used as type parameter 'TOptions' in the generic type or method 'Options.Create<TOptions>(TOptions)'. Nullability of type argument 'RabbitMQCoreClient.Configuration.DependencyInjection.Options.RabbitMQCoreClientOptions?' doesn't match 'class' constraint.
|
|
src/RabbitMQCoreClient/DependencyInjection/Extensions/ServiceCollectionExtensions.cs#L86
Possible null reference argument for parameter 'obj' in 'void Action<RabbitMQCoreClientOptions>.Invoke(RabbitMQCoreClientOptions obj)'.
|
|
src/RabbitMQCoreClient/DependencyInjection/Extensions/ServiceCollectionExtensions.cs#L58
Possible null reference argument for parameter 'configureOptions' in 'IServiceCollection OptionsServiceCollectionExtensions.Configure<RabbitMQCoreClientOptions>(IServiceCollection services, Action<RabbitMQCoreClientOptions> configureOptions)'.
|
The logs for this run have expired and are no longer available.
Loading