Skip to content

WI #2488 Migrate to .NET 6.0 #18

WI #2488 Migrate to .NET 6.0

WI #2488 Migrate to .NET 6.0 #18

Triggered via pull request April 20, 2023 12:30
Status Success
Total duration 10m 36s
Artifacts

dotnet.yml

on: pull_request
build-and-test-ei-debug  /  build
9m 35s
build-and-test-ei-debug / build
build-and-test-debug  /  build
9m 51s
build-and-test-debug / build
build-and-test-ei-release  /  build
10m 23s
build-and-test-ei-release / build
build-and-test-release  /  build
9m 38s
build-and-test-release / build
Fit to window
Zoom out
Zoom in

Annotations

40 warnings
build-and-test-ei-debug / build: CSCupRuntime/lr_parser.cs#L138
Non-nullable field 'cur_token' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-ei-debug / build: CSCupRuntime/lr_parser.cs#L138
Non-nullable field 'production_tab' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-ei-debug / build: CSCupRuntime/lr_parser.cs#L138
Non-nullable field 'action_tab' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-ei-debug / build: CSCupRuntime/lr_parser.cs#L138
Non-nullable field 'reduce_tab' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-ei-debug / build: CSCupRuntime/lr_parser.cs#L138
Non-nullable field '_scanner' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-ei-debug / build: CSCupRuntime/lr_parser.cs#L138
Non-nullable field 'lookahead' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-ei-debug / build: CSCupRuntime/StackList.cs#L47
Non-nullable field '_syncRoot' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-ei-debug / build: CSCupRuntime/StackList.cs#L57
Non-nullable field '_syncRoot' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-ei-debug / build: CSCupRuntime/Symbol.cs#L49
Cannot convert null literal to non-nullable reference type.
build-and-test-ei-debug / build: CSCupRuntime/Symbol.cs#L59
Cannot convert null literal to non-nullable reference type.
build-and-test-release / build: TypeCobol.LanguageServer.Test.LanguageServerRobot.Installer/WhyThisProject.cs#L3
'WhyThisProject' is an internal class that is apparently never instantiated. If so, remove the code from the assembly. If this class is intended to contain only static members, make it 'static' (Module in Visual Basic).
build-and-test-release / build: CSCupRuntime/lr_parser.cs#L138
Non-nullable field 'cur_token' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-release / build: CSCupRuntime/lr_parser.cs#L138
Non-nullable field 'production_tab' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-release / build: CSCupRuntime/lr_parser.cs#L138
Non-nullable field 'action_tab' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-release / build: CSCupRuntime/lr_parser.cs#L138
Non-nullable field 'reduce_tab' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-release / build: CSCupRuntime/lr_parser.cs#L138
Non-nullable field '_scanner' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-release / build: CSCupRuntime/lr_parser.cs#L138
Non-nullable field 'lookahead' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-release / build: CSCupRuntime/StackList.cs#L47
Non-nullable field '_syncRoot' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-release / build: CSCupRuntime/StackList.cs#L57
Non-nullable field '_syncRoot' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-release / build: CSCupRuntime/Symbol.cs#L49
Cannot convert null literal to non-nullable reference type.
build-and-test-debug / build: CSCupRuntime/StackList.cs#L47
Non-nullable field '_syncRoot' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-debug / build: CSCupRuntime/StackList.cs#L57
Non-nullable field '_syncRoot' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-debug / build: CSCupRuntime/StackList.cs#L74
Converting null literal or possible null value to non-nullable type.
build-and-test-debug / build: CSCupRuntime/StackList.cs#L69
Non-nullable field '_syncRoot' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-debug / build: CSCupRuntime/StackList.cs#L114
Possible null reference assignment.
build-and-test-debug / build: CSCupRuntime/StackList.cs#L114
Cannot convert null literal to non-nullable reference type.
build-and-test-debug / build: CSCupRuntime/Symbol.cs#L49
Cannot convert null literal to non-nullable reference type.
build-and-test-debug / build: CSCupRuntime/Symbol.cs#L59
Cannot convert null literal to non-nullable reference type.
build-and-test-debug / build: CSCupRuntime/Symbol.cs#L55
Non-nullable field 'value' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-debug / build: CSCupRuntime/Symbol.cs#L65
Non-nullable field 'value' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-ei-release / build: TypeCobol.LanguageServer.Test.LanguageServerRobot.Installer/WhyThisProject.cs#L3
'WhyThisProject' is an internal class that is apparently never instantiated. If so, remove the code from the assembly. If this class is intended to contain only static members, make it 'static' (Module in Visual Basic).
build-and-test-ei-release / build: CSCupRuntime/StackList.cs#L47
Non-nullable field '_syncRoot' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-ei-release / build: CSCupRuntime/lr_parser.cs#L138
Non-nullable field 'cur_token' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-ei-release / build: CSCupRuntime/lr_parser.cs#L138
Non-nullable field 'production_tab' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-ei-release / build: CSCupRuntime/lr_parser.cs#L138
Non-nullable field 'action_tab' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-ei-release / build: CSCupRuntime/lr_parser.cs#L138
Non-nullable field 'reduce_tab' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-ei-release / build: CSCupRuntime/lr_parser.cs#L138
Non-nullable field '_scanner' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-ei-release / build: CSCupRuntime/lr_parser.cs#L138
Non-nullable field 'lookahead' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test-ei-release / build: CSCupRuntime/Symbol.cs#L49
Cannot convert null literal to non-nullable reference type.
build-and-test-ei-release / build: CSCupRuntime/Symbol.cs#L59
Cannot convert null literal to non-nullable reference type.