From 3b8a6273e84aefd8104189ad6f7795bf9396b959 Mon Sep 17 00:00:00 2001 From: Larry Golding Date: Wed, 16 Mar 2016 15:49:59 -0700 Subject: [PATCH] ProcessWatchdog: Check for existence of procdump.exe --- src/Tools/ProcessWatchdog/Program.cs | 7 + .../ProcessWatchdog/Resources.Designer.cs | 9 + src/Tools/ProcessWatchdog/Resources.resx | 3 + src/Tools/ProcessWatchdog/project.lock.json | 249 ++++++++++-------- 4 files changed, 160 insertions(+), 108 deletions(-) diff --git a/src/Tools/ProcessWatchdog/Program.cs b/src/Tools/ProcessWatchdog/Program.cs index def871add44..eeb4576bc4c 100644 --- a/src/Tools/ProcessWatchdog/Program.cs +++ b/src/Tools/ProcessWatchdog/Program.cs @@ -3,6 +3,7 @@ using System; using System.Collections.Generic; using System.Diagnostics; +using System.IO; using System.Linq; using System.Reflection; using System.Threading; @@ -37,6 +38,12 @@ private int Run() return 1; } + if (!File.Exists(_options.ProcDumpPath)) + { + ConsoleUtils.LogError(Resources.ErrorProcDumpNotFound, _options.ProcDumpPath); + return 1; + } + var processStartInfo = new ProcessStartInfo { FileName = _options.Executable, diff --git a/src/Tools/ProcessWatchdog/Resources.Designer.cs b/src/Tools/ProcessWatchdog/Resources.Designer.cs index bfd1f6ad993..ed5a3bca704 100644 --- a/src/Tools/ProcessWatchdog/Resources.Designer.cs +++ b/src/Tools/ProcessWatchdog/Resources.Designer.cs @@ -123,6 +123,15 @@ internal class Resources { } } + /// + /// Looks up a localized string similar to The procdump executable {0} was not found.. + /// + internal static string ErrorProcDumpNotFound { + get { + return ResourceManager.GetString("ErrorProcDumpNotFound", resourceCulture); + } + } + /// /// Looks up a localized string similar to The process {0} ({1}) or one of its descendants exceeded the time limit of {2} seconds. This process and all its descendants will be terminated.. /// diff --git a/src/Tools/ProcessWatchdog/Resources.resx b/src/Tools/ProcessWatchdog/Resources.resx index 75f7c53ecf1..3c87ef63f27 100644 --- a/src/Tools/ProcessWatchdog/Resources.resx +++ b/src/Tools/ProcessWatchdog/Resources.resx @@ -138,6 +138,9 @@ The value {0} is not a valid time limit. Please specify the time limit as a positive number of seconds. + + The procdump executable {0} was not found. + The process {0} ({1}) or one of its descendants exceeded the time limit of {2} seconds. This process and all its descendants will be terminated. diff --git a/src/Tools/ProcessWatchdog/project.lock.json b/src/Tools/ProcessWatchdog/project.lock.json index 2f090ee1620..d5c68173032 100644 --- a/src/Tools/ProcessWatchdog/project.lock.json +++ b/src/Tools/ProcessWatchdog/project.lock.json @@ -1,9 +1,10 @@ { "locked": false, - "version": 1, + "version": 2, "targets": { ".NETFramework,Version=v4.5": { "CommandLineParser/2.0.273-beta": { + "type": "package", "compile": { "lib/net45/CommandLine.dll": {} }, @@ -12,6 +13,7 @@ } }, "System.Collections/4.0.0": { + "type": "package", "compile": { "ref/net45/_._": {} }, @@ -20,15 +22,16 @@ } }, "System.Collections.Immutable/1.1.37": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -38,6 +41,7 @@ } }, "System.Diagnostics.Debug/4.0.0": { + "type": "package", "compile": { "ref/net45/_._": {} }, @@ -46,6 +50,7 @@ } }, "System.Globalization/4.0.0": { + "type": "package", "compile": { "ref/net45/_._": {} }, @@ -54,6 +59,7 @@ } }, "System.Linq/4.0.0": { + "type": "package", "compile": { "ref/net45/_._": {} }, @@ -62,8 +68,9 @@ } }, "System.Reflection.Metadata/1.2.0-rc2-23826": { + "type": "package", "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { "lib/dotnet5.2/System.Reflection.Metadata.dll": {} @@ -73,6 +80,7 @@ } }, "System.Resources.ResourceManager/4.0.0": { + "type": "package", "compile": { "ref/net45/_._": {} }, @@ -81,6 +89,7 @@ } }, "System.Runtime/4.0.0": { + "type": "package", "compile": { "ref/net45/_._": {} }, @@ -89,6 +98,7 @@ } }, "System.Runtime.Extensions/4.0.0": { + "type": "package", "compile": { "ref/net45/_._": {} }, @@ -97,6 +107,7 @@ } }, "System.Threading/4.0.0": { + "type": "package", "compile": { "ref/net45/_._": {} }, @@ -107,6 +118,7 @@ }, ".NETFramework,Version=v4.5/win7": { "CommandLineParser/2.0.273-beta": { + "type": "package", "compile": { "lib/net45/CommandLine.dll": {} }, @@ -115,6 +127,7 @@ } }, "System.Collections/4.0.0": { + "type": "package", "compile": { "ref/net45/_._": {} }, @@ -123,15 +136,16 @@ } }, "System.Collections.Immutable/1.1.37": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -141,6 +155,7 @@ } }, "System.Diagnostics.Debug/4.0.0": { + "type": "package", "compile": { "ref/net45/_._": {} }, @@ -149,6 +164,7 @@ } }, "System.Globalization/4.0.0": { + "type": "package", "compile": { "ref/net45/_._": {} }, @@ -157,6 +173,7 @@ } }, "System.Linq/4.0.0": { + "type": "package", "compile": { "ref/net45/_._": {} }, @@ -165,8 +182,9 @@ } }, "System.Reflection.Metadata/1.2.0-rc2-23826": { + "type": "package", "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { "lib/dotnet5.2/System.Reflection.Metadata.dll": {} @@ -176,6 +194,7 @@ } }, "System.Resources.ResourceManager/4.0.0": { + "type": "package", "compile": { "ref/net45/_._": {} }, @@ -184,6 +203,7 @@ } }, "System.Runtime/4.0.0": { + "type": "package", "compile": { "ref/net45/_._": {} }, @@ -192,6 +212,7 @@ } }, "System.Runtime.Extensions/4.0.0": { + "type": "package", "compile": { "ref/net45/_._": {} }, @@ -200,6 +221,7 @@ } }, "System.Threading/4.0.0": { + "type": "package", "compile": { "ref/net45/_._": {} }, @@ -210,6 +232,7 @@ }, ".NETFramework,Version=v4.5/win7-anycpu": { "CommandLineParser/2.0.273-beta": { + "type": "package", "compile": { "lib/net45/CommandLine.dll": {} }, @@ -218,6 +241,7 @@ } }, "System.Collections/4.0.0": { + "type": "package", "compile": { "ref/net45/_._": {} }, @@ -226,15 +250,16 @@ } }, "System.Collections.Immutable/1.1.37": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading": "4.0.0" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -244,6 +269,7 @@ } }, "System.Diagnostics.Debug/4.0.0": { + "type": "package", "compile": { "ref/net45/_._": {} }, @@ -252,6 +278,7 @@ } }, "System.Globalization/4.0.0": { + "type": "package", "compile": { "ref/net45/_._": {} }, @@ -260,6 +287,7 @@ } }, "System.Linq/4.0.0": { + "type": "package", "compile": { "ref/net45/_._": {} }, @@ -268,8 +296,9 @@ } }, "System.Reflection.Metadata/1.2.0-rc2-23826": { + "type": "package", "dependencies": { - "System.Collections.Immutable": "[1.1.37, )" + "System.Collections.Immutable": "1.1.37" }, "compile": { "lib/dotnet5.2/System.Reflection.Metadata.dll": {} @@ -279,6 +308,7 @@ } }, "System.Resources.ResourceManager/4.0.0": { + "type": "package", "compile": { "ref/net45/_._": {} }, @@ -287,6 +317,7 @@ } }, "System.Runtime/4.0.0": { + "type": "package", "compile": { "ref/net45/_._": {} }, @@ -295,6 +326,7 @@ } }, "System.Runtime.Extensions/4.0.0": { + "type": "package", "compile": { "ref/net45/_._": {} }, @@ -303,6 +335,7 @@ } }, "System.Threading/4.0.0": { + "type": "package", "compile": { "ref/net45/_._": {} }, @@ -317,13 +350,13 @@ "sha512": "EBYRuYk9kZoDnpZNL9gQFuothWo62akT9YL7d/vYFXpylt6AMJYnHBAgVZ+bGfcKPqioynH8izzMJYdraFtZnA==", "type": "Package", "files": [ + "CommandLineParser.nuspec", "[Content_Types].xml", "_rels/.rels", - "CommandLineParser.nuspec", - "lib/net40/CommandLine.dll", "lib/net40/CommandLine.XML", - "lib/net45/CommandLine.dll", + "lib/net40/CommandLine.dll", "lib/net45/CommandLine.XML", + "lib/net45/CommandLine.dll", "package/services/metadata/core-properties/d01dfbbc96674ad28b3296654dac82a3.psmdcp" ] }, @@ -331,6 +364,9 @@ "sha512": "i2vsGDIEbWdHcUSNDPKZP/ZWod6o740el7mGTCy0dqbCxQh74W4QoC+klUwPEtGEFuvzJ7bJgvwJqscosVNyZQ==", "type": "package", "files": [ + "License.rtf", + "System.Collections.4.0.0.nupkg.sha512", + "System.Collections.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -339,7 +375,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", "ref/dotnet/de/System.Collections.xml", "ref/dotnet/es/System.Collections.xml", "ref/dotnet/fr/System.Collections.xml", @@ -347,13 +386,11 @@ "ref/dotnet/ja/System.Collections.xml", "ref/dotnet/ko/System.Collections.xml", "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", "ref/dotnet/zh-hans/System.Collections.xml", "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -361,35 +398,34 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.4.0.0.nupkg.sha512", - "System.Collections.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", "type": "package", "files": [ + "System.Collections.Immutable.1.1.37.nupkg.sha512", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "System.Collections.Immutable.1.1.37.nupkg.sha512", - "System.Collections.Immutable.nuspec" + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Diagnostics.Debug/4.0.0": { "sha512": "AYJsLLGDVTC/nyURjgAo7Lpye0+HuSkcQujUf+NgQVdC/C/ky5NyamQHCforHJzgqspitMMtBe8B4UBdGXy1zQ==", "type": "package", "files": [ + "License.rtf", + "System.Diagnostics.Debug.4.0.0.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -398,7 +434,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/de/System.Diagnostics.Debug.xml", "ref/dotnet/es/System.Diagnostics.Debug.xml", "ref/dotnet/fr/System.Diagnostics.Debug.xml", @@ -406,13 +445,11 @@ "ref/dotnet/ja/System.Diagnostics.Debug.xml", "ref/dotnet/ko/System.Diagnostics.Debug.xml", "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/de/System.Diagnostics.Debug.xml", "ref/netcore50/es/System.Diagnostics.Debug.xml", "ref/netcore50/fr/System.Diagnostics.Debug.xml", @@ -420,23 +457,22 @@ "ref/netcore50/ja/System.Diagnostics.Debug.xml", "ref/netcore50/ko/System.Diagnostics.Debug.xml", "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.Debug.4.0.0.nupkg.sha512", - "System.Diagnostics.Debug.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Globalization/4.0.0": { "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", "type": "package", "files": [ + "License.rtf", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -445,7 +481,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", "ref/dotnet/de/System.Globalization.xml", "ref/dotnet/es/System.Globalization.xml", "ref/dotnet/fr/System.Globalization.xml", @@ -453,13 +492,11 @@ "ref/dotnet/ja/System.Globalization.xml", "ref/dotnet/ko/System.Globalization.xml", "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", "ref/dotnet/zh-hans/System.Globalization.xml", "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", "ref/netcore50/de/System.Globalization.xml", "ref/netcore50/es/System.Globalization.xml", "ref/netcore50/fr/System.Globalization.xml", @@ -467,29 +504,29 @@ "ref/netcore50/ja/System.Globalization.xml", "ref/netcore50/ko/System.Globalization.xml", "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", "ref/netcore50/zh-hans/System.Globalization.xml", "ref/netcore50/zh-hant/System.Globalization.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Globalization.4.0.0.nupkg.sha512", - "System.Globalization.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", "type": "package", "files": [ + "System.Linq.4.0.0.nupkg.sha512", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", "ref/dotnet/de/System.Linq.xml", "ref/dotnet/es/System.Linq.xml", "ref/dotnet/fr/System.Linq.xml", @@ -497,8 +534,6 @@ "ref/dotnet/ja/System.Linq.xml", "ref/dotnet/ko/System.Linq.xml", "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", "ref/dotnet/zh-hans/System.Linq.xml", "ref/dotnet/zh-hant/System.Linq.xml", "ref/net45/_._", @@ -506,35 +541,37 @@ "ref/netcore50/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.4.0.0.nupkg.sha512", - "System.Linq.nuspec" + "ref/wpa81/_._" ] }, "System.Reflection.Metadata/1.2.0-rc2-23826": { "sha512": "iaq5zpluF7mUMd5hFyhmZGyCSzF6glZjvNI2VAhLFQEp8sGA/tROj6NoZL42q6HhoHxi1XyGeoIXPi5hyw0+5w==", "type": "package", "files": [ + "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "ThirdPartyNotices.txt", "dotnet_library_license.txt", "lib/dotnet5.2/System.Reflection.Metadata.dll", "lib/dotnet5.2/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "System.Reflection.Metadata.1.2.0-rc2-23826.nupkg.sha512", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "lib/portable-net45+win8/System.Reflection.Metadata.xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", "type": "package", "files": [ + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -542,8 +579,6 @@ "ref/dotnet/ja/System.Resources.ResourceManager.xml", "ref/dotnet/ko/System.Resources.ResourceManager.xml", "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "ref/net45/_._", @@ -552,15 +587,16 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.4.0.0.nupkg.sha512", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, "System.Runtime/4.0.0": { "sha512": "Uq9epame8hEqJlj4KaWb67dDJvj4IM37jRFGVeFbugRdPz48bR0voyBhrbf3iSa2tAmlkg4lsa6BUOL9iwlMew==", "type": "package", "files": [ + "License.rtf", + "System.Runtime.4.0.0.nupkg.sha512", + "System.Runtime.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -569,7 +605,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", "ref/dotnet/de/System.Runtime.xml", "ref/dotnet/es/System.Runtime.xml", "ref/dotnet/fr/System.Runtime.xml", @@ -577,13 +616,11 @@ "ref/dotnet/ja/System.Runtime.xml", "ref/dotnet/ko/System.Runtime.xml", "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", "ref/dotnet/zh-hans/System.Runtime.xml", "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -591,23 +628,22 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.4.0.0.nupkg.sha512", - "System.Runtime.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Runtime.Extensions/4.0.0": { "sha512": "zPzwoJcA7qar/b5Ihhzfcdr3vBOR8FIg7u//Qc5mqyAriasXuMFVraBZ5vOQq5asfun9ryNEL8Z2BOlUK5QRqA==", "type": "package", "files": [ + "License.rtf", + "System.Runtime.Extensions.4.0.0.nupkg.sha512", + "System.Runtime.Extensions.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -616,7 +652,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/de/System.Runtime.Extensions.xml", "ref/dotnet/es/System.Runtime.Extensions.xml", "ref/dotnet/fr/System.Runtime.Extensions.xml", @@ -624,13 +663,11 @@ "ref/dotnet/ja/System.Runtime.Extensions.xml", "ref/dotnet/ko/System.Runtime.Extensions.xml", "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/de/System.Runtime.Extensions.xml", "ref/netcore50/es/System.Runtime.Extensions.xml", "ref/netcore50/fr/System.Runtime.Extensions.xml", @@ -638,23 +675,22 @@ "ref/netcore50/ja/System.Runtime.Extensions.xml", "ref/netcore50/ko/System.Runtime.Extensions.xml", "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Runtime.Extensions.4.0.0.nupkg.sha512", - "System.Runtime.Extensions.nuspec" + "ref/xamarinmac20/_._" ] }, "System.Threading/4.0.0": { "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", "type": "package", "files": [ + "License.rtf", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -663,7 +699,10 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "License.rtf", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", "ref/dotnet/de/System.Threading.xml", "ref/dotnet/es/System.Threading.xml", "ref/dotnet/fr/System.Threading.xml", @@ -671,13 +710,11 @@ "ref/dotnet/ja/System.Threading.xml", "ref/dotnet/ko/System.Threading.xml", "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", "ref/dotnet/zh-hans/System.Threading.xml", "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -685,17 +722,13 @@ "ref/netcore50/ja/System.Threading.xml", "ref/netcore50/ko/System.Threading.xml", "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/zh-hans/System.Threading.xml", "ref/netcore50/zh-hant/System.Threading.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.4.0.0.nupkg.sha512", - "System.Threading.nuspec" + "ref/xamarinmac20/_._" ] } }, -- GitLab