You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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
:The text was updated successfully, but these errors were encountered: