Skip to content

Manifest reregister logic for packaged Amethyst #44

Manifest reregister logic for packaged Amethyst

Manifest reregister logic for packaged Amethyst #44

Triggered via push July 9, 2023 18:22
Status Success
Total duration 6m 39s
Artifacts

build.yml

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

Annotations

22 warnings
build (7.0.203)
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 (7.0.203)
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 (7.0.203): DriverServerRpc/Logger.cs#L15
Non-nullable property 'LogFilePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (7.0.203): driver_Amethyst/BodyTracker.cpp#L92
'Amethyst::Plugins::Contract::TrackerBase::set': could not import item or its associated custom attribute
build (7.0.203): driver_Amethyst/DriverRpcHandler.cpp#L53
'Amethyst::Plugins::Contract::TrackerBase::set': could not import item or its associated custom attribute
build (7.0.203): driver_Amethyst/ServerProvider.cpp#L6
'_WIN32_WINNT': macro redefinition
build (7.0.203): driver_Amethyst/ServerProvider.cpp#L25
'_wgetenv': This function or variable may be unsafe. Consider using _wdupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
build (7.0.203): driver_Amethyst/ServerProvider.cpp#L27
'_wgetenv': This function or variable may be unsafe. Consider using _wdupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
build (7.0.203): driver_Amethyst/ServerProvider.cpp#L37
'_wgetenv': This function or variable may be unsafe. Consider using _wdupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
build (7.0.203): driver_Amethyst/ServerProvider.cpp#L40
'_wgetenv': This function or variable may be unsafe. Consider using _wdupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
build (7.0.203): driver_Amethyst/ServerProvider.cpp#L49
'argument': conversion from 'size_t' to 'int', possible loss of data
build (7.0.203): driver_Amethyst/ServerProvider.cpp#L51
'argument': conversion from 'size_t' to 'int', possible loss of data
build (7.0.203): MessageContract/NumericsResolver.cs#L81
Converting null literal or possible null value to non-nullable type.
build (7.0.203): plugin_OpenVR/Utils/VRHelper.cs#L190
The variable 'e' is declared but never used
build (7.0.203): plugin_OpenVR/OpenVR.cs#L540
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (7.0.203): plugin_OpenVR/OpenVR.cs#L560
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (7.0.203): plugin_OpenVR/Utils/VRHelper.cs#L178
Field 'VrHelper.TOKEN_ELEVATION.TokenIsElevated' is never assigned to, and will always have its default value 0
build (7.0.203): vendor/openvr/headers/openvr_api.cs#L3704
Avoid "Async" suffix in names of methods that do not return an awaitable type
build (7.0.203): vendor/openvr/headers/openvr_api.cs#L3693
Avoid "Async" suffix in names of methods that do not return an awaitable type
build (7.0.203): vendor/openvr/headers/openvr_api.cs#L3713
Avoid "Async" suffix in names of methods that do not return an awaitable type
build (7.0.203): vendor/openvr/headers/openvr_api.cs#L3718
Avoid "Async" suffix in names of methods that do not return an awaitable type
build (7.0.203): plugin_OpenVR/OpenVR.cs#L605
Avoid "async void" methods, because any exceptions not handled by the method will crash the process