Generated code needs to be with the same nullability context as defined by the user #155
Labels
bug 🐛
An unexpected issue that highlights incorrect behavior
mvvm-toolkit 🧰
Issues/PRs for the MVVM Toolkit
next preview ✈️
This changes will be available in the upcoming preview
priority 🚩
An issue or change that has priority
Using v8.0.0-preview2 NuGet package.
Have defined property of type
List<string?>
and decorated it with[ObservableProperty]
attribute.But the generated code is not nullable enabled, because of which getting warnings in other places.
Nullability context needs to be taken care in the source generator.
The text was updated successfully, but these errors were encountered: