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

Commits on May 11, 2021

  1. Updated target frameworks, added NewtonSoft.Json, added support for J…

    …sonPropertyAttribute, fixed l10n issue in tests regarding DateTime
    Christian Jacob committed May 11, 2021
    Configuration menu
    Copy the full SHA
    1ce156a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    892cd5b View commit details
    Browse the repository at this point in the history
  3. Added support for StringLengthAttribute

    Christian Jacob committed May 11, 2021
    Configuration menu
    Copy the full SHA
    52be129 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Added JsonRequiredAttribute, StringLengthAttribute and UseDataAnnotationAttributes
    Mephisztoe committed May 11, 2021
    Configuration menu
    Copy the full SHA
    921ea64 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Changed back to .NET Standard 1.4 due to compatibility issues and fix…

    …ed Unit Tests
    Christian Jacob committed May 12, 2021
    Configuration menu
    Copy the full SHA
    59d2854 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f9e4c7 View commit details
    Browse the repository at this point in the history