Skip to content

Fix Write of null PackDesc #59

Fix Write of null PackDesc

Fix Write of null PackDesc #59

Triggered via push June 23, 2024 02:11
Status Success
Total duration 3m 45s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
deploy: Src/GBX.NET/PackDesc.cs#L9
XML comment has syntactically incorrect cref attribute ''
deploy: Src/GBX.NET/PackDesc.cs#L9
Identifier expected. See also error CS1001.
deploy
The member 'CMwNod.Id' does not hide an accessible member. The new keyword is not required.
deploy
'CFuncShaderLayerUV.Chunk0501500A.U01' hides inherited member 'CFuncShaderLayerUV.Chunk05015009.U01'. Use the new keyword if hiding was intended.
deploy
'CGameItemModel.IconFid' hides inherited member 'CGameCtnCollector.IconFid'. Use the new keyword if hiding was intended.
deploy
'CSystemConfig.Chunk0B00500B.U01' hides inherited member 'CSystemConfig.Chunk0B005005.U01'. Use the new keyword if hiding was intended.
deploy
'CPlugVehicleCarPhyTuning.Name' hides inherited member 'CPlugVehiclePhyTuning.Name'. Use the new keyword if hiding was intended.
deploy
Argument of type 'CMwNod[]' cannot be used for parameter 'value' of type 'CMwNod?[]' in 'void GbxReaderWriter.ArrayNodeRef<CMwNod>(ref CMwNod?[]? value)' due to differences in the nullability of reference types.
deploy
Argument of type 'CGameActionModel[]' cannot be used for parameter 'value' of type 'CGameActionModel?[]' in 'void GbxReaderWriter.ArrayNodeRef<CGameActionModel>(ref CGameActionModel?[]? value)' due to differences in the nullability of reference types.
deploy: Src/GBX.NET/Engines/GameData/CGameItemModel.cs#L83
Argument of type 'CGameActionModel[]' cannot be used for parameter 'value' of type 'CGameActionModel?[]' in 'void GbxReaderWriter.ArrayNodeRef<CGameActionModel>(ref CGameActionModel?[]? value)' due to differences in the nullability of reference types.