feat: AbstractBuilder can use the parameterless constructor. #106
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.
|