Skip to content

Commit

Permalink
Removed mongo internals
Browse files Browse the repository at this point in the history
  • Loading branch information
Carael committed Nov 20, 2024
1 parent 4a3079c commit 2e457ee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 138 deletions.
2 changes: 1 addition & 1 deletion src/Context/Internal/TypeObjectSerializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static IReadOnlyCollection<string> AllowedTypesByDependencies

public static bool IsTypeAllowed(Type type)
{
return DefaultFrameworkAllowedTypes.AllowedTypes(type) ||
return ObjectSerializer.DefaultAllowedTypes.Invoke(type) ||
_allowedTypes.ContainsKey(type) ||
IsInAllowedNamespaces(type) ||
IsInAllowedDependencyTypes(type);
Expand Down
120 changes: 0 additions & 120 deletions src/Context/MongoDriverInternals/ObjectSerializer.cs

This file was deleted.

17 changes: 0 additions & 17 deletions src/Context/MongoDriverInternals/TypeExtensions.cs

This file was deleted.

0 comments on commit 2e457ee

Please sign in to comment.