#
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,616 public repositories matching this topic...
A modern file explorer that pushes the boundaries of the platform.
-
Updated
Jun 1, 2021 - C#
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
android
ios
framework
reactivex
xamarin
csharp
dotnet
uwp
wpf
winforms
mvvm
reactive-programming
reactiveui
reactive-extensions
functional-reactive-programming
xamarin-forms
tizen
first-timers
hacktoberfest
fody
-
Updated
Jun 1, 2021 - C#
NLog - Advanced and Structured Logging for Various .NET Platforms
c-sharp
xamarin
csharp
uwp
logging
netcore
logging-library
structured-logging
netstandard
nlog
silverlight
netstandard20
netstandard13
netstandard15
-
Updated
Jun 1, 2021 - C#
jeromelaban
commented
Nov 24, 2019
What would you like to be added:
Adding a binding to a BindingBase property from the XAML should unwrap the binding expression.
For which Platform:
- iOS
- Android
- WebAssembly
- WebAssembly renderers for Xamarin.Forms
- Windows
- Build tasks
- Solution Templates
Anything else we need to know?
This check should also validate for `Binding
A modern, lightweight text editor with a minimalist design.
-
Updated
May 31, 2021 - C#
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10. The toolkit is part of the .NET Foundation.
windows
xaml
visual-studio
csharp
dotnet
uwp
wpf
winforms
mvvm
windows-10
uwp-toolkit
uwp-apps
windows-sdk
windows-toolkit
xaml-islands
-
Updated
Jun 1, 2021 - C#
SvetBonev
commented
Nov 25, 2020
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
A small C library for building user interfaces with C, XML and CSS.
-
Updated
May 31, 2021 - C
A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
-
Updated
May 27, 2021 - C#
MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.
tls
mqtt
iot
csharp
tcp
communication
nuget
uwp
netcore
iot-platform
mqtt-broker
broker
net
mqtt-client
mqtt-server
iot-framework
netframework
mqtt-protocol
anycpu
-
Updated
May 30, 2021 - C#
Windows Template Studio quickly builds a UWP app, using a wizard-based UI to turn your needs into a foundation of Windows 10 patterns and best practices.
-
Updated
Jun 1, 2021 - C#
The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++
-
Updated
Jun 1, 2021 - C++
An FTP and FTPS client for .NET & .NET Standard, optimized for speed. Provides extensive FTP commands, File uploads/downloads, SSL/TLS connections, Automatic directory listing parsing, File hashing/checksums, File permissions/CHMOD, FTP proxies, FXP support, UTF-8 support, Async/await support, Powershell support and more. Written entirely in C#, with no external dependencies.
-
Updated
May 12, 2021 - C#
Telegram for Windows 10
-
Updated
Jun 1, 2021 - C#
Essential cross platform APIs for your mobile apps.
-
Updated
May 31, 2021 - C#
Image loading, caching & transforming library for Xamarin and Windows
image
resize
xamarin
uwp
cache
transformations
windows-uwp
xamarin-forms
xamarin-ios
xamarin-android
xamarin-mac
-
Updated
Jan 25, 2021 - C#
The Xamarin Community Toolkit is a collection of Animations, Behaviors, Converters, and Effects for mobile development with Xamarin.Forms. It simplifies and demonstrates common developer tasks building iOS, Android, and UWP apps with Xamarin.Forms.
-
Updated
Jun 1, 2021 - C#
Awesome icon packs for WPF and UWP in one library
octicons
open-source
weather
xaml
oss
modern
material
material-design
uwp
fontawesome
icons
wpf
material-ui
icon-pack
mahapps
uwp-apps
hacktoberfest
typicons
iconpacks
simpleicons
-
Updated
Dec 12, 2020 - C#
Cross-platform Native API Access from Shared Code!
-
Updated
May 4, 2021
react
javascript
typescript
uwp
react-components
windows-uwp
fluent
microsoft-uwp
microsoft-fluent
uwp-design
fluent-design
-
Updated
May 11, 2021 - TypeScript
This repo contains the source code for Telerik UI for Universal Windows Platform (UWP), which includes 20+ UI controls for developers building UWP applications.
-
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=-