We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f697af0 commit 19c62a3Copy full SHA for 19c62a3
UnitTests/UnitTests.NetCore/Mvvm/Test_ObservablePropertyAttribute.cs
@@ -235,15 +235,15 @@ public enum Animal
235
public partial class ModelWithValueProperty : ObservableObject
236
{
237
[ObservableProperty]
238
- private string value;
+ private string? value;
239
}
240
241
public partial class ModelWithValuePropertyWithValidation : ObservableValidator
242
243
244
[Required]
245
[MinLength(5)]
246
247
248
249
0 commit comments