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
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
The text was updated successfully, but these errors were encountered:
* 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
* 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)
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
The text was updated successfully, but these errors were encountered: