Skip to content

Commit 0873300

Browse files
v-aljemairaw
authored andcommitted
Fixing lowercase inclueds to uppercase for LOC (#6183)
1 parent c835555 commit 0873300

Some content is hidden

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

88 files changed

+3419
-3419
lines changed

docs/framework/migration-guide/retargeting/4.0-4.5.1.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,73 +8,73 @@ ms.author: "ronpet"
88

99
# Retargeting Changes for Migration from .NET Framework 4.0 to 4.5.1
1010

11-
[!include[versionselector](../../../../includes/migration-guide/retargeting/versionselector.md)]
11+
[!INCLUDE[versionselector](../../../../includes/migration-guide/retargeting/versionselector.md)]
1212

13-
[!include[introduction](../../../../includes/migration-guide/retargeting/introduction.md)]
13+
[!INCLUDE[introduction](../../../../includes/migration-guide/retargeting/introduction.md)]
1414

1515
If you are migrating from the .NET Framework 4.0 to 4.5.1, review the following topics for application compatibility issues that may affect your app:
1616

1717
## ADO.NET
1818

19-
[!include[DbParameter.Precision and DbParameter.Scale are now public virtual members](~/includes/migration-guide/retargeting/adonet/dbparameterprecision-dbparameterscale-are-now-public-virtual-members.md)]
19+
[!INCLUDE[DbParameter.Precision and DbParameter.Scale are now public virtual members](~/includes/migration-guide/retargeting/adonet/dbparameterprecision-dbparameterscale-are-now-public-virtual-members.md)]
2020

2121
## ASP.NET
2222

23-
[!include[MachineKey.Encode and MachineKey.Decode methods are now obsolete](~/includes/migration-guide/retargeting/asp/machinekeyencode-machinekeydecode-methods-are-now-obsolete.md)]
23+
[!INCLUDE[MachineKey.Encode and MachineKey.Decode methods are now obsolete](~/includes/migration-guide/retargeting/asp/machinekeyencode-machinekeydecode-methods-are-now-obsolete.md)]
2424

25-
[!include[Multi-line ASP.Net TextBox spacing changed when using AntiXSSEncoder](~/includes/migration-guide/retargeting/asp/multi-line-aspnet-textbox-spacing-changed-when-using-antixssencoder.md)]
25+
[!INCLUDE[Multi-line ASP.Net TextBox spacing changed when using AntiXSSEncoder](~/includes/migration-guide/retargeting/asp/multi-line-aspnet-textbox-spacing-changed-when-using-antixssencoder.md)]
2626

27-
[!include[WebUtility.HtmlEncode and WebUtility.HtmlDecode round-trip BMP correctly](~/includes/migration-guide/retargeting/asp/webutilityhtmlencode-webutilityhtmldecode-round-trip-bmp-correctly.md)]
27+
[!INCLUDE[WebUtility.HtmlEncode and WebUtility.HtmlDecode round-trip BMP correctly](~/includes/migration-guide/retargeting/asp/webutilityhtmlencode-webutilityhtmldecode-round-trip-bmp-correctly.md)]
2828

2929
## ClickOnce
3030

31-
[!include[Apps published with ClickOnce that use a SHA-256 code-signing certificate may fail on Windows 2003](~/includes/migration-guide/retargeting/clickonce/apps-published-with-clickonce-that-use-sha-256-code-signing-certificate-may.md)]
31+
[!INCLUDE[Apps published with ClickOnce that use a SHA-256 code-signing certificate may fail on Windows 2003](~/includes/migration-guide/retargeting/clickonce/apps-published-with-clickonce-that-use-sha-256-code-signing-certificate-may.md)]
3232

3333
## Core
3434

35-
[!include[Foreach iterator variable is now scoped within the iteration, so closure capturing semantics are different (in C#5)](~/includes/migration-guide/retargeting/core/foreach-iterator-variable-now-scoped-within-iteration-so-closure-capturing.md)]
35+
[!INCLUDE[Foreach iterator variable is now scoped within the iteration, so closure capturing semantics are different (in C#5)](~/includes/migration-guide/retargeting/core/foreach-iterator-variable-now-scoped-within-iteration-so-closure-capturing.md)]
3636

37-
[!include[IAsyncResult.CompletedSynchronously property must be correct for the resulting task to complete](~/includes/migration-guide/retargeting/core/iasyncresultcompletedsynchronously-property-must-be-correct-for-resulting.md)]
37+
[!INCLUDE[IAsyncResult.CompletedSynchronously property must be correct for the resulting task to complete](~/includes/migration-guide/retargeting/core/iasyncresultcompletedsynchronously-property-must-be-correct-for-resulting.md)]
3838

39-
[!include[List<T>.ForEach can throw exception when modifying list item](~/includes/migration-guide/retargeting/core/listlttgtforeach-can-throw-exception-when-modifying-list-item.md)]
39+
[!INCLUDE[List<T>.ForEach can throw exception when modifying list item](~/includes/migration-guide/retargeting/core/listlttgtforeach-can-throw-exception-when-modifying-list-item.md)]
4040

41-
[!include[ObsoleteAttribute exports as both ObsoleteAttribute and DeprecatedAttribute in WinMD scenarios](~/includes/migration-guide/retargeting/core/obsoleteattribute-exports-both-deprecatedattribute-winmd-scenarios.md)]
41+
[!INCLUDE[ObsoleteAttribute exports as both ObsoleteAttribute and DeprecatedAttribute in WinMD scenarios](~/includes/migration-guide/retargeting/core/obsoleteattribute-exports-both-deprecatedattribute-winmd-scenarios.md)]
4242

43-
[!include[System.Uri parsing adheres to RFC 3987](~/includes/migration-guide/retargeting/core/systemuri-parsing-adheres-rfc-3987.md)]
43+
[!INCLUDE[System.Uri parsing adheres to RFC 3987](~/includes/migration-guide/retargeting/core/systemuri-parsing-adheres-rfc-3987.md)]
4444

45-
[!include[System.Uri.IsWellFormedUriString method returns false for relative URIs with a colon char in first segment](~/includes/migration-guide/retargeting/core/systemuriiswellformeduristring-method-returns-false-for-relative-uris-with.md)]
45+
[!INCLUDE[System.Uri.IsWellFormedUriString method returns false for relative URIs with a colon char in first segment](~/includes/migration-guide/retargeting/core/systemuriiswellformeduristring-method-returns-false-for-relative-uris-with.md)]
4646

4747
## Entity Framework
4848

49-
[!include[Building an Entity Framework edmx with Visual Studio 2013 can fail with error MSB4062 if using the EntityDeploySplit or EntityClean tasks](~/includes/migration-guide/retargeting/ef/building-an-entity-framework-edmx-with-visual-studio-2013-can-fail-error.md)]
49+
[!INCLUDE[Building an Entity Framework edmx with Visual Studio 2013 can fail with error MSB4062 if using the EntityDeploySplit or EntityClean tasks](~/includes/migration-guide/retargeting/ef/building-an-entity-framework-edmx-with-visual-studio-2013-can-fail-error.md)]
5050

51-
[!include[Entity Framework version must match the .NET Framework version](~/includes/migration-guide/retargeting/ef/entity-framework-version-must-match-net.md)]
51+
[!INCLUDE[Entity Framework version must match the .NET Framework version](~/includes/migration-guide/retargeting/ef/entity-framework-version-must-match-net.md)]
5252

5353
## MSBuild
5454

55-
[!include[ResolveAssemblyReference task now warns of dependencies with the wrong architecture](~/includes/migration-guide/retargeting/msbuild/resolveassemblyreference-task-now-warns-dependencies-with-wrong-architecture.md)]
55+
[!INCLUDE[ResolveAssemblyReference task now warns of dependencies with the wrong architecture](~/includes/migration-guide/retargeting/msbuild/resolveassemblyreference-task-now-warns-dependencies-with-wrong-architecture.md)]
5656

5757
## Windows Forms
5858

59-
[!include[EncoderParameter ctor is obsolete](~/includes/migration-guide/retargeting/winforms/encoderparameter-ctor-obsolete.md)]
59+
[!INCLUDE[EncoderParameter ctor is obsolete](~/includes/migration-guide/retargeting/winforms/encoderparameter-ctor-obsolete.md)]
6060

6161
## Windows Presentation Foundation (WPF)
6262

63-
[!include[Two-way data-binding to a property with a non-public setter is not supported](~/includes/migration-guide/retargeting/wpf/two-way-data-binding-property-with-non-public-setter-not-supported.md)]
63+
[!INCLUDE[Two-way data-binding to a property with a non-public setter is not supported](~/includes/migration-guide/retargeting/wpf/two-way-data-binding-property-with-non-public-setter-not-supported.md)]
6464

65-
[!include[WPF TextBox.Text can be out-of-sync with databinding](~/includes/migration-guide/retargeting/wpf/wpf-textboxtext-can-be-out-of-sync-with-databinding.md)]
65+
[!INCLUDE[WPF TextBox.Text can be out-of-sync with databinding](~/includes/migration-guide/retargeting/wpf/wpf-textboxtext-can-be-out-of-sync-with-databinding.md)]
6666

6767
## Windows Workflow Foundation (WF)
6868

69-
[!include[New (ambiguous) Dispatcher.Invoke overloads could result in different behavior](~/includes/migration-guide/retargeting/wf/new-ambiguous-dispatcherinvoke-overloads-could-result-different-behavior.md)]
69+
[!INCLUDE[New (ambiguous) Dispatcher.Invoke overloads could result in different behavior](~/includes/migration-guide/retargeting/wf/new-ambiguous-dispatcherinvoke-overloads-could-result-different-behavior.md)]
7070

71-
[!include[Some WorkFlow drag-and-drop APIs are obsolete](~/includes/migration-guide/retargeting/wf/some-workflow-drag-and-drop-apis-are-obsolete.md)]
71+
[!INCLUDE[Some WorkFlow drag-and-drop APIs are obsolete](~/includes/migration-guide/retargeting/wf/some-workflow-drag-and-drop-apis-are-obsolete.md)]
7272

73-
[!include[WorkFlow 3.0 types are obsolete](~/includes/migration-guide/retargeting/wf/workflow-30-types-are-obsolete.md)]
73+
[!INCLUDE[WorkFlow 3.0 types are obsolete](~/includes/migration-guide/retargeting/wf/workflow-30-types-are-obsolete.md)]
7474

75-
[!include[WorkflowDesigner.Load doesn't remove symbol property](~/includes/migration-guide/retargeting/wf/workflowdesignerload-doesnt-remove-symbol-property.md)]
75+
[!INCLUDE[WorkflowDesigner.Load doesn't remove symbol property](~/includes/migration-guide/retargeting/wf/workflowdesignerload-doesnt-remove-symbol-property.md)]
7676

7777
## XML, XSLT
7878

79-
[!include[XML schema validation is stricter](~/includes/migration-guide/retargeting/xml/xml-schema-validation-stricter.md)]
79+
[!INCLUDE[XML schema validation is stricter](~/includes/migration-guide/retargeting/xml/xml-schema-validation-stricter.md)]
8080

docs/framework/migration-guide/retargeting/4.0-4.5.2.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,77 +8,77 @@ ms.author: "ronpet"
88

99
# Retargeting Changes for Migration from .NET Framework 4.0 to 4.5.2
1010

11-
[!include[versionselector](../../../../includes/migration-guide/retargeting/versionselector.md)]
11+
[!INCLUDE[versionselector](../../../../includes/migration-guide/retargeting/versionselector.md)]
1212

13-
[!include[introduction](../../../../includes/migration-guide/retargeting/introduction.md)]
13+
[!INCLUDE[introduction](../../../../includes/migration-guide/retargeting/introduction.md)]
1414

1515
If you are migrating from the .NET Framework 4.0 to 4.5.2, review the following topics for application compatibility issues that may affect your app:
1616

1717
## ADO.NET
1818

19-
[!include[DbParameter.Precision and DbParameter.Scale are now public virtual members](~/includes/migration-guide/retargeting/adonet/dbparameterprecision-dbparameterscale-are-now-public-virtual-members.md)]
19+
[!INCLUDE[DbParameter.Precision and DbParameter.Scale are now public virtual members](~/includes/migration-guide/retargeting/adonet/dbparameterprecision-dbparameterscale-are-now-public-virtual-members.md)]
2020

2121
## ASP.NET
2222

23-
[!include[MachineKey.Encode and MachineKey.Decode methods are now obsolete](~/includes/migration-guide/retargeting/asp/machinekeyencode-machinekeydecode-methods-are-now-obsolete.md)]
23+
[!INCLUDE[MachineKey.Encode and MachineKey.Decode methods are now obsolete](~/includes/migration-guide/retargeting/asp/machinekeyencode-machinekeydecode-methods-are-now-obsolete.md)]
2424

25-
[!include[Multi-line ASP.Net TextBox spacing changed when using AntiXSSEncoder](~/includes/migration-guide/retargeting/asp/multi-line-aspnet-textbox-spacing-changed-when-using-antixssencoder.md)]
25+
[!INCLUDE[Multi-line ASP.Net TextBox spacing changed when using AntiXSSEncoder](~/includes/migration-guide/retargeting/asp/multi-line-aspnet-textbox-spacing-changed-when-using-antixssencoder.md)]
2626

27-
[!include[WebUtility.HtmlEncode and WebUtility.HtmlDecode round-trip BMP correctly](~/includes/migration-guide/retargeting/asp/webutilityhtmlencode-webutilityhtmldecode-round-trip-bmp-correctly.md)]
27+
[!INCLUDE[WebUtility.HtmlEncode and WebUtility.HtmlDecode round-trip BMP correctly](~/includes/migration-guide/retargeting/asp/webutilityhtmlencode-webutilityhtmldecode-round-trip-bmp-correctly.md)]
2828

2929
## ClickOnce
3030

31-
[!include[Apps published with ClickOnce that use a SHA-256 code-signing certificate may fail on Windows 2003](~/includes/migration-guide/retargeting/clickonce/apps-published-with-clickonce-that-use-sha-256-code-signing-certificate-may.md)]
31+
[!INCLUDE[Apps published with ClickOnce that use a SHA-256 code-signing certificate may fail on Windows 2003](~/includes/migration-guide/retargeting/clickonce/apps-published-with-clickonce-that-use-sha-256-code-signing-certificate-may.md)]
3232

3333
## Core
3434

35-
[!include[Foreach iterator variable is now scoped within the iteration, so closure capturing semantics are different (in C#5)](~/includes/migration-guide/retargeting/core/foreach-iterator-variable-now-scoped-within-iteration-so-closure-capturing.md)]
35+
[!INCLUDE[Foreach iterator variable is now scoped within the iteration, so closure capturing semantics are different (in C#5)](~/includes/migration-guide/retargeting/core/foreach-iterator-variable-now-scoped-within-iteration-so-closure-capturing.md)]
3636

37-
[!include[IAsyncResult.CompletedSynchronously property must be correct for the resulting task to complete](~/includes/migration-guide/retargeting/core/iasyncresultcompletedsynchronously-property-must-be-correct-for-resulting.md)]
37+
[!INCLUDE[IAsyncResult.CompletedSynchronously property must be correct for the resulting task to complete](~/includes/migration-guide/retargeting/core/iasyncresultcompletedsynchronously-property-must-be-correct-for-resulting.md)]
3838

39-
[!include[List<T>.ForEach can throw exception when modifying list item](~/includes/migration-guide/retargeting/core/listlttgtforeach-can-throw-exception-when-modifying-list-item.md)]
39+
[!INCLUDE[List<T>.ForEach can throw exception when modifying list item](~/includes/migration-guide/retargeting/core/listlttgtforeach-can-throw-exception-when-modifying-list-item.md)]
4040

41-
[!include[ObsoleteAttribute exports as both ObsoleteAttribute and DeprecatedAttribute in WinMD scenarios](~/includes/migration-guide/retargeting/core/obsoleteattribute-exports-both-deprecatedattribute-winmd-scenarios.md)]
41+
[!INCLUDE[ObsoleteAttribute exports as both ObsoleteAttribute and DeprecatedAttribute in WinMD scenarios](~/includes/migration-guide/retargeting/core/obsoleteattribute-exports-both-deprecatedattribute-winmd-scenarios.md)]
4242

43-
[!include[System.Uri parsing adheres to RFC 3987](~/includes/migration-guide/retargeting/core/systemuri-parsing-adheres-rfc-3987.md)]
43+
[!INCLUDE[System.Uri parsing adheres to RFC 3987](~/includes/migration-guide/retargeting/core/systemuri-parsing-adheres-rfc-3987.md)]
4444

45-
[!include[System.Uri.IsWellFormedUriString method returns false for relative URIs with a colon char in first segment](~/includes/migration-guide/retargeting/core/systemuriiswellformeduristring-method-returns-false-for-relative-uris-with.md)]
45+
[!INCLUDE[System.Uri.IsWellFormedUriString method returns false for relative URIs with a colon char in first segment](~/includes/migration-guide/retargeting/core/systemuriiswellformeduristring-method-returns-false-for-relative-uris-with.md)]
4646

4747
## Entity Framework
4848

49-
[!include[Building an Entity Framework edmx with Visual Studio 2013 can fail with error MSB4062 if using the EntityDeploySplit or EntityClean tasks](~/includes/migration-guide/retargeting/ef/building-an-entity-framework-edmx-with-visual-studio-2013-can-fail-error.md)]
49+
[!INCLUDE[Building an Entity Framework edmx with Visual Studio 2013 can fail with error MSB4062 if using the EntityDeploySplit or EntityClean tasks](~/includes/migration-guide/retargeting/ef/building-an-entity-framework-edmx-with-visual-studio-2013-can-fail-error.md)]
5050

51-
[!include[Entity Framework version must match the .NET Framework version](~/includes/migration-guide/retargeting/ef/entity-framework-version-must-match-net.md)]
51+
[!INCLUDE[Entity Framework version must match the .NET Framework version](~/includes/migration-guide/retargeting/ef/entity-framework-version-must-match-net.md)]
5252

5353
## MSBuild
5454

55-
[!include[ResolveAssemblyReference task now warns of dependencies with the wrong architecture](~/includes/migration-guide/retargeting/msbuild/resolveassemblyreference-task-now-warns-dependencies-with-wrong-architecture.md)]
55+
[!INCLUDE[ResolveAssemblyReference task now warns of dependencies with the wrong architecture](~/includes/migration-guide/retargeting/msbuild/resolveassemblyreference-task-now-warns-dependencies-with-wrong-architecture.md)]
5656

5757
## Visual Basic .NET
5858

59-
[!include[VB.NET no longer supports partial namespace qualification for System.Windows APIs](~/includes/migration-guide/retargeting/vb/vbnet-no-longer-supports-partial-namespace-qualification-for-systemwindows.md)]
59+
[!INCLUDE[VB.NET no longer supports partial namespace qualification for System.Windows APIs](~/includes/migration-guide/retargeting/vb/vbnet-no-longer-supports-partial-namespace-qualification-for-systemwindows.md)]
6060

6161
## Windows Forms
6262

63-
[!include[DataObject.GetData now retrieves data as UTF-8](~/includes/migration-guide/retargeting/winforms/dataobjectgetdata-now-retrieves-data-utf-8.md)]
63+
[!INCLUDE[DataObject.GetData now retrieves data as UTF-8](~/includes/migration-guide/retargeting/winforms/dataobjectgetdata-now-retrieves-data-utf-8.md)]
6464

65-
[!include[EncoderParameter ctor is obsolete](~/includes/migration-guide/retargeting/winforms/encoderparameter-ctor-obsolete.md)]
65+
[!INCLUDE[EncoderParameter ctor is obsolete](~/includes/migration-guide/retargeting/winforms/encoderparameter-ctor-obsolete.md)]
6666

6767
## Windows Presentation Foundation (WPF)
6868

69-
[!include[Two-way data-binding to a property with a non-public setter is not supported](~/includes/migration-guide/retargeting/wpf/two-way-data-binding-property-with-non-public-setter-not-supported.md)]
69+
[!INCLUDE[Two-way data-binding to a property with a non-public setter is not supported](~/includes/migration-guide/retargeting/wpf/two-way-data-binding-property-with-non-public-setter-not-supported.md)]
7070

71-
[!include[WPF TextBox.Text can be out-of-sync with databinding](~/includes/migration-guide/retargeting/wpf/wpf-textboxtext-can-be-out-of-sync-with-databinding.md)]
71+
[!INCLUDE[WPF TextBox.Text can be out-of-sync with databinding](~/includes/migration-guide/retargeting/wpf/wpf-textboxtext-can-be-out-of-sync-with-databinding.md)]
7272

7373
## Windows Workflow Foundation (WF)
7474

75-
[!include[New (ambiguous) Dispatcher.Invoke overloads could result in different behavior](~/includes/migration-guide/retargeting/wf/new-ambiguous-dispatcherinvoke-overloads-could-result-different-behavior.md)]
75+
[!INCLUDE[New (ambiguous) Dispatcher.Invoke overloads could result in different behavior](~/includes/migration-guide/retargeting/wf/new-ambiguous-dispatcherinvoke-overloads-could-result-different-behavior.md)]
7676

77-
[!include[Some WorkFlow drag-and-drop APIs are obsolete](~/includes/migration-guide/retargeting/wf/some-workflow-drag-and-drop-apis-are-obsolete.md)]
77+
[!INCLUDE[Some WorkFlow drag-and-drop APIs are obsolete](~/includes/migration-guide/retargeting/wf/some-workflow-drag-and-drop-apis-are-obsolete.md)]
7878

79-
[!include[WorkFlow 3.0 types are obsolete](~/includes/migration-guide/retargeting/wf/workflow-30-types-are-obsolete.md)]
79+
[!INCLUDE[WorkFlow 3.0 types are obsolete](~/includes/migration-guide/retargeting/wf/workflow-30-types-are-obsolete.md)]
8080

8181
## XML, XSLT
8282

83-
[!include[XML schema validation is stricter](~/includes/migration-guide/retargeting/xml/xml-schema-validation-stricter.md)]
83+
[!INCLUDE[XML schema validation is stricter](~/includes/migration-guide/retargeting/xml/xml-schema-validation-stricter.md)]
8484

0 commit comments

Comments
 (0)