Skip to content

Commit 5076d1f

Browse files
authored
Change master to main for GitHub links (#43913)
1 parent f396d3f commit 5076d1f

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

docs/framework/reflection-and-codedom/dynamic-language-runtime-overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ helpviewer_keywords:
77
- "IronPython"
88
- "DLR"
99
- "IronRuby"
10-
ms.assetid: f769a271-8aff-4bea-bfab-6160217ce23d
1110
---
1211
# Dynamic language runtime overview
1312

@@ -77,7 +76,7 @@ The DLR uses binders in call sites to communicate not only with .NET, but with o
7776

7877
## DLR documentation
7978

80-
For more information about how to use the open source version of the DLR to add dynamic behavior to a language, or about how to enable the use of a dynamic language with .NET, see the documentation on the [IronLanguages/dlr](https://github.com/IronLanguages/dlr/tree/master/Docs) repo on GitHub.
79+
For more information about how to use the open source version of the DLR to add dynamic behavior to a language, or about how to enable the use of a dynamic language with .NET, see the documentation on the [IronLanguages/dlr](https://github.com/IronLanguages/dlr/tree/main/Docs) repo on GitHub.
8180

8281
## See also
8382

docs/framework/whats-new/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ WPF's printing APIs in the <xref:System.Printing.PrintQueue?displayProperty=name
847847

848848
- [Debugging improvements](#Debug462)
849849

850-
For a list of new APIs added to .NET Framework 4.6.2, see [.NET Framework 4.6.2 API Changes](https://github.com/Microsoft/dotnet/blob/master/releases/net462/dotnet462-api-changes.md) on GitHub. For a list of feature improvements and bug fixes in .NET Framework 4.6.2, see [.NET Framework 4.6.2 List of Changes](https://github.com/Microsoft/dotnet/blob/master/releases/net462/dotnet462-changes.md) on GitHub. For more information, see [Announcing .NET Framework 4.6.2](https://devblogs.microsoft.com/dotnet/announcing-net-framework-4-6-2/) in the .NET blog.
850+
For a list of new APIs added to .NET Framework 4.6.2, see [.NET Framework 4.6.2 API Changes](https://github.com/Microsoft/dotnet/blob/main/releases/net462/dotnet462-api-changes.md) on GitHub. For a list of feature improvements and bug fixes in .NET Framework 4.6.2, see [.NET Framework 4.6.2 List of Changes](https://github.com/Microsoft/dotnet/blob/main/releases/net462/dotnet462-changes.md) on GitHub. For more information, see [Announcing .NET Framework 4.6.2](https://devblogs.microsoft.com/dotnet/announcing-net-framework-4-6-2/) in the .NET blog.
851851

852852
<a name="ASPNET462"></a>
853853

includes/core-changes/windowsforms/3.0/deprecate-uselegacyimages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The `Switch.System.Windows.Forms.UseLegacyImages` compatibility switch, which wa
44

55
#### Change description
66

7-
Starting with .NET Framework 4.8, the `Switch.System.Windows.Forms.UseLegacyImages` compatibility switch addressed possible image scaling issues in ClickOnce scenarios in high DPI environments. When set to `true`, the switch allows the user to restore legacy image scaling on high DPI displays whose scale is set to greater than 100%. For more information, see [.NET Framework 4.8 Release Notes](https://github.com/microsoft/dotnet/blob/master/releases/net48/dotnet48-changes.md#clickonce) on GitHub.
7+
Starting with .NET Framework 4.8, the `Switch.System.Windows.Forms.UseLegacyImages` compatibility switch addressed possible image scaling issues in ClickOnce scenarios in high DPI environments. When set to `true`, the switch allows the user to restore legacy image scaling on high DPI displays whose scale is set to greater than 100%. For more information, see [.NET Framework 4.8 Release Notes](https://github.com/microsoft/dotnet/blob/main/releases/net48/dotnet48-changes.md#clickonce) on GitHub.
88

99
In .NET Core and .NET 5.0 and later, the `Switch.System.Windows.Forms.UseLegacyImages` switch is not supported.
1010

includes/migration-guide/retargeting/wpf/add-selectiontextbrush-public-property-textboxpasswordbox-non-adorner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#### Details
44

5-
In WPF applications using [non-adorner based text selection](https://github.com/Microsoft/dotnet/blob/master/Documentation/compatibility/wpf-TextBox-PasswordBox-text-selection-does-not-follow-system-colors.md) for <xref:System.Windows.Controls.TextBox> and <xref:System.Windows.Controls.PasswordBox>, developers may now set the newly added SelectionTextBrush property in order to alter the rendering of the selected text. By default, this color changes with <xref:System.Windows.SystemColors.HighlightTextBrushKey>. If non-adorner based text selection is not enabled, this property does nothing.
5+
In WPF applications using [non-adorner based text selection](https://github.com/Microsoft/dotnet/blob/main/Documentation/compatibility/wpf-TextBox-PasswordBox-text-selection-does-not-follow-system-colors.md) for <xref:System.Windows.Controls.TextBox> and <xref:System.Windows.Controls.PasswordBox>, developers may now set the newly added SelectionTextBrush property in order to alter the rendering of the selected text. By default, this color changes with <xref:System.Windows.SystemColors.HighlightTextBrushKey>. If non-adorner based text selection is not enabled, this property does nothing.
66

77
#### Suggestion
88

includes/migration-guide/runtime/wpf/improvements-grid-star-rows-space-allocating-algorithm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#### Details
44

5-
Fixed a bug in the [algorithm for allocating sizes to](https://github.com/Microsoft/dotnet/blob/master/Documentation/compatibility/wpf-grid-allocation-of-space-to-star-columns.md)) in a <xref:System.Windows.Controls.Grid> introduced in .NET Framework 4.7. In some cases, such as a Grid with `Height=&quot;Auto&quot;` containing empty rows, rows were arranged at the wrong position, possibly outside the Grid altogether.
5+
Fixed a bug in the [algorithm for allocating sizes to](https://github.com/Microsoft/dotnet/blob/main/Documentation/compatibility/wpf-grid-allocation-of-space-to-star-columns.md)) in a <xref:System.Windows.Controls.Grid> introduced in .NET Framework 4.7. In some cases, such as a Grid with `Height=&quot;Auto&quot;` containing empty rows, rows were arranged at the wrong position, possibly outside the Grid altogether.
66

77
#### Suggestion
88

0 commit comments

Comments
 (0)