We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is removing a property from a datacontract Class (not currently used by The client) a breaking Change for the client?
The text was updated successfully, but these errors were encountered:
I did a repro and it looks like not being a breaking Change (of course i left the Order of the other properties un touched
Sorry, something went wrong.
No, it isn't. You may want to make use of [ProtoReserved] (IIRC, not at PC) to ensure you don't reuse it in unfortunate ways
No branches or pull requests
Is removing a property from a datacontract Class (not currently used by The client) a breaking Change for the client?
The text was updated successfully, but these errors were encountered: