Universal Windows Platform
Universal Windows Platform (UWP) is an API that allows developers to create cross-platform applications that are able to run on Windows 10, Windows 10 Mobile, Xbox One and HoloLens.
Here are 1,619 public repositories matching this topic...
-
Updated
Jun 4, 2021 - C#
-
Updated
Jun 4, 2021 - C#
-
Updated
Jun 3, 2021 - C#
Current behavior
As you can see, the cursor moves to the left after pressing the comma.
Expected behavior
It should not move the cursor what so ever after pressing the comma by default. This behavior does not happend on neither xamarin.classic nor native.
-
Updated
Jun 2, 2021 - C#
Describe the bug
Looks like NetworkConnectionStateTrigger is using a private copy of WeakEventListener, it's identical to the one we already have in the Toolkit, so we should update the source to use the [existing code within the Toolkit](https://github.c
Describe the bug
Adding a reference to a ClassLibrary project from a UWP application project generates a XAML compiler warning.
Steps to reproduce the bug
- Open Visual Studio 2019 (or 2017)
- Create a new Universal Windows Class Library project
- Create a new Universal Windows Application project in the same solution
- Add a reference to the Class Library project from the Appl
-
Updated
May 31, 2021 - C
-
Updated
May 27, 2021 - C#
-
Updated
May 30, 2021 - C#
-
Updated
Jun 4, 2021 - C#
-
Updated
Jun 2, 2021 - C++
-
Updated
May 12, 2021 - C#
-
Updated
Jun 3, 2021 - C#
-
Updated
May 31, 2021 - C#
-
Updated
Jan 25, 2021 - C#
-
Updated
Jun 4, 2021 - C#
-
Updated
May 4, 2021
-
Updated
Dec 12, 2020 - C#
-
Updated
May 11, 2021 - TypeScript
-
Updated
May 13, 2021 - C#
Created by Microsoft
- Wikipedia
- Wikipedia

An unhandled promise rejection usually signifies an exception in an async method, or a failure to handle an error. In Node <15, it results in a printed warning, often leading to termination without a non-zero exit code. This means scripts may fail in CI without creating signal by failing the task.
Default node settings can be set via the
NODE_OPTIONSenvironment variable. E.g. `NODE_OPTIONS=-