diff --git a/README.md b/README.md
index 11d338f38..920375f46 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
-# OpenStack.NET
+# OpenStack.NET - Unsupported
-Need Help? Email us at [sdk-support@rackspace.com](mailto:sdk-support@rackspace.com).
+**This project is in-between maintainers.** Interested? Contact sdk-support@rackspace.com.
+[](https://www.myget.org/)
[](https://gitter.im/openstacknetsdk/openstack.net?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
OpenStack.NET is an OpenStack .NET SDK, written for the Microsoft .NET platform, is designed to enable developers to seamlessly work with
diff --git a/build.cmd b/build.cmd
index 468a85e74..1109b35c4 100644
--- a/build.cmd
+++ b/build.cmd
@@ -7,7 +7,9 @@ IF "%1"=="help" ( GOTO :help )
:parse
IF NOT "%1"=="" (
- IF /I "%1"=="/Configuration" (
+ IF /I "%1"=="/Version" (
+ SET VersionArg=/p:Version=%2
+ ) ELSE IF /I "%1"=="/Configuration" (
SET ConfigArg=/p:Configuration=%2
) ELSE (
SET TargetArg=/t:%1
@@ -33,7 +35,7 @@ if not defined VisualStudioVersion (
)
:build
-msbuild build\build.proj %TargetArg% %ConfigArg% /nologo
+msbuild build\build.proj %TargetArg% %ConfigArg% %VersionArg% /nologo
exit /b %ERRORLEVEL%
:help
diff --git a/build/build.proj b/build/build.proj
index 42c5ad157..602a6b129 100644
--- a/build/build.proj
+++ b/build/build.proj
@@ -3,10 +3,7 @@
Debug
-
- $(bamboo_GitVersion_NuGetVersion)
- 0.0.0-dev
-
+ 0.0.0-dev
2.66.9
$(MSBuildThisFileDirectory.Replace('build\','.paket'))\paket.bootstrapper.exe
$(MSBuildThisFileDirectory.Replace('build\','.paket'))\paket.exe
@@ -24,9 +21,10 @@
-
-
+
+
+
@@ -61,13 +59,13 @@
-
-
+
+
-
+
-
+
-
+
- ..\..\..\packages\Newtonsoft.Json\lib\net35\Newtonsoft.Json.dll
+ ..\..\..\packages\Newtonsoft.Json\lib\net20\Newtonsoft.Json.dll
True
True
-
+
- ..\..\..\packages\Newtonsoft.Json\lib\net20\Newtonsoft.Json.dll
+ ..\..\..\packages\Newtonsoft.Json\lib\net35\Newtonsoft.Json.dll
True
True
-
+
..\..\..\packages\Newtonsoft.Json\lib\net40\Newtonsoft.Json.dll
@@ -109,7 +109,7 @@
-
+
..\..\..\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll
@@ -118,16 +118,16 @@
-
+
- ..\..\..\packages\Newtonsoft.Json\lib\portable-net45+wp80+win8+wpa81+dnxcore50\Newtonsoft.Json.dll
+ ..\..\..\packages\Newtonsoft.Json\lib\netcore45\Newtonsoft.Json.dll
True
True
-
+
..\..\..\packages\Newtonsoft.Json\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll
@@ -136,6 +136,15 @@
+
+
+
+ ..\..\..\packages\Newtonsoft.Json\lib\portable-net45+wp80+win8+wpa81+aspnetcore50\Newtonsoft.Json.dll
+ True
+ True
+
+
+
@@ -147,7 +156,7 @@
-
+
..\..\..\packages\SimpleRESTServices\lib\net40\SimpleRESTServices.dll
diff --git a/src/Samples/FSharpCodeSamples/app.config b/src/Samples/FSharpCodeSamples/app.config
index 0ed82eae5..a38c807f2 100644
--- a/src/Samples/FSharpCodeSamples/app.config
+++ b/src/Samples/FSharpCodeSamples/app.config
@@ -5,6 +5,6 @@
True
-
+
\ No newline at end of file
diff --git a/src/corelib/Compute/v2_1/Image.cs b/src/corelib/Compute/v2_1/Image.cs
index 8872d330c..c0c2bcee6 100644
--- a/src/corelib/Compute/v2_1/Image.cs
+++ b/src/corelib/Compute/v2_1/Image.cs
@@ -40,19 +40,19 @@ public Image()
/// The minimum disk size in GB that is required to boot the image.
///
[JsonProperty("minDisk")]
- public int MinimumDiskSize { get; set; }
+ public Int64 MinimumDiskSize { get; set; }
///
/// The minimum amount of RAM in MB that is required to boot the image.
///
[JsonProperty("minRam")]
- public int MinimumMemorySize { get; set; }
+ public Int64 MinimumMemorySize { get; set; }
///
/// The size of the image data, in bytes.
///
[JsonProperty("OS-EXT-IMG-SIZE:size")]
- public int? Size { get; set; }
+ public Int64? Size { get; set; }
///
/// The build completion progress, as a percentage.
@@ -111,7 +111,7 @@ public ImageType Type
{
return WaitForStatus(ImageStatus.Active, refreshDelay, timeout, progress, cancellationToken);
}
-
+
///
/// When this instance was not constructed by the , as it is missing the appropriate internal state to execute service calls.
public override async Task WaitUntilDeletedAsync(TimeSpan? refreshDelay = null, TimeSpan? timeout = null, IProgress progress = null, CancellationToken cancellationToken = default(CancellationToken))
diff --git a/src/corelib/OpenStack.csproj b/src/corelib/OpenStack.csproj
index ac7cb0f39..557b01642 100644
--- a/src/corelib/OpenStack.csproj
+++ b/src/corelib/OpenStack.csproj
@@ -883,7 +883,7 @@
-->
-
+
..\..\packages\Flurl.Http.Signed\lib\net45\Flurl.Http.dll
@@ -903,7 +903,7 @@
-
+
..\..\packages\Flurl.Signed\lib\portable-net40+sl50+win+wpa81+wp80+MonoAndroid10+MonoTouch10\Flurl.dll
@@ -919,7 +919,7 @@
-
+
..\..\packages\Marvin.JsonPatch.Signed\lib\portable-net40+win+wpa81\Marvin.JsonPatch.dll
@@ -930,39 +930,39 @@
-
+
- ..\..\packages\Microsoft.Bcl\lib\portable-net40+sl5+win8+wp8+wpa81\System.IO.dll
+ ..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8\System.IO.dll
True
True
- ..\..\packages\Microsoft.Bcl\lib\portable-net40+sl5+win8+wp8+wpa81\System.Runtime.dll
+ ..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8\System.Runtime.dll
True
True
- ..\..\packages\Microsoft.Bcl\lib\portable-net40+sl5+win8+wp8+wpa81\System.Threading.Tasks.dll
+ ..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8\System.Threading.Tasks.dll
True
True
-
+
- ..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8\System.IO.dll
+ ..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8+wp71+wpa81\System.IO.dll
True
True
- ..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8\System.Runtime.dll
+ ..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8+wp71+wpa81\System.Runtime.dll
True
True
- ..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8\System.Threading.Tasks.dll
+ ..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8+wp71+wpa81\System.Threading.Tasks.dll
True
True
@@ -987,39 +987,39 @@
-
+
- ..\..\packages\Microsoft.Bcl\lib\portable-net40+win8\System.IO.dll
+ ..\..\packages\Microsoft.Bcl\lib\portable-net40+sl5+win8+wp8+wpa81\System.IO.dll
True
True
- ..\..\packages\Microsoft.Bcl\lib\portable-net40+win8\System.Runtime.dll
+ ..\..\packages\Microsoft.Bcl\lib\portable-net40+sl5+win8+wp8+wpa81\System.Runtime.dll
True
True
- ..\..\packages\Microsoft.Bcl\lib\portable-net40+win8\System.Threading.Tasks.dll
+ ..\..\packages\Microsoft.Bcl\lib\portable-net40+sl5+win8+wp8+wpa81\System.Threading.Tasks.dll
True
True
-
+
- ..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8+wp71+wpa81\System.IO.dll
+ ..\..\packages\Microsoft.Bcl\lib\portable-net40+win8\System.IO.dll
True
True
- ..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8+wp71+wpa81\System.Runtime.dll
+ ..\..\packages\Microsoft.Bcl\lib\portable-net40+win8\System.Runtime.dll
True
True
- ..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8+wp71+wpa81\System.Threading.Tasks.dll
+ ..\..\packages\Microsoft.Bcl\lib\portable-net40+win8\System.Threading.Tasks.dll
True
True
@@ -1048,13 +1048,13 @@
-
- ..\..\packages\Microsoft.Bcl.Async\lib\portable-net40+sl4+win8+wp71+wpa81\Microsoft.Threading.Tasks.Extensions.dll
+
+ ..\..\packages\Microsoft.Bcl.Async\lib\portable-net40+sl4+win8+wp71+wpa81\Microsoft.Threading.Tasks.dll
True
True
-
- ..\..\packages\Microsoft.Bcl.Async\lib\portable-net40+sl4+win8+wp71+wpa81\Microsoft.Threading.Tasks.dll
+
+ ..\..\packages\Microsoft.Bcl.Async\lib\portable-net40+sl4+win8+wp71+wpa81\Microsoft.Threading.Tasks.Extensions.dll
True
True
@@ -1062,13 +1062,13 @@
-
- ..\..\packages\Microsoft.Bcl.Async\lib\portable-net45+win8+wp8+wpa81\Microsoft.Threading.Tasks.Extensions.dll
+
+ ..\..\packages\Microsoft.Bcl.Async\lib\portable-net45+win8+wp8+wpa81\Microsoft.Threading.Tasks.dll
True
True
-
- ..\..\packages\Microsoft.Bcl.Async\lib\portable-net45+win8+wp8+wpa81\Microsoft.Threading.Tasks.dll
+
+ ..\..\packages\Microsoft.Bcl.Async\lib\portable-net45+win8+wp8+wpa81\Microsoft.Threading.Tasks.Extensions.dll
True
True
@@ -1076,13 +1076,13 @@
-
- ..\..\packages\Microsoft.Bcl.Async\lib\portable-net45+win8+wpa81\Microsoft.Threading.Tasks.Extensions.dll
+
+ ..\..\packages\Microsoft.Bcl.Async\lib\portable-net45+win8+wpa81\Microsoft.Threading.Tasks.dll
True
True
-
- ..\..\packages\Microsoft.Bcl.Async\lib\portable-net45+win8+wpa81\Microsoft.Threading.Tasks.dll
+
+ ..\..\packages\Microsoft.Bcl.Async\lib\portable-net45+win8+wpa81\Microsoft.Threading.Tasks.Extensions.dll
True
True
@@ -1104,29 +1104,29 @@
-
+
- ..\..\packages\Microsoft.Net.Http\lib\portable-net45+win8+wpa81\System.Net.Http.Extensions.dll
+ ..\..\packages\Microsoft.Net.Http\lib\portable-net45+win8\System.Net.Http.Extensions.dll
True
True
- ..\..\packages\Microsoft.Net.Http\lib\portable-net45+win8+wpa81\System.Net.Http.Primitives.dll
+ ..\..\packages\Microsoft.Net.Http\lib\portable-net45+win8\System.Net.Http.Primitives.dll
True
True
-
+
- ..\..\packages\Microsoft.Net.Http\lib\portable-net45+win8\System.Net.Http.Extensions.dll
+ ..\..\packages\Microsoft.Net.Http\lib\portable-net45+win8+wpa81\System.Net.Http.Extensions.dll
True
True
- ..\..\packages\Microsoft.Net.Http\lib\portable-net45+win8\System.Net.Http.Primitives.dll
+ ..\..\packages\Microsoft.Net.Http\lib\portable-net45+win8+wpa81\System.Net.Http.Primitives.dll
True
True
@@ -1134,25 +1134,25 @@
-
+
- ..\..\packages\Newtonsoft.Json\lib\net35\Newtonsoft.Json.dll
+ ..\..\packages\Newtonsoft.Json\lib\net20\Newtonsoft.Json.dll
True
True
-
+
- ..\..\packages\Newtonsoft.Json\lib\net20\Newtonsoft.Json.dll
+ ..\..\packages\Newtonsoft.Json\lib\net35\Newtonsoft.Json.dll
True
True
-
+
..\..\packages\Newtonsoft.Json\lib\net40\Newtonsoft.Json.dll
@@ -1161,7 +1161,7 @@
-
+
..\..\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll
@@ -1170,16 +1170,16 @@
-
+
- ..\..\packages\Newtonsoft.Json\lib\portable-net45+wp80+win8+wpa81+dnxcore50\Newtonsoft.Json.dll
+ ..\..\packages\Newtonsoft.Json\lib\netcore45\Newtonsoft.Json.dll
True
True
-
+
..\..\packages\Newtonsoft.Json\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll
@@ -1188,31 +1188,26 @@
-
-
-
+
-
- ..\..\packages\PCLStorage\lib\portable-win8+wpa81\PCLStorage.Abstractions.dll
- True
- True
-
-
- ..\..\packages\PCLStorage\lib\portable-win8+wpa81\PCLStorage.dll
+
+ ..\..\packages\Newtonsoft.Json\lib\portable-net45+wp80+win8+wpa81+aspnetcore50\Newtonsoft.Json.dll
True
True
+
+
-
- ..\..\packages\PCLStorage\lib\portable-net45+sl5+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac\PCLStorage.Abstractions.dll
+
+ ..\..\packages\PCLStorage\lib\portable-net45+sl5+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac\PCLStorage.dll
True
True
-
- ..\..\packages\PCLStorage\lib\portable-net45+sl5+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac\PCLStorage.dll
+
+ ..\..\packages\PCLStorage\lib\portable-net45+sl5+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac\PCLStorage.Abstractions.dll
True
True
@@ -1220,13 +1215,27 @@
+
+ ..\..\packages\PCLStorage\lib\portable-net45+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac\PCLStorage.dll
+ True
+ True
+
..\..\packages\PCLStorage\lib\portable-net45+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac\PCLStorage.Abstractions.dll
True
True
+
+
+
+
- ..\..\packages\PCLStorage\lib\portable-net45+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac\PCLStorage.dll
+ ..\..\packages\PCLStorage\lib\portable-win8+wpa81\PCLStorage.dll
+ True
+ True
+
+
+ ..\..\packages\PCLStorage\lib\portable-win8+wpa81\PCLStorage.Abstractions.dll
True
True
@@ -1243,7 +1252,7 @@
-
+
..\..\packages\SimpleRESTServices\lib\net40\SimpleRESTServices.dll
diff --git a/src/corelib/app.config b/src/corelib/app.config
index 93e946be6..19027a646 100644
--- a/src/corelib/app.config
+++ b/src/corelib/app.config
@@ -5,6 +5,6 @@
True
-
+
diff --git a/src/corelib/corelib.nuspec b/src/corelib/corelib.nuspec
index ca0bf9fc5..1d2b63994 100644
--- a/src/corelib/corelib.nuspec
+++ b/src/corelib/corelib.nuspec
@@ -15,7 +15,7 @@
openstack
-
+
diff --git a/src/testing/integration/App.config b/src/testing/integration/App.config
index 5c1fe4591..4919419b5 100644
--- a/src/testing/integration/App.config
+++ b/src/testing/integration/App.config
@@ -11,6 +11,6 @@
True
-
+
\ No newline at end of file
diff --git a/src/testing/integration/OpenStack.IntegrationTests.csproj b/src/testing/integration/OpenStack.IntegrationTests.csproj
index 70fddbb33..7c9882a98 100644
--- a/src/testing/integration/OpenStack.IntegrationTests.csproj
+++ b/src/testing/integration/OpenStack.IntegrationTests.csproj
@@ -107,31 +107,42 @@
-
+
- <__paket__xunit_runner_visualstudio_props>win81\xunit.runner.visualstudio
- <__paket__xunit_runner_visualstudio_targets>win81\xunit.runner.visualstudio
+ <__paket__xunit_runner_visualstudio_props>net20\xunit.runner.visualstudio
-
+
- <__paket__xunit_runner_visualstudio_props>net20\xunit.runner.visualstudio
+ <__paket__xunit_runner_visualstudio_props>portable-net45+win8+wp8+wpa81\xunit.runner.visualstudio
-
+
- <__paket__xunit_runner_visualstudio_props>wpa81\xunit.runner.visualstudio
- <__paket__xunit_runner_visualstudio_targets>wpa81\xunit.runner.visualstudio
+ <__paket__xunit_runner_visualstudio_props>uap10.0\xunit.runner.visualstudio
+ <__paket__xunit_runner_visualstudio_targets>uap10.0\xunit.runner.visualstudio
-
+
- <__paket__xunit_runner_visualstudio_props>portable-net45+win8+wp8+wpa81\xunit.runner.visualstudio
+ <__paket__xunit_runner_visualstudio_props>win81\xunit.runner.visualstudio
+ <__paket__xunit_runner_visualstudio_targets>win81\xunit.runner.visualstudio
+
+
+
+
+ <__paket__xunit_runner_visualstudio_props>wpa81\xunit.runner.visualstudio
+ <__paket__xunit_runner_visualstudio_targets>wpa81\xunit.runner.visualstudio
+
+
+ <__paket__xunit_core_props>portable-net45+win8+wp8+wpa81\xunit.core
+
+
<__paket__xunit_core_props>win81\xunit.core
@@ -142,11 +153,6 @@
<__paket__xunit_core_props>wpa81\xunit.core
-
-
- <__paket__xunit_core_props>portable-net45+win8+wp8+wpa81\xunit.core
-
-
-
+
..\..\..\packages\Flurl.Http.Signed\lib\net45\Flurl.Http.dll
@@ -178,7 +184,7 @@
-
+
..\..\..\packages\Flurl.Signed\lib\portable-net40+sl50+win+wpa81+wp80+MonoAndroid10+MonoTouch10\Flurl.dll
@@ -189,7 +195,7 @@
-
+
..\..\..\packages\Marvin.JsonPatch.Signed\lib\portable-net40+win+wpa81\Marvin.JsonPatch.dll
@@ -200,39 +206,39 @@
-
+
- ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl5+win8+wp8+wpa81\System.IO.dll
+ ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8\System.IO.dll
True
True
- ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl5+win8+wp8+wpa81\System.Runtime.dll
+ ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8\System.Runtime.dll
True
True
- ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl5+win8+wp8+wpa81\System.Threading.Tasks.dll
+ ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8\System.Threading.Tasks.dll
True
True
-
+
- ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8\System.IO.dll
+ ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8+wp71+wpa81\System.IO.dll
True
True
- ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8\System.Runtime.dll
+ ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8+wp71+wpa81\System.Runtime.dll
True
True
- ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8\System.Threading.Tasks.dll
+ ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8+wp71+wpa81\System.Threading.Tasks.dll
True
True
@@ -257,39 +263,39 @@
-
+
- ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+win8\System.IO.dll
+ ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl5+win8+wp8+wpa81\System.IO.dll
True
True
- ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+win8\System.Runtime.dll
+ ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl5+win8+wp8+wpa81\System.Runtime.dll
True
True
- ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+win8\System.Threading.Tasks.dll
+ ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl5+win8+wp8+wpa81\System.Threading.Tasks.dll
True
True
-
+
- ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8+wp71+wpa81\System.IO.dll
+ ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+win8\System.IO.dll
True
True
- ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8+wp71+wpa81\System.Runtime.dll
+ ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+win8\System.Runtime.dll
True
True
- ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8+wp71+wpa81\System.Threading.Tasks.dll
+ ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+win8\System.Threading.Tasks.dll
True
True
@@ -318,13 +324,13 @@
-
- ..\..\..\packages\Microsoft.Bcl.Async\lib\portable-net40+sl4+win8+wp71+wpa81\Microsoft.Threading.Tasks.Extensions.dll
+
+ ..\..\..\packages\Microsoft.Bcl.Async\lib\portable-net40+sl4+win8+wp71+wpa81\Microsoft.Threading.Tasks.dll
True
True
-
- ..\..\..\packages\Microsoft.Bcl.Async\lib\portable-net40+sl4+win8+wp71+wpa81\Microsoft.Threading.Tasks.dll
+
+ ..\..\..\packages\Microsoft.Bcl.Async\lib\portable-net40+sl4+win8+wp71+wpa81\Microsoft.Threading.Tasks.Extensions.dll
True
True
@@ -332,13 +338,13 @@
-
- ..\..\..\packages\Microsoft.Bcl.Async\lib\portable-net45+win8+wp8+wpa81\Microsoft.Threading.Tasks.Extensions.dll
+
+ ..\..\..\packages\Microsoft.Bcl.Async\lib\portable-net45+win8+wp8+wpa81\Microsoft.Threading.Tasks.dll
True
True
-
- ..\..\..\packages\Microsoft.Bcl.Async\lib\portable-net45+win8+wp8+wpa81\Microsoft.Threading.Tasks.dll
+
+ ..\..\..\packages\Microsoft.Bcl.Async\lib\portable-net45+win8+wp8+wpa81\Microsoft.Threading.Tasks.Extensions.dll
True
True
@@ -346,13 +352,13 @@
-
- ..\..\..\packages\Microsoft.Bcl.Async\lib\portable-net45+win8+wpa81\Microsoft.Threading.Tasks.Extensions.dll
+
+ ..\..\..\packages\Microsoft.Bcl.Async\lib\portable-net45+win8+wpa81\Microsoft.Threading.Tasks.dll
True
True
-
- ..\..\..\packages\Microsoft.Bcl.Async\lib\portable-net45+win8+wpa81\Microsoft.Threading.Tasks.dll
+
+ ..\..\..\packages\Microsoft.Bcl.Async\lib\portable-net45+win8+wpa81\Microsoft.Threading.Tasks.Extensions.dll
True
True
@@ -374,29 +380,29 @@
-
+
- ..\..\..\packages\Microsoft.Net.Http\lib\portable-net45+win8+wpa81\System.Net.Http.Extensions.dll
+ ..\..\..\packages\Microsoft.Net.Http\lib\portable-net45+win8\System.Net.Http.Extensions.dll
True
True
- ..\..\..\packages\Microsoft.Net.Http\lib\portable-net45+win8+wpa81\System.Net.Http.Primitives.dll
+ ..\..\..\packages\Microsoft.Net.Http\lib\portable-net45+win8\System.Net.Http.Primitives.dll
True
True
-
+
- ..\..\..\packages\Microsoft.Net.Http\lib\portable-net45+win8\System.Net.Http.Extensions.dll
+ ..\..\..\packages\Microsoft.Net.Http\lib\portable-net45+win8+wpa81\System.Net.Http.Extensions.dll
True
True
- ..\..\..\packages\Microsoft.Net.Http\lib\portable-net45+win8\System.Net.Http.Primitives.dll
+ ..\..\..\packages\Microsoft.Net.Http\lib\portable-net45+win8+wpa81\System.Net.Http.Primitives.dll
True
True
@@ -413,7 +419,7 @@
-
+
..\..\..\packages\Moq\lib\net40\Moq.dll
@@ -433,25 +439,25 @@
-
+
- ..\..\..\packages\Newtonsoft.Json\lib\net35\Newtonsoft.Json.dll
+ ..\..\..\packages\Newtonsoft.Json\lib\net20\Newtonsoft.Json.dll
True
True
-
+
- ..\..\..\packages\Newtonsoft.Json\lib\net20\Newtonsoft.Json.dll
+ ..\..\..\packages\Newtonsoft.Json\lib\net35\Newtonsoft.Json.dll
True
True
-
+
..\..\..\packages\Newtonsoft.Json\lib\net40\Newtonsoft.Json.dll
@@ -460,7 +466,7 @@
-
+
..\..\..\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll
@@ -469,16 +475,16 @@
-
+
- ..\..\..\packages\Newtonsoft.Json\lib\portable-net45+wp80+win8+wpa81+dnxcore50\Newtonsoft.Json.dll
+ ..\..\..\packages\Newtonsoft.Json\lib\netcore45\Newtonsoft.Json.dll
True
True
-
+
..\..\..\packages\Newtonsoft.Json\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll
@@ -487,31 +493,26 @@
-
-
-
+
-
- ..\..\..\packages\PCLStorage\lib\portable-win8+wpa81\PCLStorage.Abstractions.dll
- True
- True
-
-
- ..\..\..\packages\PCLStorage\lib\portable-win8+wpa81\PCLStorage.dll
+
+ ..\..\..\packages\Newtonsoft.Json\lib\portable-net45+wp80+win8+wpa81+aspnetcore50\Newtonsoft.Json.dll
True
True
+
+
-
- ..\..\..\packages\PCLStorage\lib\portable-net45+sl5+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac\PCLStorage.Abstractions.dll
+
+ ..\..\..\packages\PCLStorage\lib\portable-net45+sl5+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac\PCLStorage.dll
True
True
-
- ..\..\..\packages\PCLStorage\lib\portable-net45+sl5+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac\PCLStorage.dll
+
+ ..\..\..\packages\PCLStorage\lib\portable-net45+sl5+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac\PCLStorage.Abstractions.dll
True
True
@@ -519,13 +520,27 @@
+
+ ..\..\..\packages\PCLStorage\lib\portable-net45+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac\PCLStorage.dll
+ True
+ True
+
..\..\..\packages\PCLStorage\lib\portable-net45+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac\PCLStorage.Abstractions.dll
True
True
+
+
+
+
- ..\..\..\packages\PCLStorage\lib\portable-net45+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac\PCLStorage.dll
+ ..\..\..\packages\PCLStorage\lib\portable-win8+wpa81\PCLStorage.dll
+ True
+ True
+
+
+ ..\..\..\packages\PCLStorage\lib\portable-win8+wpa81\PCLStorage.Abstractions.dll
True
True
@@ -542,7 +557,7 @@
-
+
..\..\..\packages\SharpZipLib\lib\20\ICSharpCode.SharpZipLib.dll
@@ -580,7 +595,7 @@
-
+
..\..\..\packages\SimpleRESTServices\lib\net40\SimpleRESTServices.dll
@@ -591,7 +606,7 @@
-
+
..\..\..\packages\xunit.abstractions\lib\net35\xunit.abstractions.dll
@@ -600,7 +615,7 @@
-
+
..\..\..\packages\xunit.abstractions\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.abstractions.dll
@@ -611,7 +626,7 @@
-
+
..\..\..\packages\xunit.assert\lib\portable-net45+win8+wp8+wpa81\xunit.assert.dll
@@ -622,7 +637,7 @@
-
+
..\..\..\packages\xunit.extensibility.core\lib\portable-net45+win8+wp8+wpa81\xunit.core.dll
@@ -633,16 +648,25 @@
-
+
- ..\..\..\packages\xunit.extensibility.execution\lib\win8\xunit.execution.dotnet.dll
+ ..\..\..\packages\xunit.extensibility.execution\lib\monoandroid\xunit.execution.dotnet.dll
+ True
+ True
+
+
+
+
+
+
+ ..\..\..\packages\xunit.extensibility.execution\lib\monotouch\xunit.execution.dotnet.dll
True
True
-
+
..\..\..\packages\xunit.extensibility.execution\lib\net45\xunit.execution.desktop.dll
@@ -651,19 +675,19 @@
-
+
- ..\..\..\packages\xunit.extensibility.execution\lib\monoandroid\xunit.execution.dotnet.dll
+ ..\..\..\packages\xunit.extensibility.execution\lib\portable-net45+win8+wp8+wpa81\xunit.execution.dotnet.dll
True
True
-
+
- ..\..\..\packages\xunit.extensibility.execution\lib\monotouch\xunit.execution.dotnet.dll
+ ..\..\..\packages\xunit.extensibility.execution\lib\win8\xunit.execution.dotnet.dll
True
True
@@ -696,15 +720,6 @@
-
-
-
- ..\..\..\packages\xunit.extensibility.execution\lib\portable-net45+win8+wp8+wpa81\xunit.execution.dotnet.dll
- True
- True
-
-
-
\ No newline at end of file
diff --git a/src/testing/unit/OpenStack.UnitTests.csproj b/src/testing/unit/OpenStack.UnitTests.csproj
index 0c774ebc3..88381c8e5 100644
--- a/src/testing/unit/OpenStack.UnitTests.csproj
+++ b/src/testing/unit/OpenStack.UnitTests.csproj
@@ -118,31 +118,42 @@
-
+
- <__paket__xunit_runner_visualstudio_props>win81\xunit.runner.visualstudio
- <__paket__xunit_runner_visualstudio_targets>win81\xunit.runner.visualstudio
+ <__paket__xunit_runner_visualstudio_props>net20\xunit.runner.visualstudio
-
+
- <__paket__xunit_runner_visualstudio_props>net20\xunit.runner.visualstudio
+ <__paket__xunit_runner_visualstudio_props>portable-net45+win8+wp8+wpa81\xunit.runner.visualstudio
-
+
- <__paket__xunit_runner_visualstudio_props>wpa81\xunit.runner.visualstudio
- <__paket__xunit_runner_visualstudio_targets>wpa81\xunit.runner.visualstudio
+ <__paket__xunit_runner_visualstudio_props>uap10.0\xunit.runner.visualstudio
+ <__paket__xunit_runner_visualstudio_targets>uap10.0\xunit.runner.visualstudio
-
+
- <__paket__xunit_runner_visualstudio_props>portable-net45+win8+wp8+wpa81\xunit.runner.visualstudio
+ <__paket__xunit_runner_visualstudio_props>win81\xunit.runner.visualstudio
+ <__paket__xunit_runner_visualstudio_targets>win81\xunit.runner.visualstudio
+
+
+
+
+ <__paket__xunit_runner_visualstudio_props>wpa81\xunit.runner.visualstudio
+ <__paket__xunit_runner_visualstudio_targets>wpa81\xunit.runner.visualstudio
+
+
+ <__paket__xunit_core_props>portable-net45+win8+wp8+wpa81\xunit.core
+
+
<__paket__xunit_core_props>win81\xunit.core
@@ -153,11 +164,6 @@
<__paket__xunit_core_props>wpa81\xunit.core
-
-
- <__paket__xunit_core_props>portable-net45+win8+wp8+wpa81\xunit.core
-
-
-
+
..\..\..\packages\Flurl.Http.Signed\lib\net45\Flurl.Http.dll
@@ -189,7 +195,7 @@
-
+
..\..\..\packages\Flurl.Signed\lib\portable-net40+sl50+win+wpa81+wp80+MonoAndroid10+MonoTouch10\Flurl.dll
@@ -200,7 +206,7 @@
-
+
..\..\..\packages\Marvin.JsonPatch.Signed\lib\portable-net40+win+wpa81\Marvin.JsonPatch.dll
@@ -211,39 +217,39 @@
-
+
- ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl5+win8+wp8+wpa81\System.IO.dll
+ ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8\System.IO.dll
True
True
- ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl5+win8+wp8+wpa81\System.Runtime.dll
+ ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8\System.Runtime.dll
True
True
- ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl5+win8+wp8+wpa81\System.Threading.Tasks.dll
+ ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8\System.Threading.Tasks.dll
True
True
-
+
- ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8\System.IO.dll
+ ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8+wp71+wpa81\System.IO.dll
True
True
- ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8\System.Runtime.dll
+ ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8+wp71+wpa81\System.Runtime.dll
True
True
- ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8\System.Threading.Tasks.dll
+ ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8+wp71+wpa81\System.Threading.Tasks.dll
True
True
@@ -268,39 +274,39 @@
-
+
- ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+win8\System.IO.dll
+ ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl5+win8+wp8+wpa81\System.IO.dll
True
True
- ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+win8\System.Runtime.dll
+ ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl5+win8+wp8+wpa81\System.Runtime.dll
True
True
- ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+win8\System.Threading.Tasks.dll
+ ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl5+win8+wp8+wpa81\System.Threading.Tasks.dll
True
True
-
+
- ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8+wp71+wpa81\System.IO.dll
+ ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+win8\System.IO.dll
True
True
- ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8+wp71+wpa81\System.Runtime.dll
+ ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+win8\System.Runtime.dll
True
True
- ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+sl4+win8+wp71+wpa81\System.Threading.Tasks.dll
+ ..\..\..\packages\Microsoft.Bcl\lib\portable-net40+win8\System.Threading.Tasks.dll
True
True
@@ -329,13 +335,13 @@
-
- ..\..\..\packages\Microsoft.Bcl.Async\lib\portable-net40+sl4+win8+wp71+wpa81\Microsoft.Threading.Tasks.Extensions.dll
+
+ ..\..\..\packages\Microsoft.Bcl.Async\lib\portable-net40+sl4+win8+wp71+wpa81\Microsoft.Threading.Tasks.dll
True
True
-
- ..\..\..\packages\Microsoft.Bcl.Async\lib\portable-net40+sl4+win8+wp71+wpa81\Microsoft.Threading.Tasks.dll
+
+ ..\..\..\packages\Microsoft.Bcl.Async\lib\portable-net40+sl4+win8+wp71+wpa81\Microsoft.Threading.Tasks.Extensions.dll
True
True
@@ -343,13 +349,13 @@
-
- ..\..\..\packages\Microsoft.Bcl.Async\lib\portable-net45+win8+wp8+wpa81\Microsoft.Threading.Tasks.Extensions.dll
+
+ ..\..\..\packages\Microsoft.Bcl.Async\lib\portable-net45+win8+wp8+wpa81\Microsoft.Threading.Tasks.dll
True
True
-
- ..\..\..\packages\Microsoft.Bcl.Async\lib\portable-net45+win8+wp8+wpa81\Microsoft.Threading.Tasks.dll
+
+ ..\..\..\packages\Microsoft.Bcl.Async\lib\portable-net45+win8+wp8+wpa81\Microsoft.Threading.Tasks.Extensions.dll
True
True
@@ -357,13 +363,13 @@
-
- ..\..\..\packages\Microsoft.Bcl.Async\lib\portable-net45+win8+wpa81\Microsoft.Threading.Tasks.Extensions.dll
+
+ ..\..\..\packages\Microsoft.Bcl.Async\lib\portable-net45+win8+wpa81\Microsoft.Threading.Tasks.dll
True
True
-
- ..\..\..\packages\Microsoft.Bcl.Async\lib\portable-net45+win8+wpa81\Microsoft.Threading.Tasks.dll
+
+ ..\..\..\packages\Microsoft.Bcl.Async\lib\portable-net45+win8+wpa81\Microsoft.Threading.Tasks.Extensions.dll
True
True
@@ -385,29 +391,29 @@
-
+
- ..\..\..\packages\Microsoft.Net.Http\lib\portable-net45+win8+wpa81\System.Net.Http.Extensions.dll
+ ..\..\..\packages\Microsoft.Net.Http\lib\portable-net45+win8\System.Net.Http.Extensions.dll
True
True
- ..\..\..\packages\Microsoft.Net.Http\lib\portable-net45+win8+wpa81\System.Net.Http.Primitives.dll
+ ..\..\..\packages\Microsoft.Net.Http\lib\portable-net45+win8\System.Net.Http.Primitives.dll
True
True
-
+
- ..\..\..\packages\Microsoft.Net.Http\lib\portable-net45+win8\System.Net.Http.Extensions.dll
+ ..\..\..\packages\Microsoft.Net.Http\lib\portable-net45+win8+wpa81\System.Net.Http.Extensions.dll
True
True
- ..\..\..\packages\Microsoft.Net.Http\lib\portable-net45+win8\System.Net.Http.Primitives.dll
+ ..\..\..\packages\Microsoft.Net.Http\lib\portable-net45+win8+wpa81\System.Net.Http.Primitives.dll
True
True
@@ -424,7 +430,7 @@
-
+
..\..\..\packages\Moq\lib\net40\Moq.dll
@@ -444,25 +450,25 @@
-
+
- ..\..\..\packages\Newtonsoft.Json\lib\net35\Newtonsoft.Json.dll
+ ..\..\..\packages\Newtonsoft.Json\lib\net20\Newtonsoft.Json.dll
True
True
-
+
- ..\..\..\packages\Newtonsoft.Json\lib\net20\Newtonsoft.Json.dll
+ ..\..\..\packages\Newtonsoft.Json\lib\net35\Newtonsoft.Json.dll
True
True
-
+
..\..\..\packages\Newtonsoft.Json\lib\net40\Newtonsoft.Json.dll
@@ -471,7 +477,7 @@
-
+
..\..\..\packages\Newtonsoft.Json\lib\net45\Newtonsoft.Json.dll
@@ -480,16 +486,16 @@
-
+
- ..\..\..\packages\Newtonsoft.Json\lib\portable-net45+wp80+win8+wpa81+dnxcore50\Newtonsoft.Json.dll
+ ..\..\..\packages\Newtonsoft.Json\lib\netcore45\Newtonsoft.Json.dll
True
True
-
+
..\..\..\packages\Newtonsoft.Json\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll
@@ -498,31 +504,26 @@
-
-
-
+
-
- ..\..\..\packages\PCLStorage\lib\portable-win8+wpa81\PCLStorage.Abstractions.dll
- True
- True
-
-
- ..\..\..\packages\PCLStorage\lib\portable-win8+wpa81\PCLStorage.dll
+
+ ..\..\..\packages\Newtonsoft.Json\lib\portable-net45+wp80+win8+wpa81+aspnetcore50\Newtonsoft.Json.dll
True
True
+
+
-
- ..\..\..\packages\PCLStorage\lib\portable-net45+sl5+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac\PCLStorage.Abstractions.dll
+
+ ..\..\..\packages\PCLStorage\lib\portable-net45+sl5+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac\PCLStorage.dll
True
True
-
- ..\..\..\packages\PCLStorage\lib\portable-net45+sl5+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac\PCLStorage.dll
+
+ ..\..\..\packages\PCLStorage\lib\portable-net45+sl5+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac\PCLStorage.Abstractions.dll
True
True
@@ -530,13 +531,27 @@
+
+ ..\..\..\packages\PCLStorage\lib\portable-net45+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac\PCLStorage.dll
+ True
+ True
+
..\..\..\packages\PCLStorage\lib\portable-net45+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac\PCLStorage.Abstractions.dll
True
True
+
+
+
+
- ..\..\..\packages\PCLStorage\lib\portable-net45+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac\PCLStorage.dll
+ ..\..\..\packages\PCLStorage\lib\portable-win8+wpa81\PCLStorage.dll
+ True
+ True
+
+
+ ..\..\..\packages\PCLStorage\lib\portable-win8+wpa81\PCLStorage.Abstractions.dll
True
True
@@ -553,7 +568,7 @@
-
+
..\..\..\packages\SimpleRESTServices\lib\net40\SimpleRESTServices.dll
@@ -564,7 +579,7 @@
-
+
..\..\..\packages\xunit.abstractions\lib\net35\xunit.abstractions.dll
@@ -573,7 +588,7 @@
-
+
..\..\..\packages\xunit.abstractions\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.abstractions.dll
@@ -584,7 +599,7 @@
-
+
..\..\..\packages\xunit.assert\lib\portable-net45+win8+wp8+wpa81\xunit.assert.dll
@@ -595,7 +610,7 @@
-
+
..\..\..\packages\xunit.extensibility.core\lib\portable-net45+win8+wp8+wpa81\xunit.core.dll
@@ -606,16 +621,25 @@
-
+
- ..\..\..\packages\xunit.extensibility.execution\lib\win8\xunit.execution.dotnet.dll
+ ..\..\..\packages\xunit.extensibility.execution\lib\monoandroid\xunit.execution.dotnet.dll
+ True
+ True
+
+
+
+
+
+
+ ..\..\..\packages\xunit.extensibility.execution\lib\monotouch\xunit.execution.dotnet.dll
True
True
-
+
..\..\..\packages\xunit.extensibility.execution\lib\net45\xunit.execution.desktop.dll
@@ -624,19 +648,19 @@
-
+
- ..\..\..\packages\xunit.extensibility.execution\lib\monoandroid\xunit.execution.dotnet.dll
+ ..\..\..\packages\xunit.extensibility.execution\lib\portable-net45+win8+wp8+wpa81\xunit.execution.dotnet.dll
True
True
-
+
- ..\..\..\packages\xunit.extensibility.execution\lib\monotouch\xunit.execution.dotnet.dll
+ ..\..\..\packages\xunit.extensibility.execution\lib\win8\xunit.execution.dotnet.dll
True
True
@@ -669,15 +693,6 @@
-
-
-
- ..\..\..\packages\xunit.extensibility.execution\lib\portable-net45+win8+wp8+wpa81\xunit.execution.dotnet.dll
- True
- True
-
-
-
\ No newline at end of file
diff --git a/src/testing/unit/app.config b/src/testing/unit/app.config
index 93e946be6..19027a646 100644
--- a/src/testing/unit/app.config
+++ b/src/testing/unit/app.config
@@ -5,6 +5,6 @@
True
-
+