更新workflows #1
Annotations
10 warnings
build:
WallpaperMedia/Configs/GlobalConfig.cs#L8
Non-nullable property 'config' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
WallpaperMedia/Configs/GlobalConfig.cs#L19
Non-nullable property 'SteamPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
WallpaperMedia/Configs/GlobalConfig.cs#L20
Non-nullable property 'OutputDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
WallpaperMedia/Models/FileList/FileInfoJsonModel.cs#L11
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
WallpaperMedia/Models/FileList/FileInfoJsonModel.cs#L12
Non-nullable property 'preview' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
WallpaperMedia/Models/FileList/FileInfoJsonModel.cs#L13
Non-nullable property 'file' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
WallpaperMedia/Models/FileList/FileInfoJsonModel.cs#L14
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
WallpaperMedia/Utils/RegeditHelp.cs#L43
Converting null literal or possible null value to non-nullable type.
|
build:
WallpaperMedia/Utils/RegeditHelp.cs#L45
Possible null reference return.
|
build:
WallpaperMedia/Utils/RegeditHelp.cs#L56
Converting null literal or possible null value to non-nullable type.
|