Skip to content

Release/v1.0.0

Release/v1.0.0 #29

Triggered via push May 8, 2025 22:08
Status Success
Total duration 1m 39s
Artifacts

Master-Build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Parsley/ColumnAttribute.cs#L5
Missing XML comment for publicly visible type or member 'ColumnAttribute.ColumnAttribute(int, object)'
build: src/Parsley/ColumnAttribute.cs#L3
Missing XML comment for publicly visible type or member 'ColumnAttribute'
build: src/Parsley/Parser.cs#L133
Possible null reference argument for parameter 'value' in 'object? TypeConverter.ConvertFrom(object value)'.
build: src/Parsley/CustomConverter.cs#L26
Possible null reference return.
build: src/Parsley/CustomConverter.cs#L19
Converting null literal or possible null value to non-nullable type.
build: src/Parsley/CustomConverter.cs#L18
Converting null literal or possible null value to non-nullable type.
build: src/Parsley/CustomConverter.cs#L13
Nullability of type of parameter 'culture' doesn't match overridden member (possibly because of nullability attributes).
build: src/Parsley/CustomConverter.cs#L13
Nullability of type of parameter 'context' doesn't match overridden member (possibly because of nullability attributes).
build: src/Parsley/CustomConverter.cs#L8
Nullability of type of parameter 'context' doesn't match overridden member (possibly because of nullability attributes).
build: src/Parsley/ColumnAttribute.cs#L5
Cannot convert null literal to non-nullable reference type.