Skip to content

Fix build: update RestSharp.sln references to RestSharp.slnx #364

Fix build: update RestSharp.sln references to RestSharp.slnx

Fix build: update RestSharp.sln references to RestSharp.slnx #364

Triggered via push March 5, 2026 15:03
Status Failure
Total duration 57s
Artifacts

build-dev.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
nuget
Process completed with exit code 1.
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/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.
nuget: src/RestSharp/Authenticators/OAuth2/OAuth2RefreshTokenAuthenticator.cs#L57
Possible null reference assignment.