FubarCoder.RestSharp.Portable.Core
3.0.0-beta08
Prefix Reserved
See the version list below for details.
dotnet add package FubarCoder.RestSharp.Portable.Core --version 3.0.0-beta08
NuGet\Install-Package FubarCoder.RestSharp.Portable.Core -Version 3.0.0-beta08
<PackageReference Include="FubarCoder.RestSharp.Portable.Core" Version="3.0.0-beta08" />
paket add FubarCoder.RestSharp.Portable.Core --version 3.0.0-beta08
#r "nuget: FubarCoder.RestSharp.Portable.Core, 3.0.0-beta08"
// Install FubarCoder.RestSharp.Portable.Core as a Cake Addin #addin nuget:?package=FubarCoder.RestSharp.Portable.Core&version=3.0.0-beta08&prerelease // Install FubarCoder.RestSharp.Portable.Core as a Cake Tool #tool nuget:?package=FubarCoder.RestSharp.Portable.Core&version=3.0.0-beta08&prerelease
This is the core RestSharp.Portable library which contains mostly interfaces
to allow dependent libraries to use as few dependencies as possible.
Supported Platforms:
- .NET Framework 4
- .NET for Windows Store apps
- .NET Native for Windows Store apps
- Windows Phone 8
- Windows Phone 8.1
- Silverlight 5
- Xamarin Android
- Xamarin iOS / MonoTouch
- Portable Class Libraries
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
-
Portable Class Library (.NETFramework 4.0, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- Microsoft.Bcl (>= 1.1.10)
- Microsoft.Bcl.Async (>= 1.0.168)
- Microsoft.Bcl.Build (>= 1.0.21)
- Newtonsoft.Json (>= 7.0.1)
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- Newtonsoft.Json (>= 7.0.1)
NuGet packages (64)
Showing the top 5 NuGet packages that depend on FubarCoder.RestSharp.Portable.Core:
Package | Downloads |
---|---|
FubarCoder.RestSharp.Portable.HttpClient
Some kind of a RestSharp port to PCL. This is not related to the RestSharp project at all! Supported Platforms: - .NET Standard 1.1 - .NET Framework 4 - Silverlight 5 - Portable Class Libraries (Profiles 259 and 328) |
|
Finbourne.EdpLusidSdk
LUSID SDK for EDP |
|
sib_api_v3_sdk
Official SendinBlue provided RESTFul API V3 C# Library |
|
Cloudmersive.APIClient.NETCore.VirusScan
Virus Scan API lets you scan files and content for viruses and identify security issues with content. |
|
Flipdish
Client API C# library |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on FubarCoder.RestSharp.Portable.Core:
Repository | Stars |
---|---|
prajjwaldimri/GithubXamarin
GithubXamarin(GitIt) is a cross-platform application for https://github.com which is built using Xamarin.
|
Version | Downloads | Last updated |
---|---|---|
4.0.8 | 5,254,457 | 3/6/2017 |
4.0.7 | 5,739,138 | 11/9/2016 |
4.0.6 | 79,380 | 11/6/2016 |
3.3.0 | 126,015 | 5/27/2016 |
3.2.0 | 9,052 | 5/13/2016 |
3.1.3 | 21,892 | 3/24/2016 |
3.1.2 | 6,979 | 3/24/2016 |
3.1.1 | 7,139 | 3/23/2016 |
3.1.0 | 44,009 | 11/28/2015 |
3.0.0-beta14 | 6,818 | 11/26/2015 |
3.0.0-beta12 | 6,021 | 11/15/2015 |
3.0.0-beta11 | 6,089 | 11/8/2015 |
3.0.0-beta09 | 6,247 | 10/19/2015 |
3.0.0-beta08 | 6,120 | 10/19/2015 |
3.0.0-beta07 | 6,214 | 10/19/2015 |
3.0.0-beta06 | 6,836 | 10/5/2015 |
3.0.0-beta05 | 6,536 | 10/5/2015 |
3.0.0-beta04 | 6,684 | 10/4/2015 |
3.0.0-beta03 | 6,532 | 9/25/2015 |
3.0.0-beta02 | 6,400 | 9/25/2015 |
3.0.0-beta01 | 6,646 | 8/19/2015 |
3.0.0-alpha9 | 6,289 | 8/17/2015 |
3.0.0-alpha8 | 6,484 | 8/17/2015 |
3.0.0-alpha7 | 6,559 | 8/17/2015 |
3.0.0-alpha6 | 2,672 | 8/17/2015 |
3.0.0-alpha5 | 6,554 | 8/17/2015 |
3.0.0-alpha4 | 3,825 | 4/23/2015 |
3.0.0-alpha10 | 6,435 | 8/18/2015 |
- New core library that contains all interfaces and some generic stuff
- New UserAgent property
- Fix for issue #42