Skip to content

Commit a60f0a6

Browse files
committed
Squash previous commits
1 parent 584eb69 commit a60f0a6

File tree

136 files changed

+425
-151
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+425
-151
lines changed

includes/migration-guide/runtime/adonet/adonet-now-attempts-automatically-reconnect-broken-sql-connections.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,14 @@ If this feature is undesirable due to compatibility concerns, it can be disabled
1212
|:--------|:------------|
1313
| Scope |Edge|
1414
|Version|4.5.1|
15-
|Type|Runtime
15+
|Type|Runtime|
1616

1717
#### Affected APIs
1818

19-
-<xref:System.Data.IDbConnection.ConnectionString?displayProperty=nameWithType></li><li><xref:System.Data.SqlClient.SqlConnection.ConnectionString?displayProperty=nameWithType></li><li><xref:System.Configuration.ConnectionStringSettings.ConnectionString?displayProperty=nameWithType></li><li><xref:System.Data.Common.DbConnection.ConnectionString?displayProperty=nameWithType></li><li><xref:System.Data.Common.DbConnectionStringBuilder.ConnectionString?displayProperty=nameWithType></li><li><xref:System.Data.SqlClient.SqlConnectionStringBuilder.%23ctor></li><li><xref:System.Data.SqlClient.SqlConnectionStringBuilder.%23ctor(System.String)></li><li><xref:System.Data.Common.DbConnectionStringBuilder.%23ctor></li><li><xref:System.Data.Common.DbConnectionStringBuilder.%23ctor(System.Boolean)></li></ul>|
19+
- <xref:System.Data.IDbConnection.ConnectionString?displayProperty=nameWithType>
20+
- <xref:System.Data.SqlClient.SqlConnection.ConnectionString?displayProperty=nameWithType>
21+
- <xref:System.Configuration.ConnectionStringSettings.ConnectionString?displayProperty=nameWithType>
22+
- <xref:System.Data.Common.DbConnection.ConnectionString?displayProperty=nameWithType>
23+
- <xref:System.Data.Common.DbConnectionStringBuilder.ConnectionString?displayProperty=nameWithType>
24+
- <xref:System.Data.SqlClient.SqlConnectionStringBuilder.%23ctor></li><li><xref:System.Data.SqlClient.SqlConnectionStringBuilder.%23ctor(System.String)>
25+
- <xref:System.Data.Common.DbConnectionStringBuilder.%23ctor></li><li><xref:System.Data.Common.DbConnectionStringBuilder.%23ctor(System.Boolean)>

includes/migration-guide/runtime/asp/aspnet-fix-handling-inputattributes-labelattributes-for-webforms-checkbox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ For the correct behavior for restoring attributes on postback, set the <code>tar
1212
|:--------|:------------|
1313
| Scope |Unknown|
1414
|Version|4.8|
15-
|Type|Runtime
15+
|Type|Runtime|
1616

1717
#### Affected APIs
1818

19-
-<xref:System.Web.UI.WebControls.CheckBox?displayProperty=nameWithType></li></ul>|
19+
- <xref:System.Web.UI.WebControls.CheckBox?displayProperty=nameWithType>

includes/migration-guide/runtime/asp/aspnet-incorrect-multipart-handling-may-result-lost-form-data.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ Starting with applications running on .NET Framework 4.8, when targeting .NET Fr
1212
|:--------|:------------|
1313
| Scope |Unknown|
1414
|Version|4.8|
15-
|Type|Runtime
15+
|Type|Runtime|
1616

1717
#### Affected APIs
1818

19-
-<xref:System.Web.HttpRequest.Form?displayProperty=nameWithType></li><li><xref:System.Web.HttpRequest.Files?displayProperty=nameWithType></li><li><xref:System.Web.HttpRequest.ContentEncoding?displayProperty=nameWithType></li></ul>|
19+
- <xref:System.Web.HttpRequest.Form?displayProperty=nameWithType>
20+
- <xref:System.Web.HttpRequest.Files?displayProperty=nameWithType>
21+
- <xref:System.Web.HttpRequest.ContentEncoding?displayProperty=nameWithType>

includes/migration-guide/runtime/asp/aspnet-mvc-now-escapes-spaces-strings-passed-via-route-parameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Code should be updated to unescape string parameters from a route. If the origin
1212
|:--------|:------------|
1313
| Scope |Minor|
1414
|Version|4.5.2|
15-
|Type|Runtime
15+
|Type|Runtime|
1616

1717
#### Affected APIs
1818

19-
-<xref:System.Web.Mvc.RouteAttribute.%23ctor(System.String)></li></ul>|
19+
- <xref:System.Web.Mvc.RouteAttribute.%23ctor(System.String)>

includes/migration-guide/runtime/asp/aspnet-validationcontextmembername-not-null-when-using-custom.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Add the following setting to your *web.config* file for the property to return t
1212
|:--------|:------------|
1313
| Scope |Unknown|
1414
|Version|4.8|
15-
|Type|Runtime
15+
|Type|Runtime|
1616

1717
#### Affected APIs
1818

19-
-<xref:System.ComponentModel.DataAnnotations.ValidationContext.MemberName?displayProperty=nameWithType></li></ul>|
19+
- <xref:System.ComponentModel.DataAnnotations.ValidationContext.MemberName?displayProperty=nameWithType>

includes/migration-guide/runtime/asp/gridviews-with-allowcustompaging-set-true-may-fire-pageindexchanging-event.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ This issue has been fixed in the .NET Framework 4.6 and may be addressed by upgr
1212
|:--------|:------------|
1313
| Scope |Minor|
1414
|Version|4.5|
15-
|Type|Runtime
15+
|Type|Runtime|
1616

1717
#### Affected APIs
1818

19-
-<xref:System.Web.UI.WebControls.GridView.AllowCustomPaging?displayProperty=nameWithType></li></ul>|
19+
- <xref:System.Web.UI.WebControls.GridView.AllowCustomPaging?displayProperty=nameWithType>

includes/migration-guide/runtime/asp/httprequestcontentencoding-property-prohibits-utf7.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Ideally, applications should be updated to not use UTF-7 encoding in <xref:Syste
1212
|:--------|:------------|
1313
| Scope |Edge|
1414
|Version|4.5|
15-
|Type|Runtime
15+
|Type|Runtime|
1616

1717
#### Affected APIs
1818

19-
-<xref:System.Web.HttpRequest.ContentEncoding?displayProperty=nameWithType></li></ul>|
19+
- <xref:System.Web.HttpRequest.ContentEncoding?displayProperty=nameWithType>

includes/migration-guide/runtime/asp/httputilityjavascriptstringencode-escapes-ampersand.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ If your app depends on the previous behavior of this method, you can add an aspn
1212
|:--------|:------------|
1313
| Scope |Minor|
1414
|Version|4.5|
15-
|Type|Runtime
15+
|Type|Runtime|
1616

1717
#### Affected APIs
1818

19-
-<xref:System.Web.HttpUtility.JavaScriptStringEncode(System.String)?displayProperty=nameWithType></li><li><xref:System.Web.HttpUtility.JavaScriptStringEncode(System.String,System.Boolean)?displayProperty=nameWithType></li></ul>|
19+
- <xref:System.Web.HttpUtility.JavaScriptStringEncode(System.String)?displayProperty=nameWithType>
20+
- <xref:System.Web.HttpUtility.JavaScriptStringEncode(System.String,System.Boolean)?displayProperty=nameWithType>

includes/migration-guide/runtime/asp/ipad-should-not-be-used-custom-capabilities-file-because-it-now-browser.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ If iPad-specific capabilities are required, it is necessary to modify iPad behav
1313
| Scope |Edge|
1414
|Version|4.5|
1515
|Type|Runtime|
16+
17+
<!-- TODO: Should this include #### Affected APIs heading with text "None" under it? -->

includes/migration-guide/runtime/asp/no-longer-able-set-enableviewstatemac-false.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ EnableViewStateMac must be assumed to be true, and any resulting MAC errors must
1313
| Scope |Major|
1414
|Version|4.5.2|
1515
|Type|Runtime|
16+
17+
<!-- TODO: Affected APIs header? -->

0 commit comments

Comments
 (0)