Skip to content

Emit fully qualified namespaces #34

Emit fully qualified namespaces

Emit fully qualified namespaces #34

Triggered via pull request July 11, 2025 19:23
@N-OlbertN-Olbert
synchronize #7
N-Olbert:FQNs
Status Success
Total duration 57s
Artifacts

test.yml

on: pull_request
run-unit-tests
48s
run-unit-tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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#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#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/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/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/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.Benchmarks/SimpleClass.cs#L17
Non-nullable property 'String' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
run-unit-tests: Dolly.Benchmarks/SimpleClass.cs#L25
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.Benchmarks/SimpleClass.cs#L24
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.Benchmarks/SimpleClass.cs#L23
Non-nullable property 'SimpleClass' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.