uwp-apps
Here are 172 public repositories matching this topic...
-
Updated
Apr 3, 2020 - Shell
- Improve documentation on how to author templates.
- Add documentation on the packaging and distributing of WinTS compatible templates. This must also include differences from how dotnet-new works with template sources.
- Improve tools to help with testing and validating any created templates. Existing tests and tools are a start but these may need updating and revising to make them
Hi!
In https://github.com/microsoft/WSL-DistroLauncher#building-project-visual-studio the step states:
You can also easily build and deploy the distro launcher from Visual Studio. To sideload your appx on your machine for testing, all you need to do is right-click on the "Solution (DistroLauncher)" in the Solution Explorer and click "Deploy Solution". This should build the project and side
The DataGridBooleanColumn shows a box filled with an X (Unicode character U+2612, Ballot Box With X) for false values. In my opinion this is incorrect. I believe it should show an empty box (Unicode character U+2610, Ballot Box) instead.
-
Updated
May 29, 2020 - C#
-
Updated
Jun 8, 2017 - C#
-
Updated
Dec 6, 2019 - C#
Is this a totally new sample, an addition to an existing sample page, or a modification of an existing sample page?
- New sample
- Addition to existing sample
- Modification to existing sample
If this is an addition/modification to an existing sample page, which one?
All Sample Pages
Additional context
There's a lot of samples that have additional code that's not
I wanted to use the Settings.XamlStyler file. But I faced with the fact that VS doesn't support this format. So, manual editing is not easy.
I think it would be easier if one could copy the global settings to keyboard buffer and paste it into settings file.
-
Updated
May 28, 2018
-
Updated
May 26, 2020 - C#
-
Updated
May 19, 2020 - C#
I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Feature request
[ ] Question
Current behavior
when the tiles in enabled from disabled state, the other controls are not shown automatically
Expected behavior
when the tiles in enabled from di
-
Updated
May 14, 2020 - C#
-
Updated
May 28, 2020 - C#
-
Updated
Apr 20, 2019
-
Updated
Apr 9, 2019 - C#
-
Updated
May 5, 2020 - C#
-
Updated
Mar 29, 2020 - C#
-
Updated
Apr 23, 2019 - C++
-
Updated
Feb 18, 2017 - C++
By visiting https://kiwix.github.io/kiwix-js-windows/ in a Service-Worker capable browser, it is now possible to "install" Kiwix JS Windows as a Progressive Web App (PWA) for offline usage. Visiting this page installs a controller Service Worker that initially caches all the "shell" files of the app (e.g. index.html, app.js, xzdec.js etc.). If the user also enables "Service Worker mode" in C
-
Updated
Jan 8, 2018 - C#
-
Updated
May 19, 2020 - C#
Improve this page
Add a description, image, and links to the uwp-apps topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the uwp-apps topic, visit your repo's landing page and select "manage topics."
This issue relates to the
Singleton<T>type defined inMicrosoft.Toolkit.Helpers.Singleton.cs.I'm wondering whether having this type in the toolkit at all is a good idea, considering it can be fully replaced by only using built-in C# language features, which also result in a fas