Register default serializers lazily so a custom serializer can replace them without loading System.Text.Json - #2403
Open
FirmaSpring wants to merge 1 commit into
Open
Annotations
10 warnings
|
Run tests:
src/RestSharp.Serializers.Xml/XmlDeserializer.cs#L241
Possible null reference argument for parameter 'g' in 'Guid.Guid(string g)'.
|
|
Run tests:
src/RestSharp.Serializers.Xml/XmlDeserializer.cs#L235
Possible null reference argument for parameter 's' in 'decimal decimal.Parse(string s, IFormatProvider? provider)'.
|
|
Run tests:
src/RestSharp.Serializers.Xml/XmlDeserializer.cs#L208
Possible null reference argument for parameter 's' in 'DateTime DateTime.Parse(string s, IFormatProvider? provider)'.
|
|
Run tests:
src/RestSharp.Serializers.Xml/XmlDeserializer.cs#L207
Possible null reference argument for parameter 's' in 'DateTime DateTime.ParseExact(string s, string format, IFormatProvider? provider)'.
|
|
Run tests:
src/RestSharp.Serializers.Xml/XmlDeserializer.cs#L198
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString, UriKind uriKind)'.
|
|
Run tests:
src/RestSharp.Serializers.Xml/XmlDeserializer.cs#L193
Possible null reference argument for parameter 'value' in 'object? ReflectionExtensions.FindEnumValue(Type type, string value, CultureInfo culture)'.
|
|
Run tests:
test/RestSharp.Tests/RestClientTests.cs#L90
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Run tests:
test/RestSharp.Tests/RestClientTests.cs#L89
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Run tests:
test/RestSharp.Tests/RestClientTests.cs#L88
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Run tests:
test/RestSharp.Tests/RestClientTests.cs#L88
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
background
wait
wait-all
cancel
parallel
Loading