CodeQL #74
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
Analyze (csharp):
src/Gridify/QueryBuilders/BaseQueryBuilder.cs#L178
Possible null reference argument for parameter 'text' in 'object? TypeConverter.ConvertFromString(string text)'.
|
Analyze (csharp):
src/Gridify/QueryBuilders/BaseQueryBuilder.cs#L178
Possible null reference argument for parameter 'text' in 'object? TypeConverter.ConvertFromString(string text)'.
|
Analyze (csharp):
src/Gridify/QueryBuilders/BaseQueryBuilder.cs#L178
Possible null reference argument for parameter 'text' in 'object? TypeConverter.ConvertFromString(string text)'.
|
Analyze (csharp):
src/Gridify.Elasticsearch/GridifyExtensions.cs#L263
Possible null reference argument for parameter 'ordering' in 'ICollection<SortOptions> ElasticsearchSortOptionsBuilder<T>.Build(string ordering)'.
|
Analyze (csharp):
test/EntityFrameworkPostgreSqlIntegrationTests/Interceptors.cs#L70
Nullability of type of parameter 'buffer' doesn't match overridden member (possibly because of nullability attributes).
|
Analyze (csharp):
test/EntityFrameworkPostgreSqlIntegrationTests/Interceptors.cs#L76
Nullability of type of parameter 'buffer' doesn't match overridden member (possibly because of nullability attributes).
|
Analyze (csharp):
test/EntityFrameworkPostgreSqlIntegrationTests/MyDbContext.cs#L49
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze (csharp):
test/EntityFrameworkPostgreSqlIntegrationTests/MyDbContext.cs#L40
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze (csharp):
test/EntityFrameworkPostgreSqlIntegrationTests/MyDbContext.cs#L43
Non-nullable property 'Users' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze (csharp):
test/EntityFrameworkPostgreSqlIntegrationTests/MyDbContext.cs#L33
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|