serialization: You can load .json files that don't have terminal positions in them now #36
+27
−110
Annotations
10 warnings
|
Models/DTOs/ComponentDto.cs#L12
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Models/DTOs/ComponentDto.cs#L87
Dereference of a possibly null reference.
|
|
Models/DTOs/ComponentDto.cs#L42
Possible null reference argument for parameter 'source' in 'IEnumerable<TerminalDto> Enumerable.Select<Terminal, TerminalDto>(IEnumerable<Terminal> source, Func<Terminal, TerminalDto> selector)'.
|
|
Models/DTOs/ComponentDto.cs#L31
Dereference of a possibly null reference.
|
|
Models/DTOs/TerminalDto.cs#L13
Non-nullable property 'ConnectedWireIds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Models/DTOs/WireDto.cs#L15
Non-nullable property 'Points' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Models/KeyGestureConfig.cs#L75
Possible null reference return.
|
|
Models/KeyGestureConfig.cs#L51
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
|
Services/JsonSerializationService.cs#L56
The variable 'e' is declared but never used
|
|
Services/JsonSerializationService.cs#L35
Possible null reference argument for parameter 'w' in 'WireDto WireDto.ToDto(Wire w)'.
|
The logs for this run have expired and are no longer available.
Loading