Very first version of massive insert. #60
Annotations
1 error and 12 warnings
Build
Process completed with exit code 1.
|
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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
.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.
|
Build:
src/KernelMemory.ElasticSearch/ElasticSearchMemoryFilterConverter.cs#L137
Possible null reference argument for parameter 'field' in 'MatchQuery.MatchQuery(Field field)'.
|
Build:
src/KernelMemory.ElasticSearch/ElasticSearchMemory.cs#L147
Possible null reference argument for parameter 'field' in 'KnnQueryDescriptor<object> KnnQueryDescriptor<object>.Field(Field field)'.
|
Build:
src/KernelMemory.ElasticSearch.FunctionalTests/BasicElasticTestFixture.cs#L69
Cannot convert null literal to non-nullable reference type.
|
Build:
src/KernelMemory.ElasticSearch.FunctionalTests/ElasticSearchQueryHelperTests.cs#L17
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Build:
src/KernelMemory.ElasticSearch.FunctionalTests/ElasticSearchQueryHelperTests.cs#L27
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Build:
src/KernelMemory.ElasticSearch.FunctionalTests/ElasticSearchQueryHelperTests.cs#L37
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Build:
src/KernelMemory.ElasticSearch.FunctionalTests/ElasticSearchQueryHelperTests.cs#L53
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Build:
src/KernelMemory.ElasticSearch.FunctionalTests/ElasticSearchQueryHelperTests.cs#L66
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Build:
src/KernelMemory.ElasticSearch.FunctionalTests/ElasticSearchQueryHelperTests.cs#L81
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|