
Microsoft Visual Studio Tools for Containers 1.1ĭevelop, run, validate your ASP.NET Core applications in the target environment.

Provides support for connecting Visual Studio to MI compatible debuggers Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines Simplifying the configuration of continuous build integration and continuous build delivery from within the Visual Studio IDE. Microsoft Continuous Delivery Tools for Visual Studio 0.3 Microsoft Azure Tools for Microsoft Visual Studio 2017 - v0.2 Microsoft Azure Stream Analytics Node 1.0Īzure Stream Analytics Node under Azure Node Language service for Azure Stream Analytics

Microsoft Azure Stream Analytics Language Service. Microsoft Azure Service Fabric Tools for Visual Studio Microsoft Azure Service Fabric Tools for Visual Studio 2.2 Microsoft Azure Hive Query Language Service. For more information about ReSharper Ultimate, visit. JetBrains ReSharper Ultimate package for Microsoft Visual Studio. Provides tools for finding, instantiating and customizing templates in cookiecutter format.Īllows user to instrument their Service Fabric projects for Application Insights. Provides common services for use by Azure Mobile Services and Microsoft Azure Tools. Depending on your project type and settings, a different version of the compiler may be used. Commit Hash: e9a3a6c0ba5b1fde8b1fff964bdfb3fb768ee2ebĬ# components used in the IDE. Microsoft Azure Stream Analytics Tools for Visual StudioĬ# Tools 2.8.3-beta6-63029-08. Microsoft Azure Data Lake Tools for Visual StudioĪzure Stream Analytics Tools for Visual Studio. This package contains the Data Lake integration nodes for Server Explorer.Īzure Data Lake Tools for Visual Studio. Provides languages services for ASP.NET Core Razor.ĪSP.NET Web Frameworks and Tools 2017 8.0 This package contains services used by Data Lake toolsĪpplication Insights Tools for Visual Studio Package 5.1Īpplication Insights Tools for Visual StudioĪSP.NET Core Blazor Language Services 0.5.4
#Visual studio 2017 sql server system.data update
It seems it might be a problem with old version of Visual Studio? I will post the specifications for the known working version and the specs for my known not-working version for comparison, then I'll try to update my work machine VS2017 and if successful, I suppose the problem righted itself and the issue could be closed. Using ( var adapter = new SqlDataAdapter( command)) Using ( var command = new SqlCommand( sql, connection))

Using ( var connection = new SqlConnection( _connectionString)) Public T Fetch( string sql, Action parameterize, Func parse) Public DatabaseFacade( string connectionString) Private readonly string _connectionString
