Release/v1.0.0 #29
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.
|