You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are migrating from the .NET Framework 4.6.1 to 4.7.1, review the following topics for application compatibility issues that may affect your app:
16
16
17
17
## Data
18
18
19
-
[!include[Attempting a TCP/IP connection to a SQL Server database that resolves to `localhost` fails](~/includes/migration-guide/runtime/data/attempting-tcpip-connection-sql-server-database-that-resolves-localhost.md)]
19
+
[!INCLUDE[Attempting a TCP/IP connection to a SQL Server database that resolves to `localhost` fails](~/includes/migration-guide/runtime/data/attempting-tcpip-connection-sql-server-database-that-resolves-localhost.md)]
20
20
21
-
[!include[Connection pool blocking period for Azure SQL databases is removed](~/includes/migration-guide/runtime/data/connection-pool-blocking-period-for-azure-sql-databases-removed.md)]
21
+
[!INCLUDE[Connection pool blocking period for Azure SQL databases is removed](~/includes/migration-guide/runtime/data/connection-pool-blocking-period-for-azure-sql-databases-removed.md)]
22
22
23
23
## Globalization
24
24
25
-
[!include[Unicode standard version 8.0 categories now supported](~/includes/migration-guide/runtime/globalization/unicode-standard-version-80-categories-now-supported.md)]
25
+
[!INCLUDE[Unicode standard version 8.0 categories now supported](~/includes/migration-guide/runtime/globalization/unicode-standard-version-80-categories-now-supported.md)]
26
26
27
27
## Security
28
28
29
-
[!include[RSACng.VerifyHash now returns False for any verification failure](~/includes/migration-guide/runtime/security/rsacngverifyhash-now-returns-false-for-any-verification-failure.md)]
29
+
[!INCLUDE[RSACng.VerifyHash now returns False for any verification failure](~/includes/migration-guide/runtime/security/rsacngverifyhash-now-returns-false-for-any-verification-failure.md)]
30
30
31
-
[!include[SignedXml and EncryptedXml Breaking Changes](~/includes/migration-guide/runtime/security/signedxml-encryptedxml-breaking-changes.md)]
31
+
[!INCLUDE[SignedXml and EncryptedXml Breaking Changes](~/includes/migration-guide/runtime/security/signedxml-encryptedxml-breaking-changes.md)]
32
32
33
33
## Windows Communication Foundation (WCF)
34
34
35
-
[!include[Remove Ssl3 from the WCF TransportDefaults](~/includes/migration-guide/runtime/wcf/remove-ssl3-from-wcf-transportdefaults.md)]
35
+
[!INCLUDE[Remove Ssl3 from the WCF TransportDefaults](~/includes/migration-guide/runtime/wcf/remove-ssl3-from-wcf-transportdefaults.md)]
36
36
37
-
[!include[WCF AddressHeaderCollection now throws an ArgumentException if an addressHeader element is null](~/includes/migration-guide/runtime/wcf/wcf-addressheadercollection-now-throws-an-argumentexception-if-addressheader.md)]
37
+
[!INCLUDE[WCF AddressHeaderCollection now throws an ArgumentException if an addressHeader element is null](~/includes/migration-guide/runtime/wcf/wcf-addressheadercollection-now-throws-an-argumentexception-if-addressheader.md)]
38
38
39
-
[!include[WCF MsmqSecureHashAlgorithm default value is now SHA256](~/includes/migration-guide/runtime/wcf/wcf-msmqsecurehashalgorithm-default-value-now-sha256.md)]
39
+
[!INCLUDE[WCF MsmqSecureHashAlgorithm default value is now SHA256](~/includes/migration-guide/runtime/wcf/wcf-msmqsecurehashalgorithm-default-value-now-sha256.md)]
40
40
41
-
[!include[WCF PipeConnection.GetHashAlgorithm now uses SHA256](~/includes/migration-guide/runtime/wcf/wcf-pipeconnectiongethashalgorithm-now-uses-sha256.md)]
41
+
[!INCLUDE[WCF PipeConnection.GetHashAlgorithm now uses SHA256](~/includes/migration-guide/runtime/wcf/wcf-pipeconnectiongethashalgorithm-now-uses-sha256.md)]
42
42
43
43
## Windows Presentation Foundation (WPF)
44
44
45
-
[!include[Chained Popups with StaysOpen=False](~/includes/migration-guide/runtime/wpf/chained-popups-with-staysopenfalse.md)]
45
+
[!INCLUDE[Chained Popups with StaysOpen=False](~/includes/migration-guide/runtime/wpf/chained-popups-with-staysopenfalse.md)]
46
46
47
-
[!include[Changing the IsEnabled property of the parent of a TextBlock control affects any child controls](~/includes/migration-guide/runtime/wpf/changing-isenabled-property-parent-textblock-control-affects-any-child.md)]
47
+
[!INCLUDE[Changing the IsEnabled property of the parent of a TextBlock control affects any child controls](~/includes/migration-guide/runtime/wpf/changing-isenabled-property-parent-textblock-control-affects-any-child.md)]
[!include[Horizontal scrolling and virtualization](~/includes/migration-guide/runtime/wpf/horizontal-scrolling-virtualization.md)]
51
+
[!INCLUDE[Horizontal scrolling and virtualization](~/includes/migration-guide/runtime/wpf/horizontal-scrolling-virtualization.md)]
52
52
53
-
[!include[Items.Clear does not remove duplicates from SelectedItems](~/includes/migration-guide/runtime/wpf/itemsclear-does-not-remove-duplicates-from-selecteditems.md)]
53
+
[!INCLUDE[Items.Clear does not remove duplicates from SelectedItems](~/includes/migration-guide/runtime/wpf/itemsclear-does-not-remove-duplicates-from-selecteditems.md)]
54
54
55
-
[!include[Item-scrolling a flat list with items of different pixel-height](~/includes/migration-guide/runtime/wpf/item-scrolling-flat-list-with-items-different-pixel-height.md)]
55
+
[!INCLUDE[Item-scrolling a flat list with items of different pixel-height](~/includes/migration-guide/runtime/wpf/item-scrolling-flat-list-with-items-different-pixel-height.md)]
56
56
57
-
[!include[ObjectDisposedException thrown by WPF spellchecker](~/includes/migration-guide/runtime/wpf/objectdisposedexception-thrown-by-wpf-spellchecker.md)]
57
+
[!INCLUDE[ObjectDisposedException thrown by WPF spellchecker](~/includes/migration-guide/runtime/wpf/objectdisposedexception-thrown-by-wpf-spellchecker.md)]
[!include[WPF Spell Checking fails in unexpected ways](~/includes/migration-guide/runtime/wpf/wpf-spell-checking-fails-unexpected-ways.md)]
61
+
[!INCLUDE[WPF Spell Checking fails in unexpected ways](~/includes/migration-guide/runtime/wpf/wpf-spell-checking-fails-unexpected-ways.md)]
62
62
63
63
## Windows Workflow Foundation (WF)
64
64
65
-
[!include[Workflow now throws original exception instead of NullReferenceException in some cases](~/includes/migration-guide/runtime/wf/workflow-now-throws-original-exception-instead-nullreferenceexception-some.md)]
65
+
[!INCLUDE[Workflow now throws original exception instead of NullReferenceException in some cases](~/includes/migration-guide/runtime/wf/workflow-now-throws-original-exception-instead-nullreferenceexception-some.md)]
66
66
67
-
[!include[Workflow SQL persistence adds primary key clusters and disallows null values in some columns](~/includes/migration-guide/runtime/wf/workflow-sql-persistence-adds-primary-key-clusters-disallows-null-values.md)]
67
+
[!INCLUDE[Workflow SQL persistence adds primary key clusters and disallows null values in some columns](~/includes/migration-guide/runtime/wf/workflow-sql-persistence-adds-primary-key-clusters-disallows-null-values.md)]
0 commit comments