Migrate test framework from NUnit to xUnit #49
Merged
Annotations
10 warnings
|
Build:
AdventOfCode/Events/2023/Days/Day16.cs#L7
Non-nullable field '_contraption' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
AdventOfCode/Events/2023/Days/Day19.cs#L114
Non-nullable property 'Outcome' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
AdventOfCode/Events/2023/Days/Day10.cs#L31
Non-nullable field '_sketch' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
AdventOfCode/Events/2023/Days/Day11.cs#L99
Non-nullable property 'EmptyColumns' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
AdventOfCode/Events/2023/Days/Day11.cs#L98
Non-nullable property 'EmptyRows' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
AdventOfCode/Events/2023/Days/Day11.cs#L97
Non-nullable property 'Galaxies' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
AdventOfCode/Events/2023/Days/Day05.cs#L112
Non-nullable property 'DestinationCategory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
AdventOfCode/Events/2023/Days/Day05.cs#L110
Non-nullable property 'SourceCategory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
AdventOfCode/Events/2023/Days/Day16.cs#L7
Non-nullable field '_contraption' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
AdventOfCode/Events/2023/Days/Day19.cs#L114
Non-nullable property 'Outcome' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading