Retarget to .NET Standard 2.0 #20
Closed
Annotations
1 error and 10 warnings
|
Run tests
Process completed with exit code 1.
|
|
Build:
src/ToonFormat/Constants.cs#L13
Missing XML comment for publicly visible type or member 'Constants.COMMA'
|
|
Build:
src/ToonFormat/Constants.cs#L10
Missing XML comment for publicly visible type or member 'Constants.LIST_ITEM_PREFIX'
|
|
Build:
src/ToonFormat/Constants.cs#L8
Missing XML comment for publicly visible type or member 'Constants.LIST_ITEM_MARKER'
|
|
Build:
src/ToonFormat/Constants.cs#L6
Missing XML comment for publicly visible type or member 'Constants'
|
|
Build:
src/ToonFormat/Internal/Encode/Primitives.cs#L124
Possible null reference argument for parameter 'key' in 'string Primitives.EncodeKey(string key)'.
|
|
Build:
src/ToonFormat/Internal/Decode/Decoders.cs#L213
Possible null reference argument for parameter 'input' in 'List<string> Parser.ParseDelimitedValues(string input, char delimiter)'.
|
|
Build:
src/ToonFormat/Internal/Encode/Folding.cs#L44
Non-nullable property 'LeafValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/ToonFormat/Internal/Encode/Folding.cs#L42
Non-nullable property 'Segments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/ToonFormat/Internal/Encode/Folding.cs#L31
Non-nullable property 'LeafValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/ToonFormat/Internal/Encode/Folding.cs#L16
Non-nullable property 'FoldedKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading