Skip to content

Commit

Permalink
GenerateType added back in
Browse files Browse the repository at this point in the history
  • Loading branch information
soenneker committed Feb 6, 2024
1 parent d43e3a1 commit 3236ca5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Context/AutoFakerContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ public sealed class AutoFakerContext
/// </summary>
public CachedType? ParentType;

public Type? GenerateType => CachedType?.Type;

/// <summary>
/// The type associated with the current generate request.
/// </summary>
Expand Down

0 comments on commit 3236ca5

Please sign in to comment.