Skip to content

feat: AbstractBuilder can use the parameterless constructor. #106

feat: AbstractBuilder can use the parameterless constructor.

feat: AbstractBuilder can use the parameterless constructor. #106

Triggered via push September 16, 2024 11:23
Status Success
Total duration 40s
Artifacts

dotnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: tests/UnitTests/Examples/Builders/FerrariBuilder.cs#L36
'FerrariBuilder.CreateDefault()' hides inherited member 'AbstractBuilder<Car>.CreateDefault()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: tests/UnitTests/Examples/Builders/FerrariBuilder.cs#L36
'FerrariBuilder.CreateDefault()' hides inherited member 'AbstractBuilder<Car>.CreateDefault()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.