Skip to content

Build Windows

Build Windows #13

Manually triggered October 6, 2024 20:30
Status Success
Total duration 1m 53s
Artifacts

build_win.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

16 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, actions/upload-release-asset@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/setup-dotnet@v3, actions/setup-python@v4, actions/create-release@v1, actions/upload-release-asset@v1. 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
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: ModManagerCore/ModMeta.cs#L20
Non-nullable property 'LocalFileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ModManagerCore/EnumHelper.cs#L10
Converting null literal or possible null value to non-nullable type.
build: ModManagerCore/EnumHelper.cs#L11
Possible null reference argument for parameter 'element' in 'DescriptionAttribute? CustomAttributeExtensions.GetCustomAttribute<DescriptionAttribute>(MemberInfo element)'.
build: ModManagerCore/EnumHelper.cs#L11
Converting null literal or possible null value to non-nullable type.
build: ModManagerCore/Config.cs#L88
Dereference of a possibly null reference.
build: ModManagerCore/Config.cs#L88
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build: ModManagerCore/ModMeta.cs#L53
Converting null literal or possible null value to non-nullable type.
build: ModManagerCore/ModMeta.cs#L105
Converting null literal or possible null value to non-nullable type.
build: ModManagerCore/Program.cs#L48
Dereference of a possibly null reference.
build: ModManagerCore/ModMeta.cs#L20
Non-nullable property 'LocalFileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.