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:
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 namedProgram.docopt.txt
then the hint name of the generated file will be.ProgramArguments.cs
: