We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I have a generic method that is used in the Program.Main for some microservices. I want want to reuse options, but have different defaults.
Program.Main
Is there a way to specify the defaults that aren't compiled (property attributes)?