Skip to content

RavenDB-22261: Inconsistency in Tree external API #5924

RavenDB-22261: Inconsistency in Tree external API

RavenDB-22261: Inconsistency in Tree external API #5924

Triggered via pull request May 3, 2024 20:00
Status Success
Total duration 4m 38s
Artifacts

studioConventions.yml

on: pull_request
Studio Conventions
4m 29s
Studio Conventions
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Studio Conventions
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Studio Conventions
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/
Studio Conventions
Found version-specific or distribution-specific runtime identifier(s): win7-x64. Affected libraries: Microsoft.Azure.DocumentDB.Core. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
Studio Conventions: src/Raven.Embedded/ProcessHelper.cs#L20
Nullability of reference types in value of type 'Task<string?>' doesn't match target type 'Task<string>'.
Studio Conventions: src/Raven.Embedded/EmbeddedServer.cs#L84
Possible null reference argument for parameter 'certificate' in 'X509Certificate2.X509Certificate2(X509Certificate certificate)'.
Studio Conventions: src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L137
'ElasticsearchClient.Bulk(BulkRequestDescriptor)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
Studio Conventions: src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L195
'ElasticsearchClient.DeleteByQuery<TDocument>(Indices, Action<DeleteByQueryRequestDescriptor<TDocument>>)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
Studio Conventions: src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L219
'IndicesNamespacedClient.Get(GetIndexRequestDescriptor)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
Studio Conventions: src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L246
'IndicesNamespacedClient.Create(IndexName, Action<CreateIndexRequestDescriptor>)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
Studio Conventions: test/Tests.Infrastructure/ConnectionString/ElasticSearchTestNodes.cs#L75
'ElasticsearchClient.Ping()' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
Studio Conventions: test/FastTests/Corax/Bugs/RavenDB-22285.cs#L50
The variable 'p' is assigned but its value is never used
Studio Conventions: test/SlowTests/Server/Documents/ETL/Elasticsearch/RavenDB_17477.cs#L24
'IndicesNamespacedClient.Create(IndexName, Action<CreateIndexRequestDescriptor>)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'