Christian Findlay
Christian Findlay
Same thing with Chrome: 
The test is app sort of working, so that's good! 
Hi @jinyus Good point! I will fix the code example. Thanks for pointing it out A PR to fix the doco would be welcome
Sorry, yes, stored services do need dispose. It's not a memory leak. That's by design. If you create a scope with disposable services, you need to dispose of them when...
You can You supply the dispose methods when you create the original container Get Outlook for Android ________________________________ From: jinyus ***@***.***> Sent: Sunday, January 7, 2024 12:11:04 PM To: MelbourneDeveloper/ioc_container...
You can see here that the scoped method copies the whole service definition, which includes the dispose method 
@jinyus ah yes! I see your point. I've have a look at this and see if there are any issues Thanks 🙏🏼
@hibri a .NET Core version would be much appreciated.
@hibri I forked and branched from your library: https://github.com/MelbourneDeveloper/HttpMock/tree/TargetNetStandard There is no problem targeting .NET Standard with your code. The only problem is that Kayak is only built for .NET...
@hibri let me know if you want me to do a PR