Skip to content

Commit

Permalink
Merge pull request #1091 from hypar-io/exclude-pyRevitLabs
Browse files Browse the repository at this point in the history
exclude pyRevitLabs from JSON Convert
  • Loading branch information
jamesbradleym authored Feb 3, 2025
2 parents 5fd519f + ce33664 commit a379d25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public JsonInheritanceConverter(string discriminator)
_discriminator = discriminator;
}

private static readonly List<string> TypePrefixesExcludedFromTypeCache = new List<string> { "System", "SixLabors", "Newtonsoft" };
private static readonly List<string> TypePrefixesExcludedFromTypeCache = new List<string> { "System", "SixLabors", "Newtonsoft", "pyRevitLabs" };

/// <summary>
/// When we build up the element type cache, we iterate over all types in the app domain.
Expand Down

0 comments on commit a379d25

Please sign in to comment.