diff --git a/docs/framework/migration-guide/runtime/4.6.1-4.7.1.md b/docs/framework/migration-guide/runtime/4.6.1-4.7.1.md index 9a2093cf922fc..8b15561009262 100644 --- a/docs/framework/migration-guide/runtime/4.6.1-4.7.1.md +++ b/docs/framework/migration-guide/runtime/4.6.1-4.7.1.md @@ -8,61 +8,61 @@ ms.author: "ronpet" # Runtime Changes for Migration from .NET Framework 4.6.1 to 4.7.1 -[!include[versionselector](../../../../includes/migration-guide/runtime/versionselector.md)] +[!INCLUDE[versionselector](../../../../includes/migration-guide/runtime/versionselector.md)] -[!include[introduction](../../../../includes/migration-guide/runtime/introduction.md)] +[!INCLUDE[introduction](../../../../includes/migration-guide/runtime/introduction.md)] 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: ## Data -[!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)] +[!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)] -[!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)] +[!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)] ## Globalization -[!include[Unicode standard version 8.0 categories now supported](~/includes/migration-guide/runtime/globalization/unicode-standard-version-80-categories-now-supported.md)] +[!INCLUDE[Unicode standard version 8.0 categories now supported](~/includes/migration-guide/runtime/globalization/unicode-standard-version-80-categories-now-supported.md)] ## Security -[!include[RSACng.VerifyHash now returns False for any verification failure](~/includes/migration-guide/runtime/security/rsacngverifyhash-now-returns-false-for-any-verification-failure.md)] +[!INCLUDE[RSACng.VerifyHash now returns False for any verification failure](~/includes/migration-guide/runtime/security/rsacngverifyhash-now-returns-false-for-any-verification-failure.md)] -[!include[SignedXml and EncryptedXml Breaking Changes](~/includes/migration-guide/runtime/security/signedxml-encryptedxml-breaking-changes.md)] +[!INCLUDE[SignedXml and EncryptedXml Breaking Changes](~/includes/migration-guide/runtime/security/signedxml-encryptedxml-breaking-changes.md)] ## Windows Communication Foundation (WCF) -[!include[Remove Ssl3 from the WCF TransportDefaults](~/includes/migration-guide/runtime/wcf/remove-ssl3-from-wcf-transportdefaults.md)] +[!INCLUDE[Remove Ssl3 from the WCF TransportDefaults](~/includes/migration-guide/runtime/wcf/remove-ssl3-from-wcf-transportdefaults.md)] -[!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)] +[!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)] -[!include[WCF MsmqSecureHashAlgorithm default value is now SHA256](~/includes/migration-guide/runtime/wcf/wcf-msmqsecurehashalgorithm-default-value-now-sha256.md)] +[!INCLUDE[WCF MsmqSecureHashAlgorithm default value is now SHA256](~/includes/migration-guide/runtime/wcf/wcf-msmqsecurehashalgorithm-default-value-now-sha256.md)] -[!include[WCF PipeConnection.GetHashAlgorithm now uses SHA256](~/includes/migration-guide/runtime/wcf/wcf-pipeconnectiongethashalgorithm-now-uses-sha256.md)] +[!INCLUDE[WCF PipeConnection.GetHashAlgorithm now uses SHA256](~/includes/migration-guide/runtime/wcf/wcf-pipeconnectiongethashalgorithm-now-uses-sha256.md)] ## Windows Presentation Foundation (WPF) -[!include[Chained Popups with StaysOpen=False](~/includes/migration-guide/runtime/wpf/chained-popups-with-staysopenfalse.md)] +[!INCLUDE[Chained Popups with StaysOpen=False](~/includes/migration-guide/runtime/wpf/chained-popups-with-staysopenfalse.md)] -[!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[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[CoerceIsSelectionBoxHighlighted](~/includes/migration-guide/runtime/wpf/coerceisselectionboxhighlighted.md)] +[!INCLUDE[CoerceIsSelectionBoxHighlighted](~/includes/migration-guide/runtime/wpf/coerceisselectionboxhighlighted.md)] -[!include[Horizontal scrolling and virtualization](~/includes/migration-guide/runtime/wpf/horizontal-scrolling-virtualization.md)] +[!INCLUDE[Horizontal scrolling and virtualization](~/includes/migration-guide/runtime/wpf/horizontal-scrolling-virtualization.md)] -[!include[Items.Clear does not remove duplicates from SelectedItems](~/includes/migration-guide/runtime/wpf/itemsclear-does-not-remove-duplicates-from-selecteditems.md)] +[!INCLUDE[Items.Clear does not remove duplicates from SelectedItems](~/includes/migration-guide/runtime/wpf/itemsclear-does-not-remove-duplicates-from-selecteditems.md)] -[!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)] +[!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)] -[!include[ObjectDisposedException thrown by WPF spellchecker](~/includes/migration-guide/runtime/wpf/objectdisposedexception-thrown-by-wpf-spellchecker.md)] +[!INCLUDE[ObjectDisposedException thrown by WPF spellchecker](~/includes/migration-guide/runtime/wpf/objectdisposedexception-thrown-by-wpf-spellchecker.md)] -[!include[WPF Printing Stack Update](~/includes/migration-guide/runtime/wpf/wpf-printing-stack-update.md)] +[!INCLUDE[WPF Printing Stack Update](~/includes/migration-guide/runtime/wpf/wpf-printing-stack-update.md)] -[!include[WPF Spell Checking fails in unexpected ways](~/includes/migration-guide/runtime/wpf/wpf-spell-checking-fails-unexpected-ways.md)] +[!INCLUDE[WPF Spell Checking fails in unexpected ways](~/includes/migration-guide/runtime/wpf/wpf-spell-checking-fails-unexpected-ways.md)] ## Windows Workflow Foundation (WF) -[!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)] +[!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)] -[!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)] +[!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)]