Date | 2022-09-26 (781 days ago) |
---|---|
Downloads | 463 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET Standard 1.3 .NET Standard 2.0 .NET 4.5 .NET 4.6 .NET 4.7 |
#installation
">Installation#breaking
-changes">Breaking changes🅱️ IReadOnlyList<T>
instead of T[]
(see 719bea0
)
Where the package have exposes arrays in the past, IReadOnlyList<T>
is now exposed instead.
🅱️ Simple value types are now nullables where relevant (see 719bea0
)
This is primarily where the value types are used for specifying a given option. Instead of using 0
og Unspecified
for representing unspecified values, these options are now nullables instead.
🅱️ Fixed "end on" naming (see d5ece22
)
The spelling around the endOn
parameter was wrong, as it should be endOn
instead of onEnd
. This is a breaking change as relevant classes, properties and parameters now has been renamed.
#other
-changes">Other changes