Skip to content
This repository has been archived by the owner on Apr 10, 2018. It is now read-only.

Commit

Permalink
First prototype of RestSharp.Portable for netstandard
Browse files Browse the repository at this point in the history
  • Loading branch information
fubar-coder committed May 18, 2016
1 parent 342f49b commit c6ea020
Show file tree
Hide file tree
Showing 401 changed files with 1,757 additions and 23,762 deletions.
168 changes: 125 additions & 43 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,49 @@
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates

# Build results
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
x64/
build/
[Rr]eleases/
[Xx]64/
[Xx]86/
[Bb]uild/
bld/
[Bb]in/
[Oo]bj/

# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
!packages/*/build/
# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# NUNIT
*.VisualState.xml
TestResult.xml

# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

# DNX
project.lock.json
artifacts/

*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
Expand All @@ -43,28 +66,41 @@ build/
*.vssscc
.builds
*.pidb
*.log
*.svclog
*.scc

# Chutzpah Test files
_Chutzpah*

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db

# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap

# TFS 2012 Local Workspace
$tf/

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# JustCode is a .NET coding add-in
.JustCode

# TeamCity is a build add-in
_TeamCity*
Expand All @@ -73,8 +109,16 @@ _TeamCity*
*.dotCover

# NCrunch
*.ncrunch*
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*

# MightyMoose
*.mm.*
AutoTest.Net/

# Web workbench (sass)
.sass-cache/

# Installshield output folder
[Ee]xpress/
Expand All @@ -93,71 +137,109 @@ DocProject/Help/html
publish/

# Publish Web Output
*.Publish.xml
*.[Pp]ublish.xml
*.azurePubxml

# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/
# TODO: Un-comment the next line if you do not want to checkin
# your web deploy settings because they may include unencrypted
# passwords
#*.pubxml
*.publishproj

# Windows Azure Build Output
csx
# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets

# Microsoft Azure Build Output
csx/
*.build.csdef

# Microsoft Azure Emulator
ecf/
rcf/

# Microsoft Azure ApplicationInsights config file
ApplicationInsights.config

# Windows Store app package directory
AppPackages/
BundleArtifacts/

# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/

# Others
sql/
*.Cache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.[Pp]ublish.xml
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/
orleans.codegen.cs

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
App_Data/*.mdf
App_Data/*.ldf
*.mdf
*.ldf

# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

#LightSwitch generated files
GeneratedArtifacts/
_Pvt_Extensions/
ModelManifest.xml
# Microsoft Fakes
FakesAssemblies/

# =========================
# Windows detritus
# =========================
# GhostDoc plugin setting file
*.GhostDoc.xml

# Windows image file caches
Thumbs.db
ehthumbs.db
# Node.js Tools for Visual Studio
.ntvs_analysis.dat

# Folder config file
Desktop.ini
# Visual Studio 6 build log
*.plg

# Recycle Bin used on file shares
$RECYCLE.BIN/
# Visual Studio 6 workspace options file
*.opt

# Mac desktop service store files
.DS_Store
# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions

# Others
/packages
*.nupkg
/nuget-push.ps1
project.lock.json
.vs/
*.targets
# LightSwitch generated files
GeneratedArtifacts/
ModelManifest.xml

# Paket dependency manager
.paket/paket.exe

# FAKE - F# Make
.fake/
84 changes: 84 additions & 0 deletions FubarCoder.RestSharp.Portable.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EFF4A179-C4F6-42C3-BC01-555A026678D1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3F21E30E-ACA0-436C-911C-32CF4F78E06C}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
GlobalAssemblyInfo.cs = GlobalAssemblyInfo.cs
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "FubarCoder.RestSharp.Portable.Core", "src\FubarCoder.RestSharp.Portable.Core\FubarCoder.RestSharp.Portable.Core.xproj", "{C4190A2A-C62E-4BB2-9384-F62847D82D77}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "FubarCoder.RestSharp.Portable.Encodings", "src\FubarCoder.RestSharp.Portable.Encodings\FubarCoder.RestSharp.Portable.Encodings.xproj", "{7F408AE9-D156-4D1C-95E2-9B6705949B07}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "FubarCoder.RestSharp.Portable.HttpClient", "src\FubarCoder.RestSharp.Portable.HttpClient\FubarCoder.RestSharp.Portable.HttpClient.xproj", "{0457804C-BDDA-45F6-9D85-7894BE4A9466}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "FubarCoder.RestSharp.Portable.WebRequest", "src\FubarCoder.RestSharp.Portable.WebRequest\FubarCoder.RestSharp.Portable.WebRequest.xproj", "{1395B21C-574D-458B-8CEB-8D111A456471}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "FubarCoder.RestSharp.Portable.OAuth1", "src\FubarCoder.RestSharp.Portable.OAuth1\FubarCoder.RestSharp.Portable.OAuth1.xproj", "{750BA618-F9EF-4DCC-B6EC-62E207D4BFBA}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "FubarCoder.RestSharp.Portable.OAuth2", "src\FubarCoder.RestSharp.Portable.OAuth2\FubarCoder.RestSharp.Portable.OAuth2.xproj", "{B83803B6-9C66-4778-9A36-63F60D01776B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{3D996933-0CC8-4653-B4D0-793425E20EF3}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "FubarCoder.RestSharp.Portable.Tests", "test\FubarCoder.RestSharp.Portable.Tests\FubarCoder.RestSharp.Portable.Tests.xproj", "{E98094F5-A7C8-424C-BECD-05B49BF36185}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "FubarCoder.RestSharp.Portable.OAuth1.Tests", "test\FubarCoder.RestSharp.Portable.OAuth1.Tests\FubarCoder.RestSharp.Portable.OAuth1.Tests.xproj", "{36A3A0E4-A95F-4499-AD8D-9CA0EF83E0E1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4190A2A-C62E-4BB2-9384-F62847D82D77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4190A2A-C62E-4BB2-9384-F62847D82D77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4190A2A-C62E-4BB2-9384-F62847D82D77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4190A2A-C62E-4BB2-9384-F62847D82D77}.Release|Any CPU.Build.0 = Release|Any CPU
{7F408AE9-D156-4D1C-95E2-9B6705949B07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F408AE9-D156-4D1C-95E2-9B6705949B07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F408AE9-D156-4D1C-95E2-9B6705949B07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F408AE9-D156-4D1C-95E2-9B6705949B07}.Release|Any CPU.Build.0 = Release|Any CPU
{0457804C-BDDA-45F6-9D85-7894BE4A9466}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0457804C-BDDA-45F6-9D85-7894BE4A9466}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0457804C-BDDA-45F6-9D85-7894BE4A9466}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0457804C-BDDA-45F6-9D85-7894BE4A9466}.Release|Any CPU.Build.0 = Release|Any CPU
{1395B21C-574D-458B-8CEB-8D111A456471}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1395B21C-574D-458B-8CEB-8D111A456471}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1395B21C-574D-458B-8CEB-8D111A456471}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1395B21C-574D-458B-8CEB-8D111A456471}.Release|Any CPU.Build.0 = Release|Any CPU
{750BA618-F9EF-4DCC-B6EC-62E207D4BFBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{750BA618-F9EF-4DCC-B6EC-62E207D4BFBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{750BA618-F9EF-4DCC-B6EC-62E207D4BFBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{750BA618-F9EF-4DCC-B6EC-62E207D4BFBA}.Release|Any CPU.Build.0 = Release|Any CPU
{B83803B6-9C66-4778-9A36-63F60D01776B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B83803B6-9C66-4778-9A36-63F60D01776B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B83803B6-9C66-4778-9A36-63F60D01776B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B83803B6-9C66-4778-9A36-63F60D01776B}.Release|Any CPU.Build.0 = Release|Any CPU
{E98094F5-A7C8-424C-BECD-05B49BF36185}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E98094F5-A7C8-424C-BECD-05B49BF36185}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E98094F5-A7C8-424C-BECD-05B49BF36185}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E98094F5-A7C8-424C-BECD-05B49BF36185}.Release|Any CPU.Build.0 = Release|Any CPU
{36A3A0E4-A95F-4499-AD8D-9CA0EF83E0E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36A3A0E4-A95F-4499-AD8D-9CA0EF83E0E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36A3A0E4-A95F-4499-AD8D-9CA0EF83E0E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36A3A0E4-A95F-4499-AD8D-9CA0EF83E0E1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C4190A2A-C62E-4BB2-9384-F62847D82D77} = {EFF4A179-C4F6-42C3-BC01-555A026678D1}
{7F408AE9-D156-4D1C-95E2-9B6705949B07} = {EFF4A179-C4F6-42C3-BC01-555A026678D1}
{0457804C-BDDA-45F6-9D85-7894BE4A9466} = {EFF4A179-C4F6-42C3-BC01-555A026678D1}
{1395B21C-574D-458B-8CEB-8D111A456471} = {EFF4A179-C4F6-42C3-BC01-555A026678D1}
{750BA618-F9EF-4DCC-B6EC-62E207D4BFBA} = {EFF4A179-C4F6-42C3-BC01-555A026678D1}
{B83803B6-9C66-4778-9A36-63F60D01776B} = {EFF4A179-C4F6-42C3-BC01-555A026678D1}
{E98094F5-A7C8-424C-BECD-05B49BF36185} = {3D996933-0CC8-4653-B4D0-793425E20EF3}
{36A3A0E4-A95F-4499-AD8D-9CA0EF83E0E1} = {3D996933-0CC8-4653-B4D0-793425E20EF3}
EndGlobalSection
EndGlobal
18 changes: 8 additions & 10 deletions GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
// Allgemeine Informationen über eine Assembly werden über folgende
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
// die einer Assembly zugeordnet sind.
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
#if DEBUG
[assembly: AssemblyConfiguration("Debug")]
#else
[assembly: AssemblyConfiguration("Release")]
#endif
[assembly: AssemblyCompany("Fubar Development Junker, RestSharp.Portable community and others")]
[assembly: AssemblyCopyright("Copyright © RestSharp.Portable project 2013-2016")]
[assembly: AssemblyTrademark("")]
Expand All @@ -24,31 +27,26 @@
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
// durch Einsatz von '*', wie in nachfolgendem Beispiel:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.2.0")]
[assembly: AssemblyFileVersion("3.2.0")]
[assembly: AssemblyInformationalVersion("3.2.0")]

[assembly: InternalsVisibleTo("RestSharp.Portable.OAuth, PublicKey=" +
[assembly: InternalsVisibleTo("FubarCoder.RestSharp.Portable.OAuth1, PublicKey=" +
"00240000048000009400000006020000002400005253413100040000010001000f8415df6f1232" +
"a8e57ec65d511e606ce7ecdd04e8dfeff5518e27ad449b9ccce658c1b0dc5e73e86626540b7a1e" +
"c3c2f9e69f37db4626ad2207a4b4c5c3bf064d2a7c7766961b5f55d16d4082753d0c4be118e658" +
"9bb2ee7a911ad43721beea1f034c3d8a87c97f5de3e575cc0db2db79d396e69eeef2461ff8615f" +
"48df7bba")]

[assembly: InternalsVisibleTo("RestSharp.Portable.OAuth1.Tests, PublicKey=" +
[assembly: InternalsVisibleTo("FubarCoder.RestSharp.Portable.OAuth1.Tests, PublicKey=" +
"00240000048000009400000006020000002400005253413100040000010001000f8415df6f1232" +
"a8e57ec65d511e606ce7ecdd04e8dfeff5518e27ad449b9ccce658c1b0dc5e73e86626540b7a1e" +
"c3c2f9e69f37db4626ad2207a4b4c5c3bf064d2a7c7766961b5f55d16d4082753d0c4be118e658" +
"9bb2ee7a911ad43721beea1f034c3d8a87c97f5de3e575cc0db2db79d396e69eeef2461ff8615f" +
"48df7bba")]

[assembly: InternalsVisibleTo("RestSharp.Portable.Test, PublicKey=" +
[assembly: InternalsVisibleTo("FubarCoder.RestSharp.Portable.Tests, PublicKey=" +
"00240000048000009400000006020000002400005253413100040000010001000f8415df6f1232" +
"a8e57ec65d511e606ce7ecdd04e8dfeff5518e27ad449b9ccce658c1b0dc5e73e86626540b7a1e" +
"c3c2f9e69f37db4626ad2207a4b4c5c3bf064d2a7c7766961b5f55d16d4082753d0c4be118e658" +
"9bb2ee7a911ad43721beea1f034c3d8a87c97f5de3e575cc0db2db79d396e69eeef2461ff8615f" +
"48df7bba")]

#if !NOT_CLS_COMPLIANT
[assembly: CLSCompliant(true)]
#endif
Loading

0 comments on commit c6ea020

Please sign in to comment.