Skip to content

HTTP 2.0 Support

HTTP 2.0 Support #232

Re-run triggered September 2, 2024 19:48
Status Success
Total duration 1m 13s
Artifacts

build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build (8.x, arangodb:3.11, single)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@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 (8.x, arangodb:3.11, single): Core.Arango/Serialization/Json/ArangoJsonSerializer.cs#L125
'JsonSerializerOptions.IgnoreNullValues' is obsolete: 'JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.' (https://aka.ms/dotnet-warnings/SYSLIB0020)
build (8.x, arangodb:3.11, single): Core.Arango/Linq/ArangoQueryExtensions.cs#L14
Missing XML comment for publicly visible type or member 'ArangoQueryableExtensions'
build (8.x, arangodb:3.11, single): Core.Arango/Linq/ArangoQueryExtensions.cs#L48
Missing XML comment for publicly visible type or member 'ArangoQueryableExtensions.ToAql<T>(IQueryable<T>)'
build (8.x, arangodb:3.11, single): Core.Arango/Linq/ArangoQueryExtensions.cs#L54
Missing XML comment for publicly visible type or member 'ArangoQueryableExtensions.FirstAsync<TSource>(IQueryable<TSource>, CancellationToken)'
build (8.x, arangodb:3.11, single): Core.Arango/Linq/ArangoQueryExtensions.cs#L59
Missing XML comment for publicly visible type or member 'ArangoQueryableExtensions.FirstAsync<TSource>(IQueryable<TSource>, Expression<Func<TSource, bool>>, CancellationToken)'
build (8.x, arangodb:3.11, single): Core.Arango/Linq/ArangoQueryExtensions.cs#L65
Missing XML comment for publicly visible type or member 'ArangoQueryableExtensions.FirstOrDefaultAsync<TSource>(IQueryable<TSource>, CancellationToken)'
build (8.x, arangodb:3.11, single): Core.Arango/Linq/ArangoQueryExtensions.cs#L70
Missing XML comment for publicly visible type or member 'ArangoQueryableExtensions.FirstOrDefaultAsync<TSource>(IQueryable<TSource>, Expression<Func<TSource, bool>>, CancellationToken)'
build (8.x, arangodb:3.11, single): Core.Arango/Linq/ArangoQueryExtensions.cs#L88
Missing XML comment for publicly visible type or member 'ArangoQueryableExtensions.SingleAsync<TSource>(IQueryable<TSource>, CancellationToken)'
build (8.x, arangodb:3.11, single): Core.Arango/Linq/ArangoQueryExtensions.cs#L93
Missing XML comment for publicly visible type or member 'ArangoQueryableExtensions.SingleAsync<TSource>(IQueryable<TSource>, Expression<Func<TSource, bool>>, CancellationToken)'
build (8.x, arangodb:3.11, single): Core.Arango/Linq/ArangoQueryExtensions.cs#L99
Missing XML comment for publicly visible type or member 'ArangoQueryableExtensions.SingleOrDefaultAsync<TSource>(IQueryable<TSource>, CancellationToken)'