We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In HelpWriter, we cache the types of DisplayAttribute and RequiredAttribute but that serves no purpose besides making the object bigger.
HelpWriter
DisplayAttribute
RequiredAttribute
AtleX.CommandLineArguments/src/AtleX.CommandLineArguments/Help/HelpWriter.cs
Lines 14 to 22 in b3934ee
We should remove those cached instances.
The text was updated successfully, but these errors were encountered:
35f9e6d
akamsteeg
No branches or pull requests
In
HelpWriter
, we cache the types ofDisplayAttribute
andRequiredAttribute
but that serves no purpose besides making the object bigger.AtleX.CommandLineArguments/src/AtleX.CommandLineArguments/Help/HelpWriter.cs
Lines 14 to 22 in b3934ee
We should remove those cached instances.
The text was updated successfully, but these errors were encountered: