Prerelease-v0.5.0
·
80 commits
to main
since this release
What has changed:
- Decoupled Sets from Models.
- The package now allows registering multiple Sets for the same Model
- Configure behavior on attempting to add multiple Sets for the same Model without specifying distinct Set names
- Unit Tests
Interface changes:
IFluxRestServiceBuilder.AddModel
method was replaced withIFluxRestServiceBuilder.AddSet
methodIFluxRestServiceBuilder.AddSet
method: Added parameter 'name' to allow specifying distinct Set names for Sets reusing the same ModelIFluxContext.Model
method was replaced withIFluxContext.Set
method.IFluxContext.Set
method: Added parameter 'set' to allow specifying a Set name for Sets reusing the same Model- Other minor changes
Refer to the documentation for the updated usage examples.