© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
C
C#
•
15mo ago
•
6 replies
nathanAjacobs
CommunityToolkit.MVVM ObservableProperty and JsonIgnore
I have an observable property like so
:
[ObservableProperty]
private string _online;
[ObservableProperty]
private string _online;
Is there any way to specify that the generated property be ignored for json serialization
?
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
❔ ✅ Databinding using CommunityToolkit.MVVM
C
C# / help
3y ago
How to Properly Synchronize ViewModel and Model in MVVM (CommunityToolkit.Mvvm)
C
C# / help
11mo ago
✅ How to use IRelayCommand in CommunityToolkit.Mvvm with parameters?
C
C# / help
2y ago
Why deletion of last character in Entry not triggers observableProperty? (MVVM, Maui)
C
C# / help
11mo ago