Bump Ardalis.Specification and 62 others #11
Annotations
10 errors and 11 warnings
build:
src/Core/Application/Catalog/Brands/GetBrandRequest.cs#L24
'IRepository<Brand>' does not contain a definition for 'GetBySpecAsync' and no accessible extension method 'GetBySpecAsync' accepting a first argument of type 'IRepository<Brand>' could be found (are you missing a using directive or an assembly reference?)
|
build:
src/Core/Application/Catalog/Products/GetProductRequest.cs#L19
'IRepository<Product>' does not contain a definition for 'GetBySpecAsync' and no accessible extension method 'GetBySpecAsync' accepting a first argument of type 'IRepository<Product>' could be found (are you missing a using directive or an assembly reference?)
|
build:
src/Core/Application/Catalog/Brands/UpdateBrandRequest.cs#L17
'IRepository<Brand>' does not contain a definition for 'GetBySpecAsync' and no accessible extension method 'GetBySpecAsync' accepting a first argument of type 'IRepository<Brand>' could be found (are you missing a using directive or an assembly reference?)
|
build:
src/Core/Application/Catalog/Products/CreateProductRequestValidator.cs#L10
'IReadRepository<Product>' does not contain a definition for 'GetBySpecAsync' and no accessible extension method 'GetBySpecAsync' accepting a first argument of type 'IReadRepository<Product>' could be found (are you missing a using directive or an assembly reference?)
|
build:
src/Core/Application/Catalog/Products/UpdateProductRequestValidator.cs#L11
'IReadRepository<Product>' does not contain a definition for 'GetBySpecAsync' and no accessible extension method 'GetBySpecAsync' accepting a first argument of type 'IReadRepository<Product>' could be found (are you missing a using directive or an assembly reference?)
|
build:
src/Core/Application/Common/Specification/SpecificationBuilderExtensions.cs#L130
The type or namespace name 'OrderedSpecificationBuilder<>' could not be found (are you missing a using directive or an assembly reference?)
|
build:
src/Core/Application/Catalog/Brands/CreateBrandRequest.cs#L15
'IReadRepository<Brand>' does not contain a definition for 'GetBySpecAsync' and no accessible extension method 'GetBySpecAsync' accepting a first argument of type 'IReadRepository<Brand>' could be found (are you missing a using directive or an assembly reference?)
|
build:
src/Core/Application/Common/Specification/SpecificationBuilderExtensions.cs#L77
The type or namespace name 'OrderedSpecificationBuilder<>' could not be found (are you missing a using directive or an assembly reference?)
|
build:
src/Core/Application/Catalog/Brands/GetBrandRequest.cs#L24
'IRepository<Brand>' does not contain a definition for 'GetBySpecAsync' and no accessible extension method 'GetBySpecAsync' accepting a first argument of type 'IRepository<Brand>' could be found (are you missing a using directive or an assembly reference?)
|
build:
src/Core/Application/Catalog/Products/GetProductRequest.cs#L19
'IRepository<Product>' does not contain a definition for 'GetBySpecAsync' and no accessible extension method 'GetBySpecAsync' accepting a first argument of type 'IRepository<Product>' could be found (are you missing a using directive or an assembly reference?)
|
build:
src/Core/Application/Common/Specification/SpecificationBuilderExtensions.cs#L102
Argument of type 'Expression<Func<T, string>>' cannot be used for parameter 'selector' of type 'Expression<Func<T, string?>>' in 'SearchExpressionInfo<T>.SearchExpressionInfo(Expression<Func<T, string?>> selector, string searchTerm, int searchGroup = 1)' due to differences in the nullability of reference types.
|
build:
src/Core/Application/Catalog/Brands/GetBrandRequest.cs#L10
'ISingleResultSpecification' is obsolete: 'Use ISingleResultSpecification<T> instead. This interface will be removed in a future version of Ardalis.Specification.'
|
build:
src/Core/Application/Catalog/Products/ProductByNameSpec.cs#L3
'ISingleResultSpecification' is obsolete: 'Use ISingleResultSpecification<T> instead. This interface will be removed in a future version of Ardalis.Specification.'
|
build:
src/Core/Application/Catalog/Products/ProductByIdWithBrandSpec.cs#L3
'ISingleResultSpecification' is obsolete: 'Use ISingleResultSpecification<T> instead. This interface will be removed in a future version of Ardalis.Specification.'
|
build:
src/Core/Application/Catalog/Brands/BrandByNameSpec.cs#L3
'ISingleResultSpecification' is obsolete: 'Use ISingleResultSpecification<T> instead. This interface will be removed in a future version of Ardalis.Specification.'
|
build:
src/Core/Application/Common/Specification/SpecificationBuilderExtensions.cs#L102
Argument of type 'Expression<Func<T, string>>' cannot be used for parameter 'selector' of type 'Expression<Func<T, string?>>' in 'SearchExpressionInfo<T>.SearchExpressionInfo(Expression<Func<T, string?>> selector, string searchTerm, int searchGroup = 1)' due to differences in the nullability of reference types.
|
build:
src/Core/Application/Catalog/Brands/GetBrandRequest.cs#L10
'ISingleResultSpecification' is obsolete: 'Use ISingleResultSpecification<T> instead. This interface will be removed in a future version of Ardalis.Specification.'
|
build:
src/Core/Application/Catalog/Products/ProductByNameSpec.cs#L3
'ISingleResultSpecification' is obsolete: 'Use ISingleResultSpecification<T> instead. This interface will be removed in a future version of Ardalis.Specification.'
|
build:
src/Core/Application/Catalog/Products/ProductByIdWithBrandSpec.cs#L3
'ISingleResultSpecification' is obsolete: 'Use ISingleResultSpecification<T> instead. This interface will be removed in a future version of Ardalis.Specification.'
|
build:
src/Core/Application/Catalog/Brands/BrandByNameSpec.cs#L3
'ISingleResultSpecification' is obsolete: 'Use ISingleResultSpecification<T> instead. This interface will be removed in a future version of Ardalis.Specification.'
|
build
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|