-
The Windows 10 UWP support in the Okra App Framework does not include the ISettingsPaneManager interface. A user has asked if this would be possible to include a default settings UI experience for Win…
-
See if there any ways to improve composition within XAML - for example is they a way to include usercontrols (with associated view-models) including composition via ViewFactory? or MEF?
(See http://o…
-
Currently getting the result of a file open/save picker can be quite complex (especially in Windows Phone 8.1). Is there any way the Okra Framework can provide a simplified file picker wrapper around …
-
Current the Okra App Framework does not include built-in support for secondary tiles. This would be a useful feature to implement.
-
Add support for extended splash screens on Windows 8. A basic splash screen could be provided in the framework, with extensibility for more advanced cases.
-
The ASP.Net team have a [NotNull] attribute that is automatically code-gen'ed into the method body at compile time. Should Okra also use this? Are there any existing libraries that code-gen validation…
-
Docker pull commands will fail frequently on the docker-enabled build agents:
Pulling these base images should succeed, instead fails intermittently:
sh 'docker pull ubuntu:14.04 '
sh 'docker pull c…
-
Windows 10 includes an option to display a back button in the window title bar (is this also the same button that appears in the task bar in tablet mode?). Add support for automatically supporting thi…
-
-
Add support for the Windows file save picker contract