Skip to content

Update DollyGenerator.cs #19

Update DollyGenerator.cs

Update DollyGenerator.cs #19

Triggered via push December 5, 2024 22:05
Status Success
Total duration 58s
Artifacts

test.yml

on: push
run-unit-tests
47s
run-unit-tests
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
run-unit-tests
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
run-unit-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
run-unit-tests: Dolly.Exmaple/ConstructorClass.cs#L10
Non-nullable property 'AnyOneCanSet' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
run-unit-tests: Dolly.Exmaple/InheritanceClass.cs#L18
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
run-unit-tests: Dolly.Exmaple/InheritanceClass.cs#L24
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
run-unit-tests: Dolly.Exmaple/SimpleClass.cs#L8
Non-nullable property 'First' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
run-unit-tests: Dolly.Exmaple/ComplexClass.cs#L11
Non-nullable property 'SimpleClass' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
run-unit-tests: Dolly.Exmaple/ComplexClass.cs#L12
Non-nullable property 'Array' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
run-unit-tests: Dolly.Exmaple/ComplexClass.cs#L13
Non-nullable property 'List' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
run-unit-tests: Dolly.Exmaple/ComplexClass.cs#L14
Non-nullable property 'IEnumerable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
run-unit-tests: Dolly.Exmaple/NullanbleClass.cs#L5
Non-nullable property 'ReferenceTypeNotNull' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
run-unit-tests: Dolly.Exmaple/NullanbleClass.cs#L7
Non-nullable property 'ReferenceTypeNotNullList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.