Skip to content

Fix spine parser recovery and work around overtype issue #157

Fix spine parser recovery and work around overtype issue

Fix spine parser recovery and work around overtype issue #157

Triggered via pull request July 12, 2023 01:01
Status Failure
Total duration 2m 49s
Artifacts

main.yml

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

Annotations

2 errors and 20 warnings
build (ubuntu-latest, Debug)
Process completed with exit code 1.
build (windows-latest, Debug)
Process completed with exit code 1.
build (ubuntu-latest, Debug): Editor/SmartIndent/XmlSmartIndent.cs#L34
Non-nullable field 'logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (ubuntu-latest, Debug): Editor/TextStructure/XmlTextStructureNavigator.cs#L86
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest, Debug): Editor/SmartIndent/XmlSmartIndent.cs#L34
Non-nullable field 'logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (ubuntu-latest, Debug): Editor/Parsing/BackgroundParser.cs#L43
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest, Debug): Editor/Parsing/BackgroundParser.cs#L46
Dereference of a possibly null reference.
build (ubuntu-latest, Debug): Editor/Parsing/BackgroundParser.cs#L49
Dereference of a possibly null reference.
build (ubuntu-latest, Debug): Core.Tests/Parser/ParsingTests.cs#L520
Dereference of a possibly null reference.
build (ubuntu-latest, Debug): Editor/SmartIndent/XmlSmartIndent.cs#L34
Non-nullable field 'logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (ubuntu-latest, Debug): Editor/TextStructure/XmlTextStructureNavigator.cs#L86
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest, Debug): Editor/SmartIndent/XmlSmartIndent.cs#L34
Non-nullable field 'logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (windows-latest, Debug): Core.Tests/Parser/ParsingTests.cs#L520
Dereference of a possibly null reference.
build (windows-latest, Debug): Editor/TextStructure/XmlTextStructureNavigator.cs#L86
Converting null literal or possible null value to non-nullable type.
build (windows-latest, Debug): Editor/SmartIndent/XmlSmartIndent.cs#L34
Non-nullable field 'logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (windows-latest, Debug): Editor/Parsing/BackgroundParser.cs#L43
Converting null literal or possible null value to non-nullable type.
build (windows-latest, Debug): Editor/Parsing/BackgroundParser.cs#L46
Dereference of a possibly null reference.
build (windows-latest, Debug): Editor/Parsing/BackgroundParser.cs#L49
Dereference of a possibly null reference.
build (windows-latest, Debug): Editor/SmartIndent/XmlSmartIndent.cs#L34
Non-nullable field 'logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (windows-latest, Debug): Core.Tests/Parser/ParsingTests.cs#L520
Dereference of a possibly null reference.
build (windows-latest, Debug): Editor/TextStructure/XmlTextStructureNavigator.cs#L86
Converting null literal or possible null value to non-nullable type.
build (windows-latest, Debug): Editor/SmartIndent/XmlSmartIndent.cs#L34
Non-nullable field 'logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.