Feature/upgrade dotnet 8 #108
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/Gridify/QueryBuilders/BaseQueryBuilder.cs#L178
Possible null reference argument for parameter 'text' in 'object? TypeConverter.ConvertFromString(string text)'.
|
src/Gridify/QueryBuilders/BaseQueryBuilder.cs#L178
Possible null reference argument for parameter 'text' in 'object? TypeConverter.ConvertFromString(string text)'.
|
src/Gridify/QueryBuilders/BaseQueryBuilder.cs#L178
Possible null reference argument for parameter 'text' in 'object? TypeConverter.ConvertFromString(string text)'.
|
src/Gridify.Elasticsearch/GridifyExtensions.cs#L263
Possible null reference argument for parameter 'ordering' in 'ICollection<SortOptions> ElasticsearchSortOptionsBuilder<T>.Build(string ordering)'.
|
test/EntityFrameworkPostgreSqlIntegrationTests/Interceptors.cs#L70
Nullability of type of parameter 'buffer' doesn't match overridden member (possibly because of nullability attributes).
|
test/EntityFrameworkPostgreSqlIntegrationTests/Interceptors.cs#L76
Nullability of type of parameter 'buffer' doesn't match overridden member (possibly because of nullability attributes).
|
test/EntityFrameworkPostgreSqlIntegrationTests/MyDbContext.cs#L49
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test/EntityFrameworkPostgreSqlIntegrationTests/MyDbContext.cs#L40
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test/EntityFrameworkPostgreSqlIntegrationTests/MyDbContext.cs#L43
Non-nullable property 'Users' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test/EntityFrameworkPostgreSqlIntegrationTests/MyDbContext.cs#L33
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading