Sergio Pedri
Sergio Pedri
Duplicate of #706. Superseded by #555.
Duplicate of #706. Superseded by #555. This is also a duplicate of #835, please avoid opening the same proposal multiple times 🙂
It isn't, as this issue is still open. Haven't had time to triage this just yet 🙂
Hey @chocobot, are you using `packages.config` by any chance? Or did you reference the MVVM Toolkit through `PackageReference`?
Is this using the MVVM Toolkit 8.1? Does it also repro with 8.0?
Hey @chocobot, friendly ping, we need your feedback to be able to properly triage this 🙂 Are you never able to compile when directly referencing those properties in code? What...
> "for this bug" It is not clear at all whether this is a bug. Ready the messages this seems completely expected. If you don't unregister a recipient and that...
```csharp [ObservableProperty] [NotifyPropertyChangedFor(nameof(PhoneNumberValid), nameof(PhoneNumberInvalidMessage))] [Required(ErrorMessage = "Your phone number is required to recover your password.")] [Phone(ErrorMessage = "You have enter an invalid phone number.")] string phoneNumber; ``` It seems you...
As a workaround in the meantime, instead of annotating every single case with `#pragma`, you can also add this to your .csproj: ```xml $(NoWarn);MVVMTK0033 ``` And that'll just disable the...
Yeah I had a look and that namespace is indeed the one issue that's not really clear to me how to solve 🤔