Breaking change false positive when changing readonly property from true to false...
Open
- Dominant language
- C#
- Stars
- 290
- Forks
- 50
- Avg merge
- 5d 13h
- Merged PRs (30d)
- 5
Description
I changed few properties readonly from true to false and breaking change tool flagging those. But, I don't expect those to be breaking , it is same as adding new property ( not removing it which is changing readonly from false to true).
PR: https://github.com/Azure/azure-rest-api-specs-pr/pull/1605
Contributor guide
Assessment
This issue has not been assessed yet.