v5.3.0-beta.1
Pre-release
Pre-release
·
3143 commits
to master
since this release
-
Core
- Breaking change Remove the ICompositionContextAware inheritance constraint from ISerializationService, IDataConversionService, IMessageProcessor and IScriptingEngine. Left the dependency only at implementation level.
-
Model
- Made IAppServiceType inherit from IAppServiceInfo.
-
Data
- BreakingChange Renamed EntityInfo to EntityEntry. The Info suffix is "reserved" for reflection interfaces/classes.
-
Workflow
- Renamed WorkflowEngine to WorkflowProcessor. Should be more like the MessageProcessor, they do similar things.
-
Scheduling
- Fixed compilation errors in Scheduling.Quartz.
- Completed the interface model of jobs and activities.
-
Unit tests
- Fixed messaging unit tests
-
Samples
- Added Sample for ASP.NET Core.