api-performance-tests icon indicating copy to clipboard operation
api-performance-tests copied to clipboard

Fix blacksheep

Open euri10 opened this issue 1 year ago • 3 comments

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

euri10 avatar Feb 08 '24 09:02 euri10

the CI may fail because of cached dpeendencies, see https://github.com/Neoteroi/rodi/blob/f6d6fbc36add536862f7c98feaf3f22270e352ac/rodi/init.py#L1068

euri10 avatar Feb 08 '24 09:02 euri10

AttributeError: 'Container' object has no attribute '_add_exact_scoped'

JacobCoffee avatar Feb 17 '24 01:02 JacobCoffee

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

euri10 avatar Feb 22 '24 14:02 euri10