-
First, thanks for yet another useful library. Seems to work wonderfully, and really simplifies triggering INPC with calculated properties. While my preferred method so far is PropertyChanged.Fody (due…
-
testing a comments based on comments on github issues
-
I am creating an UI Builder for Blazor and in order to update Blazor when changes occur to the backing ViewModel. In particular, I would like to use the property '**Position**' changes within the **…
-
The T4 code generation template hasn't changed too much since the WCF Data Services days. It has a lot of cruft from before the days of generics, tuples, and such.
- One of those design hold-ov…
-
Hi, i try to get default value from integer and double and found 2 problems.
Sorry for bad English.
1. You need to specified "format" for type integer to get default value.
Work:
```yaml
ty…
-
I'm gonna say at the outset I don't pretend to know all the reasons why setting `DependencyProperty`s is not threadsafe (in other words, they always must be set on the UI thread), but I do know that …
-
Hello, I'm using ABP to create an application using the Angular + AspNetCore template. when ever i go to generate my Client Services code every time i use an enum it gets re-created as a new type in …
ghost updated
5 years ago
-
I really wish to see that one day, we have a native support for MVVM Pattern in all XAML based applications (Xamarin , UWP , and WPF) like you did in ASP.NET MVC
We need a native support of MVVM…
-
Hello @RSuter
I was trying generate a c# client class from a swagger json file.
The tool generates the client nicely but it won't build because of brackets in the method names.
```
System.Thr…
-
**Describe the bug**
For a DataContext View-Model that has Specialized Collections, collections may implement the IList\ or IReadOnlyList\ interfaces, neither of which implements non-generic IList in…