Skip to content

Merge pull request #22 from Servan42/17-add-summary-to-every-feild-in… #4

Merge pull request #22 from Servan42/17-add-summary-to-every-feild-in…

Merge pull request #22 from Servan42/17-add-summary-to-every-feild-in… #4

Triggered via push February 27, 2024 18:47
Status Success
Total duration 59s
Artifacts

CI-CD.yml

on: push
Package_Version
0s
Package_Version
Publish_Nuget_Package
0s
Publish_Nuget_Package
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Tests: GherkinSimpleParser/GherkinObjectParser.cs#L26
Non-nullable field 'currentScenario' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Tests: GherkinSimpleParser/GherkinObjectParser.cs#L26
Non-nullable field 'currentLine' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Tests: GherkinSimpleParser/GherkinObject.cs#L13
Non-nullable property 'FeatureName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Tests: GherkinSimpleParser/GherkinObject.cs#L29
Non-nullable property 'FeatureTags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Tests: GherkinSimpleParser/Scenario.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Tests: GherkinSimpleParser/Scenario.cs#L37
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Tests: GherkinSimpleParser.Console/Program.cs#L12
Possible null reference argument for parameter 'path' in 'string[] Directory.GetFiles(string path)'.
Tests: GherkinSimpleParser/GherkinObjectParser.cs#L26
Non-nullable field 'currentScenario' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Tests: GherkinSimpleParser/GherkinObjectParser.cs#L26
Non-nullable field 'currentLine' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Tests: GherkinSimpleParser/GherkinObject.cs#L13
Non-nullable property 'FeatureName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.