ipjohnson / Grace

Grace is a feature rich dependency injection container library
MIT License
336 stars 33 forks source link

Migrate 7.0 help #239

Closed mcdis closed 4 years ago

mcdis commented 4 years ago

Dear Yan, my respect to you, you do a great job!

I want to migrate from 6.4.2 -> 7.0 and before I do that I decided to do some research. I am worried about breaking changes #208 #209. Can you provide any tiny example that demonstrate what works in 6.4.2 and doesn't work in 7.0?

Best regards, Alexander

ipjohnson commented 4 years ago

Sorry I meant to reply to this earlier. Those two issues really only apply if you were doing MVC with custom disposal code.

What platform are you on?

mcdis commented 4 years ago

Hi!

Those two issues really only apply if you were doing MVC with custom disposal code.

That's enough to start migration (for me).