Christian Findlay

Results 136 comments of Christian Findlay

Same thing with Chrome: ![image](https://user-images.githubusercontent.com/16697547/106441496-39c22f00-64ce-11eb-85e6-0c4362954ea7.png)

The test is app sort of working, so that's good! ![image](https://user-images.githubusercontent.com/16697547/106441797-9c1b2f80-64ce-11eb-95ab-a3eeb6f6a511.png)

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 ![Screenshot_20240107-121824.png](https://github.com/MelbourneDeveloper/ioc_container/assets/16697547/ab304ce2-298e-4edb-baf2-108e92c0fe05)

@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