Version 1.4.1 #6
Annotations
10 warnings
Build:
GherkinSimpleParser/GherkinObject.cs#L13
Non-nullable property 'FeatureName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
GherkinSimpleParser/GherkinObject.cs#L29
Non-nullable property 'FeatureTags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
GherkinSimpleParser/Scenario.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
GherkinSimpleParser/Scenario.cs#L37
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
GherkinSimpleParser/GherkinObjectParser.cs#L26
Non-nullable field 'currentScenario' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
GherkinSimpleParser/GherkinObjectParser.cs#L26
Non-nullable field 'currentLine' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
GherkinSimpleParser/GherkinObjectParser.cs#L10
Missing XML comment for publicly visible type or member 'GherkinObjectParser'
|
Build:
GherkinSimpleParser/GherkinObjectParser.cs#L26
Missing XML comment for publicly visible type or member 'GherkinObjectParser.GherkinObjectParser(List<string>)'
|
Build:
GherkinSimpleParser/GherkinObjectParser.cs#L55
Missing XML comment for publicly visible type or member 'GherkinObjectParser.StateMachineException'
|
Build:
GherkinSimpleParser/GherkinObjectParser.cs#L57
Missing XML comment for publicly visible type or member 'GherkinObjectParser.StateMachineException.StateMachineException(string?)'
|
Loading