[API Proposal]: static NotImplementedException throw helper. #111113
Labels
api-suggestion
Early API idea and discussion, it is NOT ready for implementation
area-System.Runtime
untriaged
New issue has not been triaged by the area owner
Background and motivation
With the
CallerMemberName
attribute, an informative static throw helper could be generated forNotImplementedException
similar to some throw helpers on other exception types.API Proposal
API Usage
Alternative Designs
Alternatively/additionally, an overload that returns a
TReturn
could be used so that the method could be used fluently:Risks
N/A.
The text was updated successfully, but these errors were encountered: