AC6 Meta and Aliases updates #467
+69,037
−67,035
Open
Annotations
20 warnings
|
Publish:
src/Havok/HKLib/hk2018/Autogen/hkTuple2.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.
|
|
Publish:
src/Havok/HKLib/hk2018/Autogen/hkTuple2.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.
|
|
Publish:
src/Havok/HKLib/hk2018/Autogen/hkTuple3.cs#L11
Non-nullable field 'm_2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Publish:
src/Havok/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.
|
|
Publish:
src/Havok/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.
|
|
Publish:
src/Havok/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.
|
|
Publish:
src/Havok/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.
|
|
Publish:
src/Havok/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.
|
|
Publish:
src/Havok/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.
|
|
Publish:
src/Havok/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/Andre/SoulsFormats/SoulsFormats/Formats/MSB/MSB3/PartsParam.cs#L934
'MSB3.Part.EnemyBase.GparamConfig' hides inherited member 'MSB3.Part.GparamConfig'. Use the new keyword if hiding was intended.
|
|
Build:
src/Andre/SoulsFormats/SoulsFormats/Formats/MSB/MSB3/PartsParam.cs#L808
'MSB3.Part.ObjectBase.GparamConfig' hides inherited member 'MSB3.Part.GparamConfig'. Use the new keyword if hiding was intended.
|
|
Build:
src/Andre/SoulsFormats/SoulsFormats/Formats/MSB/MSB3/PartsParam.cs#L762
'MSB3.Part.MapPiece.GparamConfig' hides inherited member 'MSB3.Part.GparamConfig'. Use the new keyword if hiding was intended.
|
|
Build:
src/Andre/SoulsFormats/SoulsFormats/Binder/BXF4/BXF4.cs#L94
'BXF4.Read(string, string)' hides inherited member 'SoulsFile<BXF4>.Read(string, string)'. Use the new keyword if hiding was intended.
|
|
Build:
src/Andre/SoulsFormats/SoulsFormats/Binder/BXF4/BXF4.cs#L70
'BXF4.Read(Memory<byte>, string)' hides inherited member 'SoulsFile<BXF4>.Read(Memory<byte>, string)'. Use the new keyword if hiding was intended.
|
|
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/CommandBufferPool.cs#L85
The variable 'e' is declared but never used
|
|
Build:
src/Veldrid/Veldrid/CommandBufferPool.cs#L67
The variable 'e' is declared but never used
|
|
Build:
src/Veldrid/Veldrid.SDL2/Sdl2Window.cs#L1011
Argument 1 should be a variable because it is passed to a 'ref readonly' parameter
|
|
Build:
src/Veldrid/Veldrid.SDL2/Sdl2Window.cs#L103
Argument 1 should be passed with 'ref' or 'in' keyword
|
Loading