Read-only properties with public setters in C#? #6825
Unanswered
Moritz Rinow (morinow)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I am currently facing some challenges with generated C# clients containing read-only properties.
These properties have no public setter, which feels a bit overkill to me. It drastically limits the usability of these models.
Is there some way around this?
All reactions