SpecFlow
SpecFlow copied to clipboard
assign obsoletion of a binding method on creation instead of on usage…
… of BindingMatch
On every BindingMatch creation, a BindingObsoletion was created based on the methods ObsoleteAttribute. This PR changes it to be assigned to the BindingMethod instead.
Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue).
- [] New feature (non-breaking change which adds functionality).
- [x] Breaking change (fix or feature that would cause existing functionality to not work as expected).
- [x] Performance improvement
- [ ] Refactoring (so no functional change)
- [ ] Other (docs, build config, etc)
Checklist:
- [ ] I've added tests for my code. (most of the time mandatory)
- [x] I have added an entry to the changelog. (mandatory)
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.