Skip to content

Web: Add Text Editor #35

Web: Add Text Editor

Web: Add Text Editor #35

Triggered via push December 19, 2023 01:59
Status Success
Total duration 5m 11s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
deploy
Unexpected input(s) 'GITHUB_TOKEN', valid inputs are ['ssh-key', 'token', 'branch', 'folder', 'target-folder', 'commit-message', 'clean', 'clean-exclude', 'dry-run', 'force', 'git-config-name', 'git-config-email', 'repository-name', 'tag', 'single-commit', 'silent']
deploy: OTRMod/Z/Texture.cs#L47
Possible null reference argument for parameter 'data' in 'int ByteArray.ToI32(byte[] data, int offset, bool big = true)'.
deploy: OTRMod/Z/Text.cs#L66
Possible null reference argument for parameter 'data' in 'short ByteArray.ToI16(byte[] data, int offset, bool big = true)'.
deploy: OTRMod/ID/Text.cs#L358
Dereference of a possibly null reference.
deploy: OTRMod.Web/Shared/Components/Tabs.razor#L38
Possible null reference return.
deploy: OTRMod.Web/Shared/Components/Tabs.razor#L42
Possible null reference return.
deploy: OTRMod.Web/Shared/Components/Tabs.razor#L32
Non-nullable property 'TabList' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: OTRMod.Web/Shared/Components/Tabs.razor#L35
Non-nullable field 'selectedTab' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
deploy: OTRMod.Web/Shared/Components/Tabs.razor#L26
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: OTRMod.Web/Shared/Components/Tabs.razor#L27
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: OTRMod.Web/Shared/Components/Tabs.razor#L28
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.