Xciles.Uncommon 1.9.5-beta

This is a prerelease version of Xciles.Uncommon.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Xciles.Uncommon --version 1.9.5-beta
NuGet\Install-Package Xciles.Uncommon -Version 1.9.5-beta
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xciles.Uncommon" Version="1.9.5-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xciles.Uncommon --version 1.9.5-beta
#r "nuget: Xciles.Uncommon, 1.9.5-beta"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Xciles.Uncommon as a Cake Addin
#addin nuget:?package=Xciles.Uncommon&version=1.9.5-beta&prerelease

// Install Xciles.Uncommon as a Cake Tool
#tool nuget:?package=Xciles.Uncommon&version=1.9.5-beta&prerelease

A common library for PCL containing useful 'helpers'.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.9.7-beta 853 7/6/2017
1.9.6-beta 790 7/6/2017
1.9.5-beta 849 3/7/2017
1.9.4-beta 839 3/7/2017
1.9.3-beta 848 2/23/2017
1.9.2-beta 1,466 9/26/2016
1.9.1-beta 1,038 8/4/2016
1.9.0-beta 892 8/4/2016
1.5.0 1,501 7/11/2016
1.4.1-beta 869 5/23/2016
1.4.0 1,990 7/13/2015
1.3.5-beta 882 6/11/2015
1.3.4-beta 859 5/26/2015
1.3.3-beta 910 3/31/2015
1.3.2-beta 945 3/4/2015
1.3.1-beta 904 1/28/2015
1.3.0 1,738 12/2/2014
1.2.5-beta 976 9/25/2014
1.2.4-beta 963 8/21/2014
1.2.3-beta 899 8/21/2014
1.2.2-beta 921 8/20/2014
1.2.1-beta 927 8/20/2014
1.2.0-beta 942 8/20/2014
1.1.3-beta 1,006 6/30/2014
1.1.2 1,169 6/28/2014
1.1.1 1,131 6/27/2014
1.1.0 1,124 6/27/2014
1.0.1-beta 911 5/4/2014
1.0.0-beta 1,091 5/3/2014

1.9.5-beta
Adding back UseStringUrlPost
1.9.4-beta
Adding object extensions mainly for FormUrlposting
Adding formurl encoding request serializer
Chaning UseStringUrlPost to UseFormUrlEncoded
1.9.3-beta
Adding modernhttpclient for PCL projects
Updating packages!
1.9.2-beta
Exposing ExceptionResponseAsString
1.9.1-beta
Adding back a PCL profile but moving to Profile111
1.9-beta
Beta release
Moving project to netstandard1.1
Changes to some api calls
1.5
Release version
1.4.1-beta
Bumping to latest version of packages
1.4
2 fixes for UncommonRequestHelper (see github)
Few tiny changes
Release version
1.3.5-beta
Added missing ConfigureAwait to the UncommonHandler
1.3.4-beta
This version contains a few cosmetic changes and will no longer return 'TheStrangeMonoNullException' when something bad goes wrong in the UncommonRequestHelper. (e.g. the latest Json.net bug (http://forums.xamarin.com/discussion/30702/beta-json-net-crashing-in-release-mode))
Added UncommonHttpHeaders to allow adding of headers in the UncommonRequestOptions
Added new Exception handling logic to serialize returned webexceptions to a corresponding type other than 'ServiceExceptionResult'
Added a few more tests
1.3.3-beta
Removed Microsoft.Threading.Tasks, don't know why this was still included...
1.3.2-beta
Should add notes ;)