Method ValidateTypeAsync(Type, string)

Assembly: redb.Core.dll

Validate C# type correspondence with REDB supported types.

public Task<ValidationIssue?> ValidateTypeAsync(Type csharpType, string propertyName)