Skip to content

Releases: seesharper/DbReader

2.6.0

12 Sep 13:14
df0338e
Compare
Choose a tag to compare

Change Log

2.6.0 (09/12/2023)

Full Changelog

Merged Pull Requests

Added support for "camel humps" for simple properties (09/12/2023) #67 (seesharper)

2.5.7

01 Jun 10:24
d5dd958
Compare
Choose a tag to compare

Change Log

2.5.7 (06/01/2023)

Full Changelog

Merged Pull Requests

Pass null to converter functions (06/01/2023) #65 (seesharper)

2.5.6

26 Sep 23:58
1ddab8f
Compare
Choose a tag to compare

Change Log

2.5.6 (09/26/2022)

Full Changelog

Merged Pull Requests

Ensure convert-functions are invoked. (09/26/2022) #63 (seesharper)

This PR ensures that convert funstions (WhenPassing and WhenReader) are called even if not needed.
Also fixed "CLR detected an Invalid Program" when using WhenPassing for a nullable type.

2.5.5

06 Sep 14:24
ae39adf
Compare
Choose a tag to compare

Change Log

2.5.5 (09/06/2022)

Full Changelog

2.5.6 (09/06/2022)

Full Changelog

Merged Pull Requests

Removed AssemblyInfo.cs (09/06/2022) #61 (seesharper)

Allows for correct Assembly file version
Update dotnet-build (09/06/2022) #62 (seesharper)

v2.5.4

01 Sep 21:26
68d1bc5
Compare
Choose a tag to compare

Change Log

v2.5.4 (09/01/2022)

Full Changelog

Merged Pull Requests

Don't call ArgumentProcessor when value is null (09/01/2022) #60 (seesharper)

v2.5.3

01 Sep 20:27
9a3aee6
Compare
Choose a tag to compare

Change Log

v2.5.3 (09/01/2022)

Full Changelog

Merged Pull Requests

Use underlying type for processing arguments (09/01/2022) #59 (seesharper)

v2.5.2

01 Sep 09:55
67c5f9d
Compare
Choose a tag to compare

Change Log

v2.5.2 (09/01/2022)

Full Changelog

Merged Pull Requests

Use ILVerifier and enabled all verifications tests (06/27/2022) #57 (seesharper)

Fix nullables with scalarvalues (09/01/2022) #58 (seesharper)

This PR fixes the case where we have a nullable custom type

v2.5.1

29 Mar 10:36
a6041a8
Compare
Choose a tag to compare

Change Log

v2.5.1 (03/29/2022)

Full Changelog

Merged Pull Requests

User underlying type when validating nullable properties (03/29/2022) #56 (seesharper)

v2.5.0

31 May 21:28
2de6ae1
Compare
Choose a tag to compare

Change Log

v2.5.0 (5/31/21)

Full Changelog

Merged Pull Requests

Use key attribute (5/31/21) #53 (seesharper)

This PR adds support for the System.ComponentModel.DataAnnotations.KeyAttribute

v2.4.0

31 May 18:04
eb72df1
Compare
Choose a tag to compare

Change Log

v2.4.0 (5/31/21)

Full Changelog

Merged Pull Requests

Added support for C# record types (5/31/21) #52 (seesharper)

This PR adds support for C# 9 record types