build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /client #189
Annotations
10 warnings
build:
src/Gridify/Builder/LinqQueryBuilder.cs#L10
Parameter 'IGridifyMapper<T> mapper' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
build:
src/Gridify/Builder/LinqQueryBuilder.cs#L10
Parameter 'IGridifyMapper<T> mapper' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
build:
src/Gridify/Builder/LinqQueryBuilder.cs#L10
Parameter 'IGridifyMapper<T> mapper' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
build:
src/Gridify/Builder/LinqQueryBuilder.cs#L10
Parameter 'IGridifyMapper<T> mapper' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
build:
src/Gridify/Builder/LinqQueryBuilder.cs#L10
Parameter 'IGridifyMapper<T> mapper' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
build:
src/Gridify/Builder/LinqQueryBuilder.cs#L10
Parameter 'IGridifyMapper<T> mapper' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
build:
test/Gridify.Tests/IssueTests/Issue204Tests.cs#L17
Cannot convert null literal to non-nullable reference type.
|
build:
test/Gridify.Tests/IssueTests/Issue204Tests.cs#L31
Non-nullable property 'FavouriteColorList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
test/Gridify.Tests/GridifyExtensionsShould.cs#L734
Do not use Assert.Empty to check if a value does not exist in a collection. Use Assert.DoesNotContain instead. (https://xunit.net/xunit.analyzers/rules/xUnit2029)
|
build:
test/Gridify.Tests/GridifyExtensionsShould.cs#L730
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)
|