feat: update deploy ci #6
Annotations
1 error and 11 warnings
deploy
Process completed with exit code 1.
|
deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
deploy:
src/AElf.EntityMapping.Elasticsearch/Services/ElasticIndexService.cs#L89
'MappingsDescriptor.Map(Func<TypeMappingDescriptor<object>, ITypeMapping>)' is obsolete: 'MappingsDescriptor is obsolete please call Map() on the parent descriptor'
|
deploy:
src/AElf.EntityMapping.Elasticsearch/Services/ElasticIndexService.cs#L87
'PutIndexTemplateDescriptor.Mappings(Func<MappingsDescriptor, ITypeMapping>)' is obsolete: 'Mappings is no longer a dictionary in 7.x, please use the simplified Map() method on this descriptor instead'
|
deploy:
src/AElf.EntityMapping.Elasticsearch/Linq/NodeVisitor.cs#L257
The variable 'path' is assigned but its value is never used
|
deploy:
test/AElf.EntityMapping.Elasticsearch.Tests/Sharding/ShardingKeyProviderTest.cs#L138
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
deploy:
test/AElf.EntityMapping.Elasticsearch.Tests/Repositories/ElasticsearchRepositoryTests.cs#L571
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
deploy:
test/AElf.EntityMapping.Elasticsearch.Tests/Sharding/ShardingKeyProviderTest.cs#L121
Do not use Assert.True() to check for substrings. Use Assert.StartsWith instead. (https://xunit.net/xunit.analyzers/rules/xUnit2009)
|
deploy:
test/AElf.EntityMapping.Elasticsearch.Tests/Sharding/ShardingKeyProviderTest.cs#L136
Do not use Assert.True() to check for substrings. Use Assert.StartsWith instead. (https://xunit.net/xunit.analyzers/rules/xUnit2009)
|
deploy:
test/AElf.EntityMapping.Elasticsearch.Tests/Sharding/ShardingKeyProviderTest.cs#L149
Do not use Assert.True() to check for substrings. Use Assert.StartsWith instead. (https://xunit.net/xunit.analyzers/rules/xUnit2009)
|
deploy:
src/AElf.EntityMapping.Elasticsearch/Services/ElasticIndexService.cs#L89
'MappingsDescriptor.Map(Func<TypeMappingDescriptor<object>, ITypeMapping>)' is obsolete: 'MappingsDescriptor is obsolete please call Map() on the parent descriptor'
|
deploy:
src/AElf.EntityMapping.Elasticsearch/Services/ElasticIndexService.cs#L87
'PutIndexTemplateDescriptor.Mappings(Func<MappingsDescriptor, ITypeMapping>)' is obsolete: 'Mappings is no longer a dictionary in 7.x, please use the simplified Map() method on this descriptor instead'
|