Build Windows #4
Annotations
1 error and 12 warnings
build
<html><body><h1>400 Bad request</h1>
Your browser sent an invalid request.
</body></html>
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/github-script@v6, 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:
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/ModMeta.cs#L105
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/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.
|