-
I get this errors when I try to build HelloWorld sample on VS2015:
Severity Code Description Project File Line
Error CS0234 The type or namespace name 'Windows' does not exist in the name…
-
In my model objects it happens that i have to raise OnPropertyChanged on derived properties in other dependent objects. Which is not possible because OnPropertyChanged is protected.
-
## Describe the bug
The current implementation of the weak event listener isn't actually weak. That's because the DetachAction actually captures the object.
For example `incc` is captured here:
htt…
-
Hello
This is Kevin. Thank you so much for this package. It is wonderful. I download TCGA-LUAD maf data from TCGA and try to learn more of this package. In the process of survival analysis, I tried …
-
Are you interested in a PR for my BindableBehaviourSubject? It provides a read/write property 'Value' that calls OnNext it's setter. Using it, I can create a XAML binding for the view and work with ob…
sa-he updated
4 years ago
-
In all my experimenting with Blazor the very first thing I always do is add `INotifyPropertyChanged` implementations to my components so I can engage in two way data binding (I use a home-grown .NET S…
-
I am building a UWP app with EF Core and am running into a massive performance issue when running in release with the .NET Native Tool Chain. Release is at least 4x slower than debug, but sometimes g…
-
```cs
public sealed class MainViewModel : ViewModel
{
// No fixes available:
public string? Foo { get; private set; }
}
public abstract class ViewModel : INotifyPropertyChanged
{
…
-
OS: Ubuntu Server 18.04, with xanmod kernel
Python: Anaconda 3.7
Tensorflow: 2.0.0 MKL
Keras: TF built-in
CPU: Intel(R) Core(TM)2 Quad CPU Q9300
No GPU
model.fit works as expected
```
import n…
ghost updated
4 years ago
-
ImplementPropertyChangedAttribute is all over my big project. Besides, now there is a warning "The event '.PropertyChanged' is never used". Can you provide a clearer explanation as to why this breakin…