Skip to content

Bump Microsoft.CodeAnalysis.NetAnalyzers from 8.0.0 to 9.0.0 #386

Bump Microsoft.CodeAnalysis.NetAnalyzers from 8.0.0 to 9.0.0

Bump Microsoft.CodeAnalysis.NetAnalyzers from 8.0.0 to 9.0.0 #386

Triggered via pull request January 6, 2025 23:19
Status Success
Total duration 1m 18s
Artifacts

build_test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/KernelMemory.MemoryStorage.SqlServer/KernelMemoryBuilderExtensions.cs#L19
In externally visible method 'IKernelMemoryBuilder KernelMemoryBuilderExtensions.WithSqlServerMemoryDb(IKernelMemoryBuilder builder, SqlServerConfig config)', validate parameter 'builder' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'.
build: src/KernelMemory.MemoryStorage.SqlServer/KernelMemoryBuilderExtensions.cs#L30
In externally visible method 'IKernelMemoryBuilder KernelMemoryBuilderExtensions.WithSqlServerMemoryDb(IKernelMemoryBuilder builder, string connString)', validate parameter 'builder' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'.
build: src/Connectors.Memory.SqlServer/SqlServerMemoryStore.cs#L32
Cannot convert null literal to non-nullable reference type.
build: src/Connectors.Memory.SqlServer/SqlServerClient.cs#L466
Missing XML comment for publicly visible type or member 'SqlServerClient.Dispose()'
build: src/KernelMemory.MemoryStorage.SqlServer/SqlServerMemory.cs#L160
In externally visible method 'Task SqlServerMemory.DeleteAsync(string index, 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'.
build: src/Connectors.Memory.SqlServer/SqlServerMemoryStore.cs#L231
Missing XML comment for publicly visible type or member 'SqlServerMemoryStore.Dispose()'
build: src/KernelMemory.MemoryStorage.SqlServer/SqlServerMemory.cs#L454
In externally visible method 'Task<string> SqlServerMemory.UpsertAsync(string index, 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'.
build: src/Connectors.Memory.SqlServer/SqlServerMemoryStore.cs#L64
Consider calling ConfigureAwait on the awaited task
build: src/Connectors.Memory.SqlServer/SqlServerMemoryStore.cs#L184
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'.