Skip to content

Build Linux

Build Linux #2

Manually triggered October 6, 2024 09:52
Status Success
Total duration 47s
Artifacts

build_linux.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. 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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/ModMeta.cs#L53
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#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.