Hi,
I see that you have added/changed some methods like:
boolTryResolveHelper(PathInfoname,Type?targetType,[MaybeNullWhen(false)]outIHelperDescriptor<HelperOptions>helper);
May personal preference, and also the way Microsoft defines the Try methods is to change the signature to:
boolTryResolveHelper(PathInfoname,Type?targetType,[NotNullWhen(true)]outIHelperDescriptor<HelperOptions>?helper);
Did you consider this?
And can you explain your choice?
Hi,
I see that you have added/changed some methods like:
May personal preference, and also the way Microsoft defines the
Trymethods is to change the signature to:Did you consider this?
And can you explain your choice?