Skip to content

Add GbxExplorerOld Dockerfile #4

Add GbxExplorerOld Dockerfile

Add GbxExplorerOld Dockerfile #4

Triggered via push May 25, 2024 18:57
Status Success
Total duration 2m 20s
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
'CPlugVehicleCarPhyTuning.Name' hides inherited member 'CPlugVehiclePhyTuning.Name'. 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
Argument of type 'CMwNod[]' cannot be used for parameter 'value' of type 'CMwNod?[]' in 'void GbxReaderWriter.ArrayNodeRef_deprec<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
Non-nullable field 'socketId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.