Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*Config classes shall be more .NET compliant #29

Closed
mariomastrodicasa opened this issue Mar 2, 2022 · 1 comment · Fixed by #31 or #34
Closed

*Config classes shall be more .NET compliant #29

mariomastrodicasa opened this issue Mar 2, 2022 · 1 comment · Fixed by #31 or #34
Assignees
Labels
enhancement New feature or request

Comments

@mariomastrodicasa
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The configuration based on *Config classes needs an approach like the one used in Java/Scala.
To be more suitable for .NET users can be useful to extend the class with method and properties like other configuration classes in .NET.

Describe the solution you'd like
*Config classes shall host properties related to the possible applicable options and the configuration shall be able to use a Fluent approach.

Describe alternatives you've considered
N/A

Additional context
N/A

@mariomastrodicasa mariomastrodicasa added the enhancement New feature or request label Mar 2, 2022
@masesdevelopers masesdevelopers mentioned this issue Mar 7, 2022
9 tasks
@masesdevelopers masesdevelopers linked a pull request Mar 7, 2022 that will close this issue
9 tasks
masesdevelopers added a commit that referenced this issue Mar 7, 2022
* Version upgrade

* #29: added main classes for configuration with .NET style

* #7: added iterator

* #7: fix on classes

* #30: API adjustment

* #30: extra fix

* #7 (#7 (comment)): added missing API

* #30: fix on API
@mariomastrodicasa
Copy link
Contributor Author

@masesdevelopers: Add a mechanism to duplicate/clone a configuration

@masesdevelopers masesdevelopers mentioned this issue Mar 9, 2022
9 tasks
masesdevelopers added a commit that referenced this issue Mar 9, 2022
* Version upgrade

* #33: Fix license in package

* #2: upgrade to JCOBridge 2.4.7

* #29 (#29 (comment)): configuration can be duplicated with CreateFrom

* Changes per comment #34 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants