-
### Another report
> This issue was submitted by the add-in's exception handler.
#### Exception:
````csharp
System.Exception: Unable to load bitmap.
at FreeImageAPI.FreeImageBitmap.LoadFromStre…
-
### Another report
> This issue was submitted by the add-in's exception handler.
#### Exception:
````csharp
System.ArgumentNullException: Stream with DIB data is required
Parameter name: dibStream…
-
### Another report
> This issue was submitted by the add-in's exception handler.
#### Exception:
````csharp
System.ArgumentNullException: Stream with DIB data is required
Parametername: dibStream
…
-
Hi, your MVVM design is very inspiring.
I made a small sample app which utilizes your modules and Kotlin.
Here is the link https://github.com/mishkaowner/MVVMSample
The only issue I came acro…
-
### Type of issue
Code doesn't work
### Description
After I updated Visual Studio to Version 17.9.1, the ObservableObject attribute no longer seems to work. None of my properties that were accessib…
-
Running MVVMExample, labels that are bound to the view models using LocalizationBinding do not switch languages.
Notice "Last Name" and "Age" do not update when language is switched, while elements d…
-
In the scaffolder if you type 'NewPage.xaml' there would be an extra option 'Create a new XAML page with code behind and view model'.
This would create a NewPage.xaml, NewPage.xaml.cs and NewPage…
-
### Describe the bug
I have a solution consisting of multiple projects. Some are libraries and some are desktop applications based on WPF/XAML.
All projects use the code MVVM source generator.
…
-
I was looking for examples of using LiveData class, but it's not here, despite the sample name *-live.
-
### Overview
I tried to add validations for my sign in and sign forms based on ObservableValidator.
I found that there are many lines of code can be generated by a generator.
Here is [a snap…