anakic / Jot

Jot is a library for persisting and applying .NET application state.
http://www.codeproject.com/Articles/475498/Easier-NET-settings
MIT License
633 stars 56 forks source link

Does DefaultValue Attribute implementation work? #57

Closed bcssov closed 2 years ago

bcssov commented 2 years ago

Are you sure the default value attribute implementation works?

Namely I put the default value attribute but this piece of logic doesn't read it: https://github.com/anakic/Jot/blob/488b9e70493c060dca5b4e1fd75d561f7cceda27/Jot/Configuration/TrackingConfiguration.cs#L107-L108

anakic commented 2 years ago

@bcssov can confirm this is a bug. Fixed it and will push a new version today.

anakic commented 2 years ago

@bcssov new version (2.1.13) pushed to github and nuget. Can you confirm if it solves this bug for you?

bcssov commented 2 years ago

Works fine, closing.