Update Build_Exe.yaml #297
Annotations
10 warnings
Connect-A-Pic-Core/Grid/TileManager.cs#L15
Non-nullable event 'OnGridCreated' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Connect-A-Pic-Core/CodeExporter/NazcaExporter.cs#L25
Possible null reference argument for parameter 'item' in 'bool List<Component>.Contains(Component item)'.
|
Connect-A-Pic-Core/CodeExporter/NazcaExporter.cs#L44
Dereference of a possibly null reference.
|
Connect-A-Pic-Core/CodeExporter/NazcaExporter.cs#L52
Dereference of a possibly null reference.
|
Connect-A-Pic-Core/CodeExporter/NazcaExporter.cs#L60
Dereference of a possibly null reference.
|
Connect-A-Pic-Core/CodeExporter/NazcaExporter.cs#L66
Dereference of a possibly null reference.
|
Connect-A-Pic-Core/Components/Component.cs#L41
Non-nullable event 'SliderValueChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Connect-A-Pic-Core/CodeExporter/NazcaExporter.cs#L75
Dereference of a possibly null reference.
|
Connect-A-Pic-Core/CodeExporter/NazcaExporter.cs#L75
Possible null reference argument for parameter 'item' in 'void List<Component>.Add(Component item)'.
|
Connect-A-Pic-Core/CodeExporter/NazcaExporter.cs#L81
Dereference of a possibly null reference.
|
This job succeeded
Loading