docopt / docopt.net

Port of docopt to .net
https://docopt.github.io/docopt.net/
Other
353 stars 33 forks source link

Leading dot in generated hint name when project has no namespace #177

Open atifaziz opened 2 years ago

atifaziz commented 2 years ago

If a project has no namespace (that is, the project file has <RootNamespace></RootNamespace>) then the hint name of the source-generated files start with a dot (.). For example, if the source file is named Program.docopt.txt then the hint name of the generated file will be .ProgramArguments.cs:

image