You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been hunting for an up to data MVC/MVP / Mvvm packages and was almost going to use your core, when I found it has requirement for NLog, is not .net 48 and has loads of other stuff that my app does not need.
So please separate the Core into a code base that just performs MVxxx style code, and produce a nuget for that.
Please also include some of the Bindable style stuff from Winforms down into that package as well (i.e. remove it from WindowsBase!)
The text was updated successfully, but these errors were encountered:
In 8.0.0 (not 7.0.0), We are planning the following:
We will create a new package and transfer the code that depends on NLog to that package.
We will split the current Cube.Forms.dll into new Cube.Forms.dll and Cube.Forms.Controls.dll. The latter includes view components and separates it from the MVVM code base.
Removed the NLog dependency from Cube.Core and added a new package (Cube.Logging.NLog) to enable the functionality. We also splitted the custom view components of WinForms into the Cube.Forms.Controls package.
I have been hunting for an up to data MVC/MVP / Mvvm packages and was almost going to use your core, when I found it has requirement for NLog, is not .net 48 and has loads of other stuff that my app does not need.
So please separate the Core into a code base that just performs MVxxx style code, and produce a nuget for that.
Please also include some of the Bindable style stuff from Winforms down into that package as well (i.e. remove it from WindowsBase!)
The text was updated successfully, but these errors were encountered: