Skip to content

use primary constructor in ProductRepository #31

use primary constructor in ProductRepository

use primary constructor in ProductRepository #31

Triggered via push June 12, 2024 04:03
Status Success
Total duration 54s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
build: Source/Src/Infrastructure/CleanArchitecture.Infrastructure.Persistence/Repositories/ProductRepository.cs#L11
Parameter 'ApplicationDbContext dbContext' 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: Source/Src/Infrastructure/CleanArchitecture.Infrastructure.Persistence/Repositories/ProductRepository.cs#L11
Parameter 'ApplicationDbContext dbContext' 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.