Bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 in /src #87
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
build:
src/Connectors.Memory.SqlServer/ISqlServerClient.cs#L77
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
|
build:
src/Connectors.Memory.SqlServer/SqlServerMemoryStore.cs#L189
In externally visible method 'Task<string> SqlServerMemoryStore.UpsertAsync(string collectionName, MemoryRecord record, CancellationToken cancellationToken = default(CancellationToken))', validate parameter 'record' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
build:
src/Connectors.Memory.SqlServer/SqlServerMemoryStore.cs#L203
In externally visible method 'IAsyncEnumerable<string> SqlServerMemoryStore.UpsertBatchAsync(string collectionName, IEnumerable<MemoryRecord> records, CancellationToken cancellationToken = default(CancellationToken))', validate parameter 'records' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
build:
src/Connectors.Memory.SqlServer/SqlServerMemoryStore.cs#L210
Member 'GetMemoryRecordFromEntry' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
build:
src/Connectors.Memory.SqlServer/SqlServerClient.cs#L457
Member 'ReadEntryAsync' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
build:
src/Connectors.Memory.SqlServer.Tests/SqlServerMemoryStoreTests.cs#L25
Missing XML comment for publicly visible type or member 'SqlServerMemoryStoreTests.InitializeAsync()'
|
build:
src/Connectors.Memory.SqlServer.Tests/SqlServerMemoryStoreTests.cs#L50
Missing XML comment for publicly visible type or member 'SqlServerMemoryStoreTests.InitializeDbConnectionSucceeds()'
|
build:
src/Connectors.Memory.SqlServer.Tests/SqlServerMemoryStoreTests.cs#L58
Missing XML comment for publicly visible type or member 'SqlServerMemoryStoreTests.ItCanCreateAndGetCollectionAsync()'
|
build:
src/Connectors.Memory.SqlServer.Tests/SqlServerMemoryStoreTests.cs#L74
Missing XML comment for publicly visible type or member 'SqlServerMemoryStoreTests.ItCanCheckIfCollectionExistsAsync()'
|
build:
src/Connectors.Memory.SqlServer.Tests/SqlServerMemoryStoreTests.cs#L89
Missing XML comment for publicly visible type or member 'SqlServerMemoryStoreTests.CollectionsCanBeDeletedAsync()'
|