-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into llama/app-package
- Loading branch information
Showing
280 changed files
with
5,213 additions
and
1,495 deletions.
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
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,146 @@ | ||
name: Bug report | ||
description: Create a report to help us fix something within the Windows Community Toolkit. | ||
labels: ["bug :bug:"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Before you begin | ||
🚨 **Please do not skip instructions**🚨 | ||
This info is essential for investigating your bug report. Issues with missing information may be closed without investigation. | ||
If you're uncertain about a problem, find or start a [Questions & Answers](https://github.com/CommunityToolkit/Windows/discussions/categories/q-a) discussion, where you can get insight from the community regarding your issue. | ||
- type: textarea | ||
id: description | ||
validations: | ||
required: true | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is. | ||
- type: textarea | ||
id: repro-steps | ||
validations: | ||
required: true | ||
attributes: | ||
label: Steps to reproduce | ||
render: text | ||
description: Provide steps to reproduce the issue, or let us know why it can't be reproduced (e.g. more complex setup, environment, dependencies, etc...) | ||
placeholder: | | ||
The easier we can reproduce the issue, the easier it is to understand and fix the problem. | ||
Provide repro steps, code-snippets, or a standalone project to help us understand the issue you're facing. | ||
If the problem can be reproduced in our [Sample Gallery](https://aka.ms/windowstoolkitapp), you can speed up creation of a functional repro by forking the toolkit and adding or modifying a test or sample. Link to the forked repo and branch. | ||
Example repro steps: | ||
1. Given the following environment (Sample App w/ XAML, Project with Isolated setup, etc...) | ||
2. Go to '...' | ||
3. Click on '....' | ||
4. Scroll down to '....' | ||
5. See error | ||
- type: textarea | ||
id: expected-behavior | ||
validations: | ||
required: true | ||
attributes: | ||
label: Expected behavior | ||
description: A clear and concise description of what you expected to happen. | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots | ||
description: If applicable, add screenshots to help explain your problem. | ||
- type: checkboxes | ||
id: platform | ||
attributes: | ||
label: Code Platform | ||
description: Check the platforms where you see the issue occur. | ||
options: | ||
- label: UWP | ||
- label: WinAppSDK / WinUI 3 | ||
- label: Web Assembly (WASM) | ||
- label: Android | ||
- label: iOS | ||
- label: MacOS | ||
- label: Linux / GTK | ||
- type: checkboxes | ||
id: environment-windows-build | ||
attributes: | ||
label: Windows Build Number | ||
description: Check one or more of the following options (if applicable) | ||
options: | ||
- label: Windows 10 1809 (Build 17763) | ||
- label: Windows 10 1903 (Build 18362) | ||
- label: Windows 10 1909 (Build 18363) | ||
- label: Windows 10 2004 (Build 19041) | ||
- label: Windows 10 20H2 (Build 19042) | ||
- label: Windows 10 21H1 (Build 19043) | ||
- label: Windows 10 21H2 (Build 19044) | ||
- label: Windows 10 22H2 (Build 19045) | ||
- label: Windows 11 21H2 (Build 22000) | ||
- label: Other (specify) | ||
- type: input | ||
id: environment-windows-build-other-build-number | ||
attributes: | ||
label: Other Windows Build number | ||
description: If applicable, another Windows build number not listed (such as an Insider build) | ||
- type: checkboxes | ||
id: environment-app-min-target-version | ||
attributes: | ||
label: App minimum and target SDK version | ||
description: Check one or more of the following options | ||
options: | ||
- label: Windows 10, version 1809 (Build 17763) | ||
- label: Windows 10, version 1903 (Build 18362) | ||
- label: Windows 10, version 1909 (Build 18363) | ||
- label: Windows 10, version 2004 (Build 19041) | ||
- label: Windows 10, version 2104 (Build 20348) | ||
- label: Windows 11, version 22H2 (Build 22000) | ||
- label: Other (specify) | ||
- type: input | ||
id: environment-app-min-target-other-build-number | ||
attributes: | ||
label: Other SDK version | ||
description: If applicable, another SDK version not listed (such as an Insider SDK) | ||
- type: dropdown | ||
id: visual-studio-version | ||
attributes: | ||
multiple: true | ||
label: Visual Studio Version | ||
description: Check one or more of the following options | ||
options: | ||
- 2022 | ||
- Preview | ||
- type: input | ||
id: visual-studio-exact-build | ||
attributes: | ||
label: Visual Studio Build Number | ||
description: What's the exact build number? (Found in Visual Studio under Help -> About Microsoft Visual Studio) | ||
- type: dropdown | ||
id: form-factor | ||
attributes: | ||
multiple: true | ||
label: Device form factor | ||
description: Check one or more of the following options | ||
options: | ||
- Desktop | ||
- Xbox | ||
- Surface Hub | ||
- IoT | ||
- Mobile | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about the problem here. | ||
- type: dropdown | ||
id: contribution | ||
validations: | ||
required: true | ||
attributes: | ||
label: Help us help you | ||
description: Would you like to contribute a solution to this issue? | ||
options: | ||
- Yes, I'd like to be assigned to work on this item. | ||
- Yes, but only if others can assist. | ||
- No, I'm unable to contribute a solution. |
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,23 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Questions about the Toolkit? | ||
url: https://github.com/CommunityToolkit/Windows/discussions/categories/q-a | ||
about: I have a question about how to use something in the toolkit. | ||
- name: New Idea? | ||
url: https://github.com/CommunityToolkit/Labs-Windows/discussions?discussions_q=category%3AExperiments+category%3AIdeas+category%3AProposals | ||
about: Labs is where we propose and experiment with new ideas. Search ongoing experiments or contribute your own! | ||
- name: MVVM Toolkit, High Performance, or Diagnostic Package | ||
url: https://aka.ms/toolkit/dotnet | ||
about: "If you have a question on these, see the .NET Community Toolkit repo:" | ||
- name: MAUI Community Toolkit | ||
url: https://aka.ms/toolkit/maui | ||
about: "This repository is for the Windows Community Toolkit. For MAUI, see the MAUI Community Toolkit repo:" | ||
- name: WindowsAppSDK | ||
url: https://aka.ms/windowsappsdk | ||
about: "This repository is for the Windows Community Toolkit, for issues in the platform itself, see the WindowsAppSDK repo:" | ||
- name: Cross-platform / Uno Platform | ||
url: https://github.com/unoplatform/uno | ||
about: "The Windows Community Toolkit uses Uno Platform for cross-platform WinUI. See the Uno Platform repo for issues specific to running on non-Windows platforms:" | ||
- name: Discord | ||
url: https://aka.ms/wct/discord | ||
about: "Join the UWP Discord Server and talk to us in the #community-toolkit channel." |
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,61 @@ | ||
<!-- 🚨 Please Do Not skip any instructions and information mentioned below as they are all required and essential to evaluate and test the PR. By fulfilling all the required information you will be able to reduce the volume of questions and most likely help merge the PR faster 🚨 --> | ||
|
||
<!-- ⚠ We will not merge the PR to the main repo if your changes are not in a *feature branch* of your forked repository. Create a new branch in your repo, **do not use the `main` branch in your repo**! ⚠ --> | ||
|
||
<!-- 👉 It is imperative to resolve ONE ISSUE PER PR and avoid making multiple changes unless the changes interrelate with each other --> | ||
|
||
<!-- 📝 Please always keep the "☑️ Allow edits by maintainers" button checked in the Pull Request Template as it increases collaboration with the Toolkit maintainers by permitting commits to your PR branch (only) created from your fork. This can let us quickly make fixes for minor typos or forgotten StyleCop issues during review without needing to wait on you doing extra work. Let us help you help us! 🎉 --> | ||
|
||
## Fixes | ||
|
||
<!-- Add the relevant issue number after the word "Fixes" mentioned above (for ex: `## Fixes #0000`) which will automatically close the issue once the PR is merged. --> | ||
|
||
<!-- PRs without assigned issues will be closed unless minor changes to documentation/typos. --> | ||
|
||
<!-- Add a brief overview here of the feature/bug & fix. --> | ||
|
||
## PR Type | ||
|
||
What kind of change does this PR introduce? | ||
|
||
<!-- Please uncomment one or more options below that apply to this PR. --> | ||
<!-- New features should come from Windows Community Toolkit Labs. If you're migrating a component from Labs, link to the approval comment here. --> | ||
|
||
<!-- - Bugfix --> | ||
<!-- - Code style update (formatting) --> | ||
<!-- - Refactoring (no functional changes, no api changes) --> | ||
<!-- - Build or CI related changes --> | ||
<!-- - Documentation content changes --> | ||
<!-- - Sample app changes --> | ||
<!-- - Other... Please describe: --> | ||
|
||
## What is the current behavior? | ||
|
||
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> | ||
|
||
## What is the new behavior? | ||
|
||
<!-- Describe how was this issue resolved or changed? --> | ||
|
||
## PR Checklist | ||
|
||
Please check if your PR fulfills the following requirements: <!-- and remove the ones that are not applicable to the current PR --> | ||
|
||
- [ ] Created a feature/dev branch in your fork (vs. submitting directly from a commit on main) | ||
- [ ] Based off latest main branch of toolkit | ||
- [ ] Tested code with current supported SDKs | ||
- [ ] New component | ||
- [ ] Documentation has been added | ||
- [ ] Sample in sample app has been added | ||
- [ ] Analyzers are passing for documentation and samples | ||
- [ ] Icon has been created (if new sample) following the [Thumbnail Style Guide and templates](https://github.com/CommunityToolkit/WindowsCommunityToolkit-design-assets) | ||
- [ ] Tests for the changes have been added (if applicable) | ||
- [ ] Header has been added to all new source files | ||
- [ ] Contains **NO** breaking changes | ||
|
||
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. | ||
Please note that breaking changes are likely to be rejected within minor release cycles or held until major versions. --> | ||
|
||
## Other information | ||
|
||
<!-- Please add any other information that might be helpful to reviewers. --> |
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ on: | |
merge_group: | ||
|
||
env: | ||
DOTNET_VERSION: ${{ '7.0.100' }} | ||
DOTNET_VERSION: ${{ '8.0.201' }} | ||
ENABLE_DIAGNOSTICS: true | ||
MSBUILD_VERBOSITY: normal | ||
#COREHOST_TRACE: 1 | ||
|
@@ -67,7 +67,7 @@ jobs: | |
|
||
env: | ||
# faux-ternary expression to select which platforms to build for each platform vs. duplicating step below. | ||
TARGET_PLATFORMS: all | ||
TARGET_PLATFORMS: ${{ matrix.platform != 'WinUI3' && 'all-wasdk' || 'all-uwp' }} | ||
TEST_PLATFORM: ${{ matrix.platform != 'WinUI3' && 'UWP' || 'WinAppSdk' }} | ||
VERSION_PROPERTY: ${{ github.ref == 'refs/heads/main' && format('build.{0}', github.run_number) || format('pull-{0}.{1}', github.event.number, github.run_number) }} | ||
|
||
|
@@ -108,7 +108,6 @@ jobs: | |
- name: Restore dotnet tools | ||
run: dotnet tool restore | ||
|
||
# Pinning Manifest for 1.13 version of Uno.Check at the moment to unblock build, see https://github.com/CommunityToolkit/Windows/pull/201 | ||
- name: Run Uno Check to Install Dependencies | ||
run: > | ||
dotnet tool run uno-check | ||
|
@@ -119,10 +118,11 @@ jobs: | |
--skip androidemulator | ||
--skip vswinworkloads | ||
--verbose | ||
--manifest https://raw.githubusercontent.com/unoplatform/uno.check/c3b289d7bb16a2a2df7f7f7f848d76fe1e74036d/manifests/uno.ui.manifest.json | ||
- name: Add msbuild to PATH | ||
uses: microsoft/[email protected] | ||
uses: microsoft/setup-msbuild@v2 | ||
with: | ||
vs-version: '[17.9,)' | ||
|
||
- name: Enable ${{ env.TARGET_PLATFORMS }} TargetFrameworks | ||
working-directory: ./${{ env.MULTI_TARGET_DIRECTORY }} | ||
|
@@ -175,7 +175,7 @@ jobs: | |
# Build All Packages | ||
- name: pack experiments | ||
working-directory: ./tooling/Scripts/ | ||
run: ./PackEachExperiment.ps1 -date ${{ env.VERSION_DATE }} -postfix ${{ env.VERSION_PROPERTY }} | ||
run: ./PackEachExperiment.ps1 -date ${{ env.VERSION_DATE }}${{ env.VERSION_PROPERTY != '' && format(' -postfix {0}', env.VERSION_PROPERTY) || '' }} | ||
|
||
# Push Pull Request Packages to our DevOps Artifacts Feed (see nuget.config) | ||
- name: Push Pull Request Packages (if not fork) | ||
|
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
Oops, something went wrong.