Skip to content

Resources

Resources #289

Triggered via pull request August 25, 2023 16:11
Status Failure
Total duration 1m 38s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

main-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/NationalInstruments.Analyzers.Utilities/ExemptionCollection.cs#L93
Cannot convert null literal to non-nullable reference type.
build: src/NationalInstruments.Analyzers.Utilities/ExemptionCollection.cs#L143
Cannot convert null literal to non-nullable reference type.
build: src/NationalInstruments.Analyzers.Utilities/ExemptionCollection.cs#L161
Cannot convert null literal to non-nullable reference type.
build: src/NationalInstruments.Analyzers.Utilities/WellKnownTypes.cs#L8
Possible null reference return.
build: src/NationalInstruments.Analyzers.Utilities/WellKnownTypes.cs#L11
Possible null reference return.
build: src/NationalInstruments.Analyzers.Utilities/Text/WordParser.cs#L98
Non-nullable field '_peekedWord' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/NationalInstruments.Analyzers.Utilities/AdditionalFileService.cs#L56
Dereference of a possibly null reference.
build: src/NationalInstruments.Analyzers.Utilities/AttributeCollection.cs#L143
Cannot convert null literal to non-nullable reference type.
build
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/