Template10
Template10 copied to clipboard
Making Windows 10 apps great again
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
I inherited a program that was developed using c# and UWP that has errors that do not crash the program. There are 2 control bars, a page header and page...
I'm stuck in a bit of DLL-hell because of Template10 still uses older version of Newtonsoft.Json library (v11.0.2 i think?) and a few of my other reference libraries require v12+....
Currently possible exceptions are not directly handled and caught in the SettingsService. Would it be better to handle them here? _example Settings/Adapters/LocalFileSettingsAdapter.cs_ **new** ```csharp public (bool successful, string result) ReadString(string...
Currently the BackRequested event of SystemNavigationManager is handled in the service and **in tablet mode the navigation gestures do not work as intended**. Since the event is not handled as...
Currently has `ToString()` which requires: ````csharp var path = PathBuilder.Create(BackStackBehaviors.Clear, nameof(MyView)).ToString(); await NavigationService.NavigateAsync(new Uri(path, UriKind.Relative)); ```` This works and should not be changed. The desired ADDITIONAL syntax would be: ````csharp...
AttachGestures currently requires Window. This is fine, but it needs an override that does not require it. That's because if you call it outside the earliest pipeline, it's easier to...