grumpydev / TinyIoC

An easy to use, hassle free, Inversion of Control Container for small projects, libraries and beginners alike.
MIT License
830 stars 235 forks source link

It would be nice to have a .NET Core test app #133

Closed gkarabin closed 4 years ago

gkarabin commented 4 years ago

It would be nice to have a .NET Core test application to easily test changes on that runtime. I submitted a PR to add one (along with a compatibility fix for TinyMessenger) here https://github.com/grumpydev/TinyIoC/pull/132

gkarabin commented 4 years ago

Resolved by #132