feat: Cleanup #850
Annotations
10 warnings
Build:
src/Veldrid/Veldrid.SDL2/Sdl2Window.cs#L102
Argument 1 should be passed with 'ref' or 'in' keyword
|
Build:
src/Veldrid/Veldrid/GraphicsDevice.cs#L37
Field 'GraphicsDevice._physicalDeviceProperties' is never assigned to, and will always have its default value
|
Build:
src/Veldrid/Veldrid.SDL2/Sdl2Window.cs#L1010
Argument 1 should be a variable because it is passed to a 'ref readonly' parameter
|
Build:
src/HKLib/hk2018/Autogen/TestContainerThingStart.cs#L7
Non-nullable field 'm_data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/HKLib/hk2018/Autogen/TestContainerThingStart.cs#L9
Non-nullable field 'm_data2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/HKLib/hk2018/Autogen/TestContainerThingEnd.cs#L7
Non-nullable field 'm_data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/HKLib/hk2018/Autogen/TestContainerThingEnd.cs#L9
Non-nullable field 'm_data3' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/HKLib/hk2018/Autogen/hk/ValueAttribute.cs#L7
Non-nullable field 'm_value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/HKLib/hk2018/Autogen/hkTuple3.cs#L7
Non-nullable field 'm_0' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/HKLib/hk2018/Autogen/hkTuple3.cs#L9
Non-nullable field 'm_1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading