Files and folders cannot: - be empty strings - be system reserved names, including 'CON', 'AUX', PRN', 'COM1', or 'LPT2' - contain only '.' - have any of the following characters: \ / : * ? " < > |
Files and directories to be copied to the deployment directory, in addition to those required by the project and its dependencies. ...
Files and folders cannot be empty strings nor can they contain only '.' or have any of the following characters: / ? : \ ...
Files and folders cannot be empty strings nor can they contain only '.' or have any of the following characters: / ? : \ ...
Files and folders cannot be: - Empty strings - System reserved names, including 'CON', 'AUX', PRN', 'COM1' or 'LPT2' - contain ...
Files and folders cannot: - be empty strings - be system reserved names, including 'CON', 'AUX', PRN', 'COM1', or 'LPT2' ...
Files and folders cannot: - be empty strings - contain any of the following characters: /?:\*"<>|#% - contain Unicode control ...
Files and folders cannot: -be empty strings - contain any of the following characters: / ? : \ " < > | # % - contain Unicode ...
Files in libraries or multiple-file applications must begin with a namespace or module declaration, e.g. 'namespace SomeNamespace.SubNamespace' ...
Files should begin with either a namespace or module declaration, e.g. 'namespace SomeNamespace.SubNamespace' or 'module ...