Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RicoSuter/NJsonSchema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.0.0-preview007
Choose a base ref
...
head repository: RicoSuter/NJsonSchema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 69 files changed
  • 14 contributors

Commits on Dec 8, 2023

  1. Update Namotion.Reflection

    Rico Suter committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    85f9911 View commit details
    Browse the repository at this point in the history
  2. Incread Json MaxDepth to 128 (#1649)

    Co-authored-by: Johannes Mols <johannes.mols@kraftvaerk.com>
    johannesmols and Johannes Mols authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    3585d60 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Update PropertyNameGenerator - escape "|" character in property names (

    …#1684)
    
    Some swagger documents contain | character in property names which is a reserved character in C# and is not valid for use in property names. This code change replaces vertical line character |with an underscore character _ to generate a valid (in C#) property name
    AntonYeurasau authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    01ee840 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Enable .NET analyzers (#1676)

    lahma authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    083501d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Fixed SystemTextJson indexed properties handling. (#1701)

    * Fixed SystemTextJson indexed properties handling.
    
    * Fixed CA1859 error.
    
    * Revert "Fixed CA1859 error."
    
    This reverts commit d7297d5.
    
    * Disabled check for CA1859.
    
    ---------
    
    Co-authored-by: ViktoriiaZheliezniak <viktoriia.zheliezniak@vinci-energies.net>
    viktoriia-zhel and ViktoriiaZheliezniak authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f353123 View commit details
    Browse the repository at this point in the history
  2. Upgrade NuGet packages (#1699)

    lahma authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    7001521 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cbd586 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf53a8f View commit details
    Browse the repository at this point in the history
  5. ✨ Expose failing JToken in ValidationError (#1692)

    Exposing the JToken that failed the error will allow NJsonSchema to better leverage validation errors by accessing the value that failed the schema.
    ouvreboite authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6c1807d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3380c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c76ebd View commit details
    Browse the repository at this point in the history
  8. Add option to explicitly exclude types from schema (#1670)

    Co-authored-by: Rico Suter <mail@rsuter.com>
    Havret and RicoSuter authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1569e52 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Upgrade to NUKE 8 (#1669)

    lahma authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    621f3f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26e4355 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9545eed View commit details
    Browse the repository at this point in the history
  4. TypeScript generator: Use string type as the discriminator property t…

    …ype in specialized interfaces (#1718)
    
    * improve TypeScript interface generation
    
    * TypeScript generator: Use string type as the discriminator property type in specialized interfaces
    
    * fix tests
    RicoSuter authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9bf8f69 View commit details
    Browse the repository at this point in the history
Loading