Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for JsonRequired, JsonProperty and StringLength #2

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Mephisztoe
Copy link

Because I need to serialize complex objects to CSV and need the possibility of altering column-names as well as mark properties as required or limit the maximum length of strings, I added support for JsonRequiredAttribute, JsonPropertyAttribute and StringLengthAttribute to this awesome package.

I tried to maintain the overall structure of this project by introducing UseDataAnnotationAttributes (defaults to true) as well as adding new test cases.

As this is the first time, I am trying to contribute to a project hosted on GitHub, I sincerely ask for a review, feedback and eventually accepting my pull request leading to a new version published to the NuGet Gallery.

I assume, the versioning tasks takes place at your end.

Oh, also I fixed a spelling mistake in your copyright. ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant