Release 1.1.0
As this is a major update, it's recommended to go through the changelog and documentation.
Key additions
DmnParser.DmnVersionEnum.V1_3ext
- new version of algorithm and mapping when building the DmnDefinition from DMN XML has been added better reflecting the current Camunda Modeler generated XMLs- Demo application DMN Engine Simulator has been added as WPF application targeting .Net 6.0 (Desktop) to demonstrate features of DMN Engine. It uses the
DmnParser.DmnVersionEnum.V1_3ext
when reading the DMN XML files! - Support (and test project) for .Net 6.0, the solution is moved to VS2022
Breaking changes
DmnDefinitionFactory
- when building the definition,RequiredInputs
now contain direct input requirements only (before v1.1.0, it did the recursive check through required decisions and added also the inputs required by them).- Removed support for .Net Core 2.1
- The library still might work when used in .Net Core 2.1 apps, however it's not being tested against .Net Core 2.1 anymore and no related fixes/updates are expected in future