-
Greetings, I have a model that contains a Bitmap/Image property and BLToolkit throws an exception when it tries to .CreateInstance() that model. Specifically its the fact the Bitmap doesn't have a pub…
-
It would be nice to have an option to use more explicit relations instead of implicit conventions.
Otherwise the code becomes too fragile and it can be broken after a minor refactoring.
The build will…
-
See Unicode TR #18: http://unicode.org/reports/tr18/#Categories
---
What Perl does: ~~http://docs.activestate.com/activeperl/5.10/lib/pods/perlunicode.html#unicode_character_properties~~
http://perl…
-
Since version 1.50.1 the changes in this commit https://github.com/Fody/PropertyChanged/commit/e102139ad3ada7f614c7788911ad72d270992804 made it so that when there's already an "OnPropertyChanged" meth…
-
I am just trying to find out why this error come now. With 0 new addon install or anything.
I am using the Dev Branch
```
Protocol version 24
Exe version 16.04.30 (garrysmod)
Exe build: 19:51:25 Jun …
-
As a suggestion, the ViewModelBase could inherit from abstract class BindableBase while also implementing INavigable.
from this:
public abstract class ViewModelBase : INavigable
to this:
public abstra…
-
This is related to the old task #374
The idea is to handle asynchronous code with MvxCommand and not with a new class.
There would be a new constructor and some extra handling for Tasks. Then .NET w…
-
I get these compile errors in my WPF 4.5 application:
```
Error 15 The type 'System.ComponentModel.INotifyPropertyChanged' is defined in an assembly that is not referenced. You must add a referenc…
-
To me, the big benefit in having observables in the view model would be to be able to use the full bandwidth of reactive extensions for binding. Of course, you can handle a lot of this by introducing …
-
Hi,
we're seeing that existing types we have that has INPC implemented automatically gets the properties generated even though we don't have the [ImplementPropertyChanged] attribute on the type. Is th…