Fix build: update RestSharp.sln references to RestSharp.slnx #363
Annotations
10 warnings
|
nuget:
src/RestSharp.Serializers.Xml/XmlDeserializer.cs#L235
Possible null reference argument for parameter 's' in 'decimal decimal.Parse(string s, IFormatProvider? provider)'.
|
|
nuget:
src/RestSharp.Serializers.Xml/XmlDeserializer.cs#L208
Possible null reference argument for parameter 's' in 'DateTime DateTime.Parse(string s, IFormatProvider? provider)'.
|
|
nuget:
src/RestSharp.Serializers.Xml/XmlDeserializer.cs#L207
Possible null reference argument for parameter 's' in 'DateTime DateTime.ParseExact(string s, string format, IFormatProvider? provider)'.
|
|
nuget:
src/RestSharp.Serializers.Xml/XmlDeserializer.cs#L198
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString, UriKind uriKind)'.
|
|
nuget:
src/RestSharp.Serializers.Xml/XmlDeserializer.cs#L193
Possible null reference argument for parameter 'value' in 'object? ReflectionExtensions.FindEnumValue(Type type, string value, CultureInfo culture)'.
|
|
nuget:
src/RestSharp/Authenticators/OAuth2/OAuth2RefreshTokenAuthenticator.cs#L57
Possible null reference assignment.
|
|
nuget:
src/RestSharp/Authenticators/OAuth2/OAuth2RefreshTokenAuthenticator.cs#L57
Possible null reference assignment.
|
|
nuget:
src/RestSharp/Request/UriExtensions.cs#L58
'Uri.Uri(string, bool)' is obsolete: 'The constructor has been deprecated. Please use new Uri(string). The dontEscape parameter is deprecated and is always false. http://go.microsoft.com/fwlink/?linkid=14202'
|
|
nuget:
src/RestSharp/Request/UriExtensions.cs#L35
'Uri.Uri(Uri, string, bool)' is obsolete: 'The constructor has been deprecated. Please new Uri(Uri, string). The dontEscape parameter is deprecated and is always false. http://go.microsoft.com/fwlink/?linkid=14202'
|
|
nuget:
src/RestSharp/Authenticators/OAuth2/OAuth2RefreshTokenAuthenticator.cs#L57
Possible null reference assignment.
|