Olivier Spinelli

Results 4 issues of Olivier Spinelli

This adds support for Type mapping, typically resolving the issue #1104 by allowing a requested type to be mapped to another type. The core of this PR is rather light...

This fixes a case sensitive issues. Instead of using the FactUnlessCaseSensitiveDatabase attribute, I think it's better to fix the test itself.

This unit test fails: ```csharp [Fact] public void DescriptorPayloadIsAStandardReferenceObject() { var descriptor = new JwsDescriptor(Jwk.None, SignatureAlgorithm.None); var p1 = new JwtPayload { { "One", "Member" } }; var p1Content =...

Fix #1822. The new test along with a presentation of this fix is here: https://github.com/DapperLib/Dapper/issues/1822#issuecomment-1254715993