Merge tag '0.9.0' into develop #130
Annotations
13 warnings
Build and analyze
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build and analyze
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v1, actions/setup-java@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build and analyze:
src/KernelMemory.ElasticSearch/ElasticSearchMemoryFilterConverter.cs#L107
Possible null reference argument for parameter 'field' in 'MatchQuery.MatchQuery(Field field)'.
|
Build and analyze:
src/KernelMemory.ElasticSearch/ElasticSearchMemoryFilterConverter.cs#L119
Possible null reference argument for parameter 'field' in 'MatchQuery.MatchQuery(Field field)'.
|
Build and analyze:
src/KernelMemory.ElasticSearch/ElasticSearchMemoryFilterConverter.cs#L206
Possible null reference argument for parameter 'field' in 'MatchQuery.MatchQuery(Field field)'.
|
Build and analyze:
src/KernelMemory.ElasticSearch/ElasticSearchMemoryFilterConverter.cs#L217
Possible null reference argument for parameter 'field' in 'MatchQuery.MatchQuery(Field field)'.
|
Build and analyze:
src/KernelMemory.ElasticSearch/ElasticSearchMemory.cs#L147
Possible null reference argument for parameter 'field' in 'KnnQueryDescriptor<object> KnnQueryDescriptor<object>.Field(Field field)'.
|
Build and analyze:
src/KernelMemory.ElasticSearch/ElasticSearchHelper.cs#L119
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build and analyze:
src/KernelMemory.ElasticSearch/ElasticSearchMemoryFilterConverter.cs#L195
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build and analyze:
src/KernelMemory.ElasticSearch/ElasticSearchMemoryFilterConverter.cs#L87
Private record classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
|
Build and analyze:
src/KernelMemory.ElasticSearch/ElasticSearchMemoryFilterConverter.cs#L89
Private record classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
|
Build and analyze:
src/KernelMemory.ElasticSearch/ExtendedMemoryFilter.cs#L12
Make '_notTags' 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2933)
|
Build and analyze
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|