Skip to content

Commit 83d779e

Browse files
committed
Windows 10 Version 1903 - September 2020 Samples Update
* Create issue and pull request templates. * CameraStreamCoordinator, CameraStreamCorrelation, HolographicTagLong: * Archived: CommunicationBlockAndFilter. * New samples: BarcodeScanner (C++/WinRT), Capabilities, Logging (C++/WinRT).
1 parent 622b285 commit 83d779e

File tree

89 files changed

+6987
-45
lines changed

Some content is hidden

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

89 files changed

+6987
-45
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: Bug in sample
3+
about: Report a problem with a sample
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Which sample are you reporting a bug in?**
11+
12+
Example: ResizeAppView
13+
14+
**Describe the bug**
15+
A clear and concise description of what the bug is.
16+
Include links to specific lines of code where you think the bug is.
17+
(Click the line number, then click the "..." and select "Copy permalink.")
18+
If not sure, at least include a link to the scenario where the problem is.
19+
20+
**To Reproduce**
21+
Steps to reproduce the behavior:
22+
1. Go to '...'
23+
2. Click on '....'
24+
3. Scroll down to '....'
25+
4. See error
26+
27+
**Expected behavior**
28+
A clear and concise description of what you expected to happen.
29+
30+
**Screenshots**
31+
If applicable, add screenshots to help explain your problem.
32+
33+
**Configuration**
34+
35+
* Language/architecture/flavor: (example: C++/WinRT x64 Debug)
36+
* Windows platform and build number: (example: Desktop build 18362.)
37+
<!-- Unless otherwise noted, samples in the master branch are intended to run on the latest released build of Windows,
38+
and samples in the dev branch are intended to run on the latest Windows Insider build. -->
39+
* Visual Studio version: (example: 16.6.5; get this value from Help.About.)
40+
<!-- Unless otherwise noted, samples are intended to be built with the latest version of Visual Studio. -->
41+
42+
**Additional context**
43+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Bug in the OS
4+
url: https://developer.microsoft.com/windows/support/
5+
about: In Windows Dev Center, click "Forums & community" to see your options
6+
- name: OS feature request
7+
url: https://aka.ms/feedback-hub/support
8+
about: Use Feedback Hub to request OS features
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Suggestion for sample
3+
about: Suggest a new sample or update to an existing sample
4+
title: ''
5+
labels: suggestion
6+
assignees: ''
7+
8+
---
9+
10+
**Which sample are you requesting a feature to be added to?**
11+
12+
Example: ResizeAppView (or say "New sample" to suggest a new sample)
13+
14+
Note that this is for suggesting a new sample or suggesting an update to an existing sample. To request features to be added to the operating system, use [Feedback Hub]( https://aka.ms/feedback-hub/support).
15+
16+
**Describe the feature**
17+
A clear and concise description of the desired feature to be demonstrated by a sample.
18+
19+
Example: Show how to use the MapElementsLayer class to organize elements into layers on the MapControl.

.github/pull_request_template.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!-- Provide a general summary of your changes in the Title above -->
2+
<!-- Note that nontrivial changes will need to be reviewed by the feature team and will take time. -->
3+
4+
## Description
5+
6+
Name of sample: (example: ResizeAppView, or proposed name of new sample)
7+
8+
<!-- Describe your changes in detail -->
9+
<!-- If this change fixes an open issue, please link to the issue here. -->
10+
11+
## Testing
12+
<!-- Please describe in detail how you tested your changes. -->
13+
<!-- Include details of your testing environment, and the tests you ran. -->
14+
15+
## Type of change
16+
<!-- Select all that apply. -->
17+
- [ ] Bug fix
18+
- [ ] New feature
19+
- [ ] Porting to new language
20+
21+
## Supported platforms
22+
Minimum OS version: (example: 18362)
23+
24+
<!-- Select all that apply. -->
25+
- [ ] All UWP platforms
26+
- [ ] Desktop
27+
- [ ] Holographic
28+
- [ ] IoT
29+
- [ ] Xbox
30+
- [ ] 10X
31+
32+
## Supported languages
33+
<!-- Select all that apply. -->
34+
<!-- If the sample is available in more than one language, make sure your change applies to all versions. -->
35+
<!-- C++/CX, JavaScript, and Visual Basic samples are no longer being maintained. -->
36+
<!-- They are archived when the underlying sample changes. C++/CX samples are ported to C++/WinRT. -->
37+
- [ ] C#
38+
- [ ] C++/WinRT
39+
40+
## Additional remarks
41+
<!-- Optional. -->

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,11 +531,12 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
531531

532532
<table>
533533
<tr>
534+
<td><a href="Samples/Capabilities">Capabilities</a></td>
534535
<td><a href="Samples/CustomCapability">Custom capabilities</a></td>
535536
<td><a href="Samples/ProxyStubsForWinRTComponents">In-process component authoring</a></td>
536-
<td><a href="Samples/WRLInProcessWinRTComponent">In-process component authoring</a></td>
537537
</tr>
538538
<tr>
539+
<td><a href="Samples/WRLInProcessWinRTComponent">In-process component authoring</a></td>
539540
<td><a href="Samples/WRLOutOfProcessWinRTComponent">Out-of-process component authoring</a></td>
540541
<td><a href="Samples/VersionAdaptiveCode">Version adaptive code</a></td>
541542
</tr>

Samples/BarcodeScanner/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ languages:
55
- cpp
66
- cppcx
77
- vb
8+
- cppwinrt
89
products:
910
- windows
1011
- windows-uwp
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.30320.27
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BarcodeScanner", "BarcodeScanner.vcxproj", "{A8DD75F9-CA19-4997-96CC-F6C28FD7D55B}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|ARM = Debug|ARM
11+
Debug|x64 = Debug|x64
12+
Debug|x86 = Debug|x86
13+
Release|ARM = Release|ARM
14+
Release|x64 = Release|x64
15+
Release|x86 = Release|x86
16+
EndGlobalSection
17+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18+
{A8DD75F9-CA19-4997-96CC-F6C28FD7D55B}.Debug|ARM.ActiveCfg = Debug|ARM
19+
{A8DD75F9-CA19-4997-96CC-F6C28FD7D55B}.Debug|ARM.Build.0 = Debug|ARM
20+
{A8DD75F9-CA19-4997-96CC-F6C28FD7D55B}.Debug|ARM.Deploy.0 = Debug|ARM
21+
{A8DD75F9-CA19-4997-96CC-F6C28FD7D55B}.Debug|x64.ActiveCfg = Debug|x64
22+
{A8DD75F9-CA19-4997-96CC-F6C28FD7D55B}.Debug|x64.Build.0 = Debug|x64
23+
{A8DD75F9-CA19-4997-96CC-F6C28FD7D55B}.Debug|x64.Deploy.0 = Debug|x64
24+
{A8DD75F9-CA19-4997-96CC-F6C28FD7D55B}.Debug|x86.ActiveCfg = Debug|Win32
25+
{A8DD75F9-CA19-4997-96CC-F6C28FD7D55B}.Debug|x86.Build.0 = Debug|Win32
26+
{A8DD75F9-CA19-4997-96CC-F6C28FD7D55B}.Debug|x86.Deploy.0 = Debug|Win32
27+
{A8DD75F9-CA19-4997-96CC-F6C28FD7D55B}.Release|ARM.ActiveCfg = Release|ARM
28+
{A8DD75F9-CA19-4997-96CC-F6C28FD7D55B}.Release|ARM.Build.0 = Release|ARM
29+
{A8DD75F9-CA19-4997-96CC-F6C28FD7D55B}.Release|ARM.Deploy.0 = Release|ARM
30+
{A8DD75F9-CA19-4997-96CC-F6C28FD7D55B}.Release|x64.ActiveCfg = Release|x64
31+
{A8DD75F9-CA19-4997-96CC-F6C28FD7D55B}.Release|x64.Build.0 = Release|x64
32+
{A8DD75F9-CA19-4997-96CC-F6C28FD7D55B}.Release|x64.Deploy.0 = Release|x64
33+
{A8DD75F9-CA19-4997-96CC-F6C28FD7D55B}.Release|x86.ActiveCfg = Release|Win32
34+
{A8DD75F9-CA19-4997-96CC-F6C28FD7D55B}.Release|x86.Build.0 = Release|Win32
35+
{A8DD75F9-CA19-4997-96CC-F6C28FD7D55B}.Release|x86.Deploy.0 = Release|Win32
36+
EndGlobalSection
37+
GlobalSection(SolutionProperties) = preSolution
38+
HideSolutionNode = FALSE
39+
EndGlobalSection
40+
GlobalSection(ExtensibilityGlobals) = postSolution
41+
SolutionGuid = {F8F7BA01-CCD5-44F2-879D-3189E0598F3C}
42+
EndGlobalSection
43+
EndGlobal

0 commit comments

Comments
 (0)