Skip to content

feat: new route for application information #306

feat: new route for application information

feat: new route for application information #306

Triggered via pull request November 6, 2023 21:45
Status Success
Total duration 1m 4s
Artifacts

main.yml

on: pull_request
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.'