Skip to content

Bump microsoft/setup-msbuild from 1.0.2 to 1.3.1 #12

Bump microsoft/setup-msbuild from 1.0.2 to 1.3.1

Bump microsoft/setup-msbuild from 1.0.2 to 1.3.1 #12

Triggered via pull request September 9, 2023 21:24
Status Success
Total duration 3m 7s
Artifacts

test.yml

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

Annotations

20 warnings
build (Release): Server/ShaderlabVS.Data/ShaderlabDataManager.cs#L68
Converting null literal or possible null value to non-nullable type.
build (Release): Server/ShaderlabVS.Data/ShaderlabDataManager.cs#L69
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build (Release): Server/ShaderlabVS.Data/ShaderlabDataManager.cs#L66
Non-nullable property 'HLSLCGDatatypes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): Server/ShaderlabVS.Data/ShaderlabDataManager.cs#L43
Non-nullable field '_instance' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Release): Server/ShaderlabVS.Data/Models.cs#L152
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): Server/Buffer.cs#L41
Possible null reference return.
build (Release): Server/Buffer.cs#L53
Possible null reference return.
build (Release): Server/Buffer.cs#L76
Converting null literal or possible null value to non-nullable type.
build (Release): Server/Buffer.cs#L82
Converting null literal or possible null value to non-nullable type.
build (Release): Server/Buffer.cs#L93
Converting null literal or possible null value to non-nullable type.
build (Debug): Server/ShaderlabVS.Data/ShaderlabDataManager.cs#L68
Converting null literal or possible null value to non-nullable type.
build (Debug): Server/ShaderlabVS.Data/ShaderlabDataManager.cs#L69
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build (Debug): Server/ShaderlabVS.Data/ShaderlabDataManager.cs#L66
Non-nullable property 'HLSLCGDatatypes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): Server/ShaderlabVS.Data/ShaderlabDataManager.cs#L43
Non-nullable field '_instance' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Debug): Server/ShaderlabVS.Data/Models.cs#L152
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): Server/Management/ProjectInfo.cs#L27
Converting null literal or possible null value to non-nullable type.
build (Debug): Server/Management/ProjectInfo.cs#L33
Possible null reference argument for parameter 'path' in 'DirectoryInfo.DirectoryInfo(string path)'.
build (Debug): Server/Management/ProjectInfo.cs#L37
Converting null literal or possible null value to non-nullable type.
build (Debug): Server/Management/ProjectInfo.cs#L43
Possible null reference argument for parameter 'path' in 'ProjectInfo.ProjectInfo(string path)'.
build (Debug): Server/Helpers.cs#L51
Possible null reference argument for parameter 'args' in 'T CommandExtensions.ExtractArguments<T>(JArray args, ISerializer serializer)'.