Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optionally Add @ObservationIgnored to ObservableObject Lazy Properties #6

Open
bcapps opened this issue Aug 22, 2023 · 0 comments
Open
Labels
🌈 Feature A functional improvement to the app.

Comments

@bcapps
Copy link
Member

bcapps commented Aug 22, 2023

Feature Proposal

Add a flag to the command to mark any lazy property in an ObservableObject as @ObservationIgnored, as otherwise lazy properties will cause build errors now. Decide whether it should be enabled or disabled by default.

Acceptance Criteria

  • A flag for this exists on ObservableConverterCommand and can be sent to Arguments when running
  • The flag does the conversion to mark every lazy property in an ObservableObject as @ObservationIgnored
@bcapps bcapps added the 🌈 Feature A functional improvement to the app. label Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌈 Feature A functional improvement to the app.
Projects
None yet
Development

No branches or pull requests

1 participant