Skip to content

Gridify TS library (GridifyClient) #93

Gridify TS library (GridifyClient)

Gridify TS library (GridifyClient) #93

Triggered via pull request November 10, 2023 23:04
Status Success
Total duration 1m 22s
Artifacts

pullRequest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
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
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build: src/Gridify.Elasticsearch/GridifyExtensions.cs#L263
Possible null reference argument for parameter 'ordering' in 'ICollection<SortOptions> ElasticsearchSortOptionsBuilder<T>.Build(string ordering)'.
build: test/EntityFrameworkPostgreSqlIntegrationTests/Interceptors.cs#L70
Nullability of type of parameter 'buffer' doesn't match overridden member (possibly because of nullability attributes).
build: test/EntityFrameworkPostgreSqlIntegrationTests/Interceptors.cs#L76
Nullability of type of parameter 'buffer' doesn't match overridden member (possibly because of nullability attributes).
build: test/EntityFrameworkPostgreSqlIntegrationTests/MyDbContext.cs#L49
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/EntityFrameworkPostgreSqlIntegrationTests/MyDbContext.cs#L33
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/EntityFrameworkPostgreSqlIntegrationTests/MyDbContext.cs#L40
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: test/EntityFrameworkPostgreSqlIntegrationTests/MyDbContext.cs#L43
Non-nullable property 'Users' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.