Skip to content

Commit 704e8ee

Browse files
committed
update with note regarding known issue
1 parent 08fa817 commit 704e8ee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/azure-monitor/app/auto-collect-dependencies.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,16 @@ Below is the currently supported list of dependency calls that are automatically
2323
| <b> Communication libraries</b> |
2424
| [HttpClient](https://www.microsoft.com/net/) | 4.5+, .NET Core 1.1+ |
2525
| [SqlClient](https://www.nuget.org/packages/System.Data.SqlClient) | .NET Core 1.0+, NuGet 4.3.0 |
26-
| [Microsoft.Data.SqlClient](https://www.nuget.org/packages/Microsoft.Data.SqlClient/1.1.2)| 1.0 - latest stable release.
26+
| [Microsoft.Data.SqlClient](https://www.nuget.org/packages/Microsoft.Data.SqlClient/1.1.2)| 1.1.0 - latest stable release. (See Note below.)
2727
| [EventHubs Client SDK](https://www.nuget.org/packages/Microsoft.Azure.EventHubs) | 1.1.0 |
2828
| [ServiceBus Client SDK](https://www.nuget.org/packages/Microsoft.Azure.ServiceBus) | 3.0.0 |
2929
| <b>Storage clients</b>| |
3030
| ADO.NET | 4.5+ |
3131

32+
> [!NOTE]
33+
> There is a [known issue](https://github.com/microsoft/ApplicationInsights-dotnet/issues/1347) with older versions of Microsoft.Data.SqlClient. We recommend using 1.1.0 or later to mitigate this issue. Entity Framework Core does not necessarily ship with the latest stable release of Microsoft.Data.SqlClient so we advise confirming that you are on at least 1.1.0 to avoid this issue.
34+
35+
3236
## Java
3337
| App servers | Versions |
3438
|-------------|----------|

0 commit comments

Comments
 (0)