fauna / fauna-dotnet

Fauna FQL v10 driver for C#
Mozilla Public License 2.0
1 stars 1 forks source link

Add more Serializer tests from the perspective of FieldInfos on the MappingContext #159

Closed adambollen closed 2 months ago

adambollen commented 2 months ago

Description

Adding some more test coverage of the MappingContext and FieldInfo instantiation of serializers for built-in types, as well as a couple tests for duplicate field names.

Motivation and context

More test coverage is a Good Thing.

How was the change tested?

Ran tests locally with dotnet test --framework net8.0 - will let the GH Action validate net6.0.

Change types

Checklist:


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.