Skip to content

Merge pull request #122 from Pettor/feature/route-application-info #307

Merge pull request #122 from Pettor/feature/route-application-info

Merge pull request #122 from Pettor/feature/route-application-info #307

Triggered via push November 6, 2023 21:46
Status Success
Total duration 2m 47s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Core/Application/Catalog/Brands/BrandByIdSpec.cs#L5
'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#L5
'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#L5
'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#L5
'ISingleResultSpecification' is obsolete: 'Use ISingleResultSpecification<T> instead. This interface will be removed in a future version of Ardalis.Specification.'
build: src/Core/Application/Application/ApplicationInfoDto.cs#L5
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Infrastructure/BackgroundJobs/Startup.cs#L55
'PostgreSqlBootstrapperConfigurationExtensions.UsePostgreSqlStorage(IGlobalConfiguration, string, PostgreSqlStorageOptions)' is obsolete: 'Will be removed in 2.0. Please use UsePostgreSqlStorage(Action<PostgreSqlBootstrapperOptions>) overload.'
build: src/Core/Application/Catalog/Brands/BrandByIdSpec.cs#L5
'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#L5
'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#L5
'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#L5
'ISingleResultSpecification' is obsolete: 'Use ISingleResultSpecification<T> instead. This interface will be removed in a future version of Ardalis.Specification.'