Reece

Results 10 issues of Reece

### Brief description of your issue I have `Termius` installed on my system via Winget. When I open the Microsoft Store, I can see that there is an available update...

Issue-Bug
Area-External
msstore

## Describe the bug When using data validation against a user-entered value via a `TextBox` with `UpdateSourceTrigger=PropertyChanged`, I have noticed that whenever the user enters an incorrect value, the error...

Bug

### Describe the bug The theming is completely broken for me, I'm seeing some very strange behaviour. `App.xaml` - load in dictionaries ```xaml ``` `MainWindow.xaml` - define main window with...

bug

The C# documentation is using an old version of RestSharp, and the code given in examples will not function for the current stable NuGet install. From https://restsharp.dev/v107/#restsharp-v107: > The latest...

Using a concurrent worker pool will probably sort this out. Calling sprintf for thousands of strings takes its time.

enhancement
help wanted

I am running an SSH command, but despite the it running correctly and returning an exit code of 0, the last line of the output is being erroneously removed from...

Fixes #17. Please let me know if you think anything needs adding or wording needs changing.

I am having a strange issue where `LogEventLevel.Debug` logs (or those written directly via `Log.Debug()`) do not show in the Debug console, unless `.MinimumLevel.Debug()` is applied to the global logger,...