Skip to content

Fix map schema validator #150

Fix map schema validator

Fix map schema validator #150

Triggered via push September 23, 2024 01:08
Status Success
Total duration 6m 20s
Artifacts

build-test.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

24 warnings
build (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, space-wizards/submodule-dependency@v0.1.5. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, space-wizards/submodule-dependency@v0.1.5, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (ubuntu-latest): RobustToolbox/Robust.Shared/Prototypes/EntityPrototype.cs#L22
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
build (ubuntu-latest): RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L22
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
build (ubuntu-latest): RobustToolbox/Robust.Shared/Physics/Collision/Shapes/PolygonShape.cs#L38
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
build (ubuntu-latest): RobustToolbox/Robust.Shared/Physics/Dynamics/Fixture.cs#L40
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
build (ubuntu-latest): RobustToolbox/Robust.Shared/Containers/BaseContainer.cs#L51
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
build (ubuntu-latest): RobustToolbox/Robust.Shared/Containers/ContainerHelpers.cs#L43
'ContainerHelpers.TryGetManagerComp(EntityUid, out IContainerManager?, IEntityManager?)' is obsolete: 'Use SharedContainerSystem.TryGetManagerComp() instead'
build (ubuntu-latest): RobustToolbox/Robust.Shared/Containers/BaseContainer.cs#L74
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
build (ubuntu-latest): RobustToolbox/Robust.Shared/Containers/BaseContainer.cs#L75
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
build (ubuntu-latest): RobustToolbox/Robust.Shared/Containers/BaseContainer.cs#L76
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
build (ubuntu-latest): RobustToolbox/Robust.Shared/Containers/BaseContainer.cs#L77
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
build (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, space-wizards/submodule-dependency@v0.1.5. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, space-wizards/submodule-dependency@v0.1.5, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (windows-latest): Content.Server.Database/Migrations/Postgres/20220103235647_whitelist.cs#L8
The type name 'whitelist' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (windows-latest): Content.Server.Database/Migrations/Postgres/20220103235647_whitelist.Designer.cs#L18
The type name 'whitelist' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (windows-latest): Content.Server.Database/Migrations/Postgres/20220108185749_add-species.cs#L7
The type name 'addspecies' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (windows-latest): Content.Server.Database/Migrations/Postgres/20220108185749_add-species.Designer.cs#L18
The type name 'addspecies' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (windows-latest): Content.Server.Database/Migrations/Sqlite/20220103235637_whitelist.cs#L8
The type name 'whitelist' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (windows-latest): Content.Server.Database/Migrations/Sqlite/20220103235637_whitelist.Designer.cs#L15
The type name 'whitelist' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (windows-latest): Content.Server.Database/Migrations/Sqlite/20220108185734_add-species.cs#L7
The type name 'addspecies' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (windows-latest): Content.Server.Database/Migrations/Sqlite/20220108185734_add-species.Designer.cs#L15
The type name 'addspecies' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (windows-latest): RobustToolbox/Robust.Shared/Prototypes/EntityPrototype.cs#L22
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
build (windows-latest): RobustToolbox/Robust.Shared/Physics/Collision/Shapes/PolygonShape.cs#L38
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'