Skip to content

Revert "workflow - iterate for each pushed commit; fix deprecation; p… #24

Revert "workflow - iterate for each pushed commit; fix deprecation; p…

Revert "workflow - iterate for each pushed commit; fix deprecation; p… #24

Triggered via push November 4, 2024 11:33
Status Success
Total duration 5m 16s
Artifacts

autobuild.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

28 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/create-release@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/create-release@v1, xresloader/upload-to-github-release@v1.4.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: OpenTaiko/src/Helpers/ObjectExtensions.cs#L49
Cannot convert null literal to non-nullable reference type.
build: OpenTaiko/src/Helpers/ObjectExtensions.cs#L64
Nullability of type of parameter 'x' doesn't match overridden member (possibly because of nullability attributes).
build: OpenTaiko/src/Helpers/ObjectExtensions.cs#L64
Nullability of type of parameter 'y' doesn't match overridden member (possibly because of nullability attributes).
build: OpenTaiko/src/Helpers/HLocalizedPath.cs#L8
Cannot convert null literal to non-nullable reference type.
build: OpenTaiko/src/Helpers/HLocalizedPath.cs#L17
Cannot convert null literal to non-nullable reference type.
build: OpenTaiko/src/Helpers/LocalizedStringConverter.cs#L12
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
build: OpenTaiko/src/Helpers/LocalizedStringConverter.cs#L20
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: OpenTaiko/src/Songs/CDTXStyleExtractor.cs#L398
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: OpenTaiko/src/Songs/CDTXStyleExtractor.cs#L392
Nullability of reference types in type of parameter 'other' of 'bool SectionKindAndSubSectionKind.Equals(SectionKindAndSubSectionKind other)' doesn't match implicitly implemented member 'bool IEquatable<SectionKindAndSubSectionKind>.Equals(SectionKindAndSubSectionKind? other)' (possibly because of nullability attributes).
build: OpenTaiko/src/Songs/CSongListNode.cs#L105
Nullability of type of parameter 'other' doesn't match overridden member (possibly because of nullability attributes).
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: FDK/src/00.Common/CTraceLogListener.cs#L18
Nullability of type of parameter 'eventCache' doesn't match overridden member (possibly because of nullability attributes).
build: FDK/src/00.Common/CTraceLogListener.cs#L18
Nullability of type of parameter 'message' doesn't match overridden member (possibly because of nullability attributes).
build: FDK/src/00.Common/CTraceLogListener.cs#L28
Nullability of type of parameter 'eventCache' doesn't match overridden member (possibly because of nullability attributes).
build: FDK/src/00.Common/CTraceLogListener.cs#L28
Nullability of type of parameter 'format' doesn't match overridden member (possibly because of nullability attributes).
build: FDK/src/00.Common/CTraceLogListener.cs#L28
Nullability of reference types in type of parameter 'args' doesn't match overridden member.
build: FDK/src/00.Common/CTraceLogListener.cs#L38
Nullability of type of parameter 'message' doesn't match overridden member (possibly because of nullability attributes).
build: FDK/src/00.Common/CTraceLogListener.cs#L46
Nullability of type of parameter 'message' doesn't match overridden member (possibly because of nullability attributes).
build: FDK/src/04.Graphics/CTextureAutofold.cs#L113
The member 'CTextureAf.t2D描画(int, int, Rectangle)' does not hide an accessible member. The new keyword is not required.
build: FDK/src/04.Graphics/TextRenderer/CSkiaSharpTextRenderer.cs#L297
Cannot convert null literal to non-nullable reference type.
build: FDK/src/02.Input/CInputJoystick.cs#L10
Non-nullable property 'strDeviceName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.