Skip to content

Update our tools to run on >NET 8 #154

Update our tools to run on >NET 8

Update our tools to run on >NET 8 #154

Triggered via pull request November 21, 2023 22:43
Status Success
Total duration 38s
Artifacts

tools-tests.yaml

on: pull_request
run-unit-tests
26s
run-unit-tests
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
run-unit-tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
run-unit-tests: tools/MarkdownConverter/Spec/MarkdownSpec.cs#L58
Cannot convert null literal to non-nullable reference type.
run-unit-tests: tools/MarkdownConverter/Spec/Reporter.cs#L61
Cannot convert null literal to non-nullable reference type.
run-unit-tests: tools/MarkdownConverter/Spec/Reporter.cs#L67
Cannot convert null literal to non-nullable reference type.
run-unit-tests: tools/MarkdownConverter/Spec/StringLengthComparer.cs#L5
Nullability of reference types in type of parameter 'x' of 'int StringLengthComparer.Compare(string x, string y)' doesn't match implicitly implemented member 'int IComparer<string>.Compare(string? x, string? y)' (possibly because of nullability attributes).
run-unit-tests: tools/MarkdownConverter/Spec/StringLengthComparer.cs#L5
Nullability of reference types in type of parameter 'y' of 'int StringLengthComparer.Compare(string x, string y)' doesn't match implicitly implemented member 'int IComparer<string>.Compare(string? x, string? y)' (possibly because of nullability attributes).
run-unit-tests: tools/MarkdownConverter/OptionExtensions.cs#L11
Possible null reference return.
run-unit-tests: tools/MarkdownConverter/Spec/SourceLocation.cs#L15
Non-nullable field '_loc' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
run-unit-tests: tools/MarkdownConverter/Spec/SourceLocation.cs#L57
Dereference of a possibly null reference.
run-unit-tests: tools/MarkdownConverter/Converter/MarkdownSpecConverter.cs#L20
Dereference of a possibly null reference.
run-unit-tests: tools/MarkdownConverter/Converter/MarkdownSpecConverter.cs#L22
Possible null reference argument for parameter 'body' in 'void MarkdownSpecConverter.ReplaceTableOfContents(MarkdownSpec spec, Body body)'.