chore: build shenanigans #1
Annotations
10 warnings
Build:
FlyweightPool.cs#L21
Converting null literal or possible null value to non-nullable type.
|
Build:
SerialManager.cs#L142
Converting null literal or possible null value to non-nullable type.
|
Build:
SerialManager.cs#L27
Non-nullable field '_sendThread' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
FlyweightPool.cs#L21
Converting null literal or possible null value to non-nullable type.
|
Build:
SerialManager.cs#L142
Converting null literal or possible null value to non-nullable type.
|
Build:
SerialManager.cs#L27
Non-nullable field '_sendThread' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
FlyweightPool.cs#L21
Converting null literal or possible null value to non-nullable type.
|
Build:
SerialManager.cs#L142
Converting null literal or possible null value to non-nullable type.
|
Build:
SerialManager.cs#L27
Non-nullable field '_sendThread' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
FlyweightPool.cs#L21
Converting null literal or possible null value to non-nullable type.
|
Loading