Fix co-variant array conversion from string[] to object?[]? can cause… #335
Annotations
10 errors
build:
src/EFCoreSecondLevelCacheInterceptor/EFTableRowsDataReader.cs#L544
Remove this array creation and simply pass the elements. (https://rules.sonarsource.com/csharp/RSPEC-3878)
|
build:
src/EFCoreSecondLevelCacheInterceptor/EFSqlCommandsProcessor.cs#L172
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
build:
src/EFCoreSecondLevelCacheInterceptor/EFTableRowsDataReader.cs#L544
Remove this array creation and simply pass the elements. (https://rules.sonarsource.com/csharp/RSPEC-3878)
|
build:
src/EFCoreSecondLevelCacheInterceptor/EFSqlCommandsProcessor.cs#L172
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
build:
src/EFCoreSecondLevelCacheInterceptor/EFSqlCommandsProcessor.cs#L172
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
build:
src/EFCoreSecondLevelCacheInterceptor/EFTableRowsDataReader.cs#L544
Remove this array creation and simply pass the elements. (https://rules.sonarsource.com/csharp/RSPEC-3878)
|
build:
src/EFCoreSecondLevelCacheInterceptor/EFTableRowsDataReader.cs#L544
Remove this array creation and simply pass the elements. (https://rules.sonarsource.com/csharp/RSPEC-3878)
|
build:
src/EFCoreSecondLevelCacheInterceptor/EFSqlCommandsProcessor.cs#L172
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
build:
src/EFCoreSecondLevelCacheInterceptor/EFTableRowsDataReader.cs#L544
Remove this array creation and simply pass the elements. (https://rules.sonarsource.com/csharp/RSPEC-3878)
|
build:
src/EFCoreSecondLevelCacheInterceptor/EFSqlCommandsProcessor.cs#L172
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|