From 1155a2d1650594388df94b0528b1d232e69438ca Mon Sep 17 00:00:00 2001 From: Andrey Kozlov Date: Tue, 15 Oct 2019 20:43:01 +0500 Subject: [PATCH] ApplicationInsights version uprgade to 2.11.0 --- VirtoCommerce.Platform.Tests/app.config | 8 +- .../VirtoCommerce.Platform.Web.csproj | 73 +++++++++++-------- VirtoCommerce.Platform.Web/Web.config | 30 +++++--- VirtoCommerce.Platform.Web/packages.config | 24 +++--- 4 files changed, 82 insertions(+), 53 deletions(-) diff --git a/VirtoCommerce.Platform.Tests/app.config b/VirtoCommerce.Platform.Tests/app.config index d966d9a2f59..e9ea4aaa469 100644 --- a/VirtoCommerce.Platform.Tests/app.config +++ b/VirtoCommerce.Platform.Tests/app.config @@ -91,11 +91,11 @@ - + - + @@ -125,6 +125,10 @@ + + + + diff --git a/VirtoCommerce.Platform.Web/VirtoCommerce.Platform.Web.csproj b/VirtoCommerce.Platform.Web/VirtoCommerce.Platform.Web.csproj index fbb71be2aad..8e00571abc8 100644 --- a/VirtoCommerce.Platform.Web/VirtoCommerce.Platform.Web.csproj +++ b/VirtoCommerce.Platform.Web/VirtoCommerce.Platform.Web.csproj @@ -102,29 +102,29 @@ ..\packages\Microsoft.ApplicationInsights.Agent.Intercept.2.4.0\lib\net45\Microsoft.AI.Agent.Intercept.dll - - ..\packages\Microsoft.ApplicationInsights.DependencyCollector.2.9.0\lib\net45\Microsoft.AI.DependencyCollector.dll + + ..\packages\Microsoft.ApplicationInsights.DependencyCollector.2.11.1\lib\net45\Microsoft.AI.DependencyCollector.dll - - ..\packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.9.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll + + ..\packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.11.1\lib\net45\Microsoft.AI.PerfCounterCollector.dll - - ..\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.9.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll + + ..\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.11.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll - - ..\packages\Microsoft.ApplicationInsights.Web.2.9.0\lib\net45\Microsoft.AI.Web.dll + + ..\packages\Microsoft.ApplicationInsights.Web.2.11.1\lib\net45\Microsoft.AI.Web.dll - - ..\packages\Microsoft.ApplicationInsights.WindowsServer.2.9.0\lib\net45\Microsoft.AI.WindowsServer.dll + + ..\packages\Microsoft.ApplicationInsights.WindowsServer.2.11.1\lib\net45\Microsoft.AI.WindowsServer.dll - - ..\packages\Microsoft.ApplicationInsights.2.9.1\lib\net46\Microsoft.ApplicationInsights.dll + + ..\packages\Microsoft.ApplicationInsights.2.11.0\lib\net46\Microsoft.ApplicationInsights.dll - - ..\packages\Microsoft.ApplicationInsights.NLogTarget.2.8.1\lib\net45\Microsoft.ApplicationInsights.NLogTarget.dll + + ..\packages\Microsoft.ApplicationInsights.NLogTarget.2.11.0\lib\net45\Microsoft.ApplicationInsights.NLogTarget.dll - - ..\packages\Microsoft.ApplicationInsights.SnapshotCollector.1.3.2\lib\net45\Microsoft.ApplicationInsights.SnapshotCollector.dll + + ..\packages\Microsoft.ApplicationInsights.SnapshotCollector.1.3.5\lib\net45\Microsoft.ApplicationInsights.SnapshotCollector.dll ..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll @@ -141,8 +141,8 @@ ..\packages\Microsoft.AspNet.SignalR.Redis.2.3.0\lib\net45\Microsoft.AspNet.SignalR.Redis.dll - - ..\packages\Microsoft.AspNet.TelemetryCorrelation.1.0.5\lib\net45\Microsoft.AspNet.TelemetryCorrelation.dll + + ..\packages\Microsoft.AspNet.TelemetryCorrelation.1.0.7\lib\net45\Microsoft.AspNet.TelemetryCorrelation.dll @@ -243,9 +243,12 @@ ..\packages\Swashbuckle.Core.5.3.2\lib\net40\Swashbuckle.Core.dll + + ..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll + - - ..\packages\System.Diagnostics.DiagnosticSource.4.5.0\lib\net46\System.Diagnostics.DiagnosticSource.dll + + ..\packages\System.Diagnostics.DiagnosticSource.4.6.0\lib\net46\System.Diagnostics.DiagnosticSource.dll @@ -254,10 +257,20 @@ + + ..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll + ..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll + + + ..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll + + + ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + ..\packages\System.Spatial.5.8.2\lib\net40\System.Spatial.dll @@ -1298,21 +1311,21 @@ - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - + + + + + - - - - + + + + + + leads to a complete stop of the cache working even after the current physical memory usage returns less that set's threshold--> - + @@ -183,11 +183,15 @@ - - - - - + + + + + + + + + @@ -300,12 +304,12 @@ - - + + - - + + @@ -339,6 +343,10 @@ + + + + diff --git a/VirtoCommerce.Platform.Web/packages.config b/VirtoCommerce.Platform.Web/packages.config index 76d05d81d03..26130185192 100644 --- a/VirtoCommerce.Platform.Web/packages.config +++ b/VirtoCommerce.Platform.Web/packages.config @@ -14,16 +14,16 @@ - + - + - - - - - - + + + + + + @@ -32,7 +32,7 @@ - + @@ -69,9 +69,13 @@ - + + + + +