Magnus Lindhe

Results 29 issues of Magnus Lindhe

How about adding support for IProgress? With this in place it would be possible to show a progress bar during startup.

Lets say a IStartupTask identifies a situation where the application cannot proceed and start successfuylly. It would then be nice to be able to cancel further IStartupTasks from being run....

It seems that `JsonFileConfigurationProvider` returns and empty string when calling `WriteAsString()`. It seems to me that it does not override `WriteAsString()` which results in a call to XML serialization instead...

The link to the CLI download found in the README does not work. Consider releasing the CLI as a separate NuGet package or include it in the current package under...

Touching a `TextBox` does not bring up the keyboard. Touching "native" Windows text input like Notepad or similar will bring up the keyboard. *Expected behavior* When I touch a textbox...

bug
os-windows
area-textprocessing

The transition wipe should be able to shuffle slides in various directions such as: ``` enum SlideDirection { Up, Down, Left, Right, UpLeft, UpRight, DownLeft, DownRight } ``` The wipe...

enhancement
up-for-grabs
transitions

`ClosingEffects` would operate similar to `OpeningEffects` but only occurr when `Visibility` is `Hidden` or `Collapsed` or when control is unloaded. This would also require some more values added to `TransitionEffectKind`,...

enhancement
up-for-grabs
transitions

I would like to have XML docs on the ICustomKeyboardNavigation interface. Better yet would be a section in "How to Guides" or "Deep Dives"