Skip to content

Releases: haath/Chance.NET

Implement generation attributes for enums and custom objects

Choose a tag to compare

@haath haath released this 06 Sep 13:17
v2.1.0

Implement generation attributes for enums and custom objects

Fix xml docs not getting produced for all target frameworks

Choose a tag to compare

@haath haath released this 25 Aug 14:50
3c9bea5
v2.0.1

Update Chance.NET.csproj

Object generation attributes overhaul.

Choose a tag to compare

@haath haath released this 02 Jul 14:51

Same as what is described in the pre-release, with fixes to certain places where removing the null defaults caused problems.

Object generation attributes overhaul.

Pre-release

Choose a tag to compare

@haath haath released this 18 Jun 08:56

Restructured most of the generation method parameters to better reflect on their generated attribute definitions. Mostly required replacing all null default values that indicated the use of defaults with a non-null equivalent that was also described in the comments to produce the default behavior.

Also hid all static helper methods as they were semantically incorrect for the Chance class and added comment documentation wherever it was missing.