chromelyapps / Chromely

Build Cross Platform HTML Desktop Apps on .NET using native GUI, HTML5, JavaScript, CSS, Owin, AspNetCore (MVC, RazorPages, Blazor)
MIT License
2.98k stars 279 forks source link

IChromelyContainer lost? #255

Closed kinshines closed 3 years ago

kinshines commented 4 years ago

in the latest nuget package version 5.1.0 of Chromely.Core ,can not find IChromelyContainer,is any break change?

mattkol commented 3 years ago

@kinshines yes.

Caliburn.Light Container is replaced by .NET Extensions Dependency Injection.

https://github.com/chromelyapps/Chromely/issues/225