api-performance-tests
api-performance-tests copied to clipboard
Fix blacksheep
Pull Request Checklist
- [x] New code has 100% test coverage
- [x ] (If applicable) The prose documentation has been updated to reflect the changes introduced by this PR
- [x] (If applicable) The reference documentation has been updated to reflect the changes introduced by this PR
- [x] Pre-Commit Checks were ran and passed
- [x] Tests were ran and passed
Description
Close Issue(s)
blacksheep container was not starting
the CI may fail because of cached dpeendencies, see https://github.com/Neoteroi/rodi/blob/f6d6fbc36add536862f7c98feaf3f22270e352ac/rodi/init.py#L1068
AttributeError: 'Container' object has no attribute '_add_exact_scoped'
AttributeError: 'Container' object has no attribute '_add_exact_scoped'
well I think the method is private now: https://github.com/Neoteroi/rodi/blob/f6d6fbc36add536862f7c98feaf3f22270e352ac/rodi/init.py#L1068 but I can be wrong :) that's why I thought this was a cahe issue in CI