From 8e89a4cc902b39681c5fcea3c7b422210c44c73d Mon Sep 17 00:00:00 2001 From: Ron Petrusha Date: Wed, 21 Feb 2018 16:00:57 -0800 Subject: [PATCH] Removed comments (#628) --- ...arent-of-a-textblock-control-affects-any-child-controls.md | 4 ++-- .../etw-event-names-cannot-differ-only-by-suffix.md | 4 ++-- .../compatibility/horizontal-scrolling-and-virtualization.md | 4 ++-- ...l-server-database-connection-that-resolves-to-localhost.md | 4 ++-- ...cp-with-ssl-security-and-md5-certificate-authentication.md | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Documentation/compatibility/changing-the-isenabled-property-of-the-parent-of-a-textblock-control-affects-any-child-controls.md b/Documentation/compatibility/changing-the-isenabled-property-of-the-parent-of-a-textblock-control-affects-any-child-controls.md index 892494f..a60ddd8 100644 --- a/Documentation/compatibility/changing-the-isenabled-property-of-the-parent-of-a-textblock-control-affects-any-child-controls.md +++ b/Documentation/compatibility/changing-the-isenabled-property-of-the-parent-of-a-textblock-control-affects-any-child-controls.md @@ -22,8 +22,8 @@ reflect the state of the property of the parent. -- [ ] Quirked // Uses some mechanism to turn the feature on or off, usually using runtime targeting, AppContext or config files. Needs to be turned on automatically for some situations. -- [ ] Build-time break // Causes a break if attempted to recompile +- [ ] Quirked +- [ ] Build-time break ### Recommended Action None. This change conforms to the expected behavior for controls inside a control. diff --git a/Documentation/compatibility/etw-event-names-cannot-differ-only-by-suffix.md b/Documentation/compatibility/etw-event-names-cannot-differ-only-by-suffix.md index 69a725b..95e560f 100644 --- a/Documentation/compatibility/etw-event-names-cannot-differ-only-by-suffix.md +++ b/Documentation/compatibility/etw-event-names-cannot-differ-only-by-suffix.md @@ -16,8 +16,8 @@ NotPlanned ### Change Description In the .NET Framework 4.6 and 4.6.1, the runtime throws an when two Event Tracing for Windows (ETW) event names differ only by a "Start" or "Stop" suffix (as when one event is named `LogUser` and another is named `LogUserStart`). In this case, the runtime cannot construct the event source, which cannot emit any logging. -- [X] Quirked // Uses some mechanism to turn the feature on or off, usually using runtime targeting, AppContext or config files. Needs to be turned on automatically for some situations. -- [ ] Build-time break // Causes a break if attempted to recompile +- [X] Quirked +- [ ] Build-time break ### Recommended Action diff --git a/Documentation/compatibility/horizontal-scrolling-and-virtualization.md b/Documentation/compatibility/horizontal-scrolling-and-virtualization.md index 7016c20..4d4c949 100644 --- a/Documentation/compatibility/horizontal-scrolling-and-virtualization.md +++ b/Documentation/compatibility/horizontal-scrolling-and-virtualization.md @@ -51,8 +51,8 @@ after a horizontal scroll, whether invoked by the end user or by an explicit call to . -- [ ] Quirked // Uses some mechanism to turn the feature on or off, usually using runtime targeting, AppContext or config files. Needs to be turned on automatically for some situations. -- [ ] Build-time break // Causes a break if attempted to recompile +- [ ] Quirked +- [ ] Build-time break ### Recommended Action diff --git a/Documentation/compatibility/sql-server-database-connection-that-resolves-to-localhost.md b/Documentation/compatibility/sql-server-database-connection-that-resolves-to-localhost.md index ad3c795..cccb03c 100644 --- a/Documentation/compatibility/sql-server-database-connection-that-resolves-to-localhost.md +++ b/Documentation/compatibility/sql-server-database-connection-that-resolves-to-localhost.md @@ -16,8 +16,8 @@ NotPlanned In the .NET Framework 4.6 and 4.6.1, attempting a TCP/IP connection to a SQL Server database that resolves to `localhost` fails with the error, "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)" -- [ ] Quirked // Uses some mechanism to turn the feature on or off, usually using runtime targeting, AppContext or config files. Needs to be turned on automatically for some situations. -- [ ] Build-time break // Causes a break if attempted to recompile +- [ ] Quirked +- [ ] Build-time break ### Recommended Action diff --git a/Documentation/compatibility/wcf-services-using-nettcp-with-ssl-security-and-md5-certificate-authentication.md b/Documentation/compatibility/wcf-services-using-nettcp-with-ssl-security-and-md5-certificate-authentication.md index 439f120..70a9ebd 100644 --- a/Documentation/compatibility/wcf-services-using-nettcp-with-ssl-security-and-md5-certificate-authentication.md +++ b/Documentation/compatibility/wcf-services-using-nettcp-with-ssl-security-and-md5-certificate-authentication.md @@ -14,8 +14,8 @@ The .NET Framework 4.6 adds TLS 1.1 and TLS 1.2 to the WCF SSL default protocol TLS 1.2 does not support MD5 certificate authentication. As a result, if a customer uses an MD5 certificate, the WCF client will fail to connect to the WCF service. -- [ ] Quirked // Uses some mechanism to turn the feature on or off, usually using runtime targeting, AppContext or config files. Needs to be turned on automatically for some situations. -- [ ] Build-time break // Causes a break if attempted to recompile +- [ ] Quirked +- [ ] Build-time break ### Recommended Action You can work around this issue so that a WCF client can connect to a WCF server by doing any of the following: