Skip to content
#

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,725 public repositories matching this topic...

Files
react-native-windows
asklar
asklar commented Jan 3, 2022

https://github.com/microsoft/react-native-windows/blob/17861f726533cb7907d9ad0ff3fd2083125f2de6/packages/e2e-test-app/packages.config#L3

it looks like the e2e test app is referencing the boost nuget package (which is for C++ code), but the e2e test app is C#.
Moreover it isn't clear why we need a packages.config for a C# project, the project should be using PackageReference already anyway

ReactiveUI

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.

  • Updated Jan 8, 2022
  • C#
uno
takla21
takla21 commented Jun 10, 2021

Current behavior

When I removed the status bar by adding those 4 lines in the style.xml

<item name="android:windowTranslucentStatus">false</item>
<item name="android:windowTranslucentNavigation">true</item>
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:statusBarColor">@android:color/transparent</item>

Applying `VisibleBoundsPadding

WindowsCommunityToolkit
kmgallahan
kmgallahan commented Dec 16, 2021

Describe the bug

The Release Notes section of the WCT Sample App has overlapping text.

Regression

No response

Reproducible in sample app?

  • This bug can be reproduced in the sample app.

Steps to reproduce

Open app and view the home / splash screen.

Expected behavior

Release dates should be visible.

Screenshots

![Screenshot 2021-12-16 123803](

microsoft-ui-xaml

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 Jan 5, 2022
  • C#

Created by Microsoft

Wikipedia
Wikipedia