-
Notifications
You must be signed in to change notification settings - Fork 88
add ValueObjectOrError<T> On IVogen interface #878
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the feature
When TryFromGeneration is set to GenerateBoolAndErrorOrMethods or GenerateErrorOrMethod, and StaticAbstractsGeneration is set to MostCommon, IVogen does not automatically generate the following method:
static abstract bool TryFrom(TPrimitive value, out TSelf{questionMarkForTSelf} vo);Adding the feature itself would be straightforward, but since I am not familiar with how to add source generator tests on macOS, and to avoid submitting an incorrect change, I did not open a pull request and instead submitted this feature request.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request