forked from dotnet/winforms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from dotnet/master
Synchronization of updates from the original repository
- Loading branch information
Showing
4,605 changed files
with
755,133 additions
and
359,312 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
* text=auto | ||
|
||
# Collapse XLF files in PRs by default | ||
*.xlf linguist-generated=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,29 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
--- | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
* .NET Core Version: (e.g. 3.0 Preview1, or daily build number, use `dotnet --info`) | ||
* Have you experienced this same bug with .NET Framework?: Yes/No | ||
--- | ||
|
||
<!-- Read https://github.com/dotnet/winforms/blob/master/Documentation/issue-guide.md --> | ||
|
||
* .NET Core Version: | ||
<!-- e.g. 3.0 Preview1, or daily build number, use `dotnet --info` --> | ||
|
||
* Have you experienced this same bug with .NET Framework?: | ||
<!-- Yes / No --> | ||
|
||
**Problem description:** | ||
|
||
**Actual behavior:** <!-- callstack for crashes / exceptions --> | ||
<!-- | ||
Describe the current behavior, what is wrong or not working as expected. | ||
Provide as much information as possible, including callstack for crashes/exceptions, screenshots or animations. | ||
--> | ||
|
||
|
||
**Expected behavior:** | ||
|
||
|
||
**Minimal repro:** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Issue with .NET runtime or core .NET libraries | ||
url: https://github.com/dotnet/runtime/issues/new/choose | ||
about: Please open issues with the .NET runtime or core in their repo | ||
- name: Issue with .NET Core SDK | ||
url: https://github.com/dotnet/sdk/issues/new/choose | ||
about: Please open issues with the .NET Core SDK in their repo | ||
- name: Issue with Entity Framework | ||
url: https://github.com/dotnet/efcore/issues/new/choose | ||
about: Please open issues with Entity Framework in their repo | ||
- name: Issue with Roslyn compiler | ||
url: https://github.com/dotnet/roslyn/issues/new/choose | ||
about: Please open issues with the Roslyn compiler in their repo | ||
- name: Issue with ASP.NET | ||
url: https://github.com/dotnet/aspnetcore/issues/new/choose | ||
about: Please open issues with ASP.NET Core in their repo | ||
- name: Issue with WPF | ||
url: https://github.com/dotnet/wpf/issues/new/choose | ||
about: Please open issues with WPF in their repo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,40 @@ | ||
--- | ||
name: Feature / API request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: api-suggestion | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Read https://github.com/dotnet/winforms/blob/master/Documentation/issue-guide.md --> | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
<!-- | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
--> | ||
|
||
**Describe the solution you'd like and alternatives you've considered** | ||
<!-- | ||
A clear and concise description of what you want to happen. This includes: | ||
- Description of what API need to be added or changed. | ||
- Code that shows the surface area of the API. | ||
- Code that shows real world scenarios, and how they would otherwise be handled. | ||
- Details showing the usage/consumption of the proposed new API, and alternatives (e.g. not having this API). | ||
- Any other context or screenshots about the feature request here. | ||
:exclamation: Read https://github.com/dotnet/winforms/blob/master/Documentation/issue-guide.md for more details | ||
--> | ||
|
||
|
||
**Will this feature affect UI controls?** | ||
<!-- | ||
Yes / No | ||
If yes, describe the following: | ||
- Will VS Designer need to support the feature? If yes, describe how you expect it to funсtion. | ||
- What impact will it have on accessibility? | ||
- Will this feature need to be localized or be localizable? | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: Localization issue report | ||
about: Report an issue with localization resources | ||
title: "[LOC] " | ||
labels: tenet-localization | ||
assignees: '' | ||
|
||
--- | ||
|
||
**File(s) affected:** | ||
<!-- | ||
List affected files | ||
These would likely include files | ||
* https://github.com/dotnet/winforms/search?l=XML&p=1&q=SR.+extension%3Axlf, or | ||
* https://github.com/dotnet/winforms/search?q=extension%3Aresx&unscoped_q=extension%3Aresx | ||
--> | ||
|
||
**Language(s) affected:** | ||
|
||
<!-- | ||
List affected languages | ||
--> | ||
|
||
**Suggested translation change(s):** |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
<!-- Please read CONTRIBUTING.md before submitting a pull request --> | ||
|
||
Fixes # | ||
|
||
|
||
## Proposed changes | ||
|
||
- | ||
- | ||
- | ||
|
||
<!-- We are in TELL-MODE the following section must be completed --> | ||
|
||
## Customer Impact | ||
|
||
- | ||
- | ||
|
||
## Regression? | ||
|
||
- Yes / No | ||
|
||
## Risk | ||
|
||
- | ||
|
||
<!-- end TELL-MODE --> | ||
|
||
|
||
## Screenshots <!-- Remove this section if PR does not change UI --> | ||
|
||
### Before | ||
|
||
<!-- TODO --> | ||
|
||
### After | ||
|
||
<!-- TODO --> | ||
|
||
|
||
## Test methodology <!-- How did you ensure quality? --> | ||
|
||
- | ||
- | ||
- | ||
|
||
## Accessibility testing <!-- Remove this section if PR does not change UI --> | ||
|
||
<!-- | ||
Microsoft prioritizes making our products accessible. | ||
WinForms has a key role in allowing developers to create accessible apps. | ||
When submitting a change which impacts UI in any way, including adding new UI or | ||
modifying existing controls the developer needs to run the Accessibility Insights | ||
tool (https://accessibilityinsights.io/) and verify that there are no changes or | ||
regressions. | ||
The developer should run the Fast Pass over the impacted control(s) and provide | ||
a snapshot of the passing results along with before/after snapshots of the UI. | ||
More info: (https://accessibilityinsights.io/docs/en/web/getstarted/fastpass) | ||
--> | ||
|
||
|
||
|
||
|
||
## Test environment(s) <!-- Remove any that don't apply --> | ||
|
||
- <!-- use `dotnet --info` --> | ||
|
||
|
||
<!-- Mention language, UI scaling, or anything else that might be relevant --> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.