Skip to content

Update README.md

Update README.md #2

Triggered via push May 7, 2025 22:37
Status Success
Total duration 1m 36s
Artifacts

Master-Build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: tests/Parsley.Tests/FileLine.cs#L79
Possible null reference return.
build: tests/Parsley.Tests/FileLine.cs#L72
Converting null literal or possible null value to non-nullable type.
build: tests/Parsley.Tests/FileLine.cs#L71
Converting null literal or possible null value to non-nullable type.
build: tests/Parsley.Tests/InvalidFileLine.cs#L8
Non-nullable property 'Errors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: tests/Parsley.Tests/FileLine.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: tests/Parsley.Tests/FileLine.cs#L66
Nullability of type of parameter 'culture' doesn't match overridden member (possibly because of nullability attributes).
build: tests/Parsley.Tests/FileLine.cs#L66
Nullability of type of parameter 'context' doesn't match overridden member (possibly because of nullability attributes).
build: tests/Parsley.Tests/FileLine.cs#L61
Nullability of type of parameter 'context' doesn't match overridden member (possibly because of nullability attributes).
build: src/parsley/Parser.cs#L133
Possible null reference argument for parameter 'value' in 'object? TypeConverter.ConvertFrom(object value)'.
build: src/parsley/ColumnAttribute.cs#L5
Cannot convert null literal to non-nullable reference type.