Merge pull request #1 from snovak7/main #1
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/Persistence/Cassandra/Options/CassandraStorageOptionsValidator.cs#L13
Remove this unread private field '_options' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
src/Persistence/Cassandra/Options/CassandraStorageOptionsValidator.cs#L14
Remove this unread private field '_name' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
src/Persistence/Cassandra/Options/CassandraStorageOptionsValidator.cs#L28
Add a nested comment explaining why this method is empty, throw a 'NotSupportedException' or complete the implementation. (https://rules.sonarsource.com/csharp/RSPEC-1186)
|
src/Clustering/Cassandra/Provider/SessionContextProviderBase.cs#L537
Multiple logging methods are using event id 500 in class SessionContextProviderBase
|
src/Clustering/Cassandra/Hosting/ClientBuilderExtensions.cs#L43
In externally visible method 'IClientClusteringBuilder ClientBuilderExtensions.UseCassandraClustering(IClientBuilder clientBuilder, Action<OptionsBuilder<CassandraGatewayListProviderOptions>> configureOptions)', validate parameter 'configureOptions' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
src/Reminders/Cassandra/Schema/Reminder.cs#L36
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
src/Reminders/Cassandra/Schema/Reminder.cs#L42
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
src/Reminders/Cassandra/Provider/CassandraRemindersTable.cs#L214
Remove the unused private method 'Execute'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
test/Clustering/Cassandra/TestClusterTests.cs#L28
XML comment is not placed on a valid language element
|
test/Clustering/Cassandra/TestClusterTests.cs#L35
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
The logs for this run have expired and are no longer available.
Loading