Bump Microsoft.KernelMemory.Abstractions and Microsoft.SemanticKernel.Abstractions #384
Annotations
3 errors and 11 warnings
Build:
src/KernelMemory.MemoryStorage.SqlServer/SqlServerMemory.cs#L631
'Constants' does not contain a definition for 'DefaultIndex'
|
Build:
src/KernelMemory.MemoryStorage.SqlServer/SqlServerMemory.cs#L631
'Constants' does not contain a definition for 'DefaultIndex'
|
Build
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/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/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/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/KernelMemory.MemoryStorage.SqlServer/SqlServerMemory.cs#L634
In method 'NormalizeIndexName', replace the call to 'ToLowerInvariant' with 'ToUpperInvariant'
|
Build:
src/KernelMemory.MemoryStorage.SqlServer/SqlServerMemory.cs#L599
Member 'ReadEntryAsync' does not access instance data and can be marked as static
|
Build:
src/KernelMemory.MemoryStorage.SqlServer/KernelMemoryBuilderExtensions.cs#L38
The type name DependencyInjection conflicts in whole or in part with the namespace name 'Microsoft.Extensions.DependencyInjection'. Change either name to eliminate the conflict.
|
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#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()'
|
Loading