前端之家收集整理的这篇文章主要介绍了
c# – VS项目名称中允许哪些字符?,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
有谁知道VS项目
名称中允许哪些字符?某处有参考吗?
- Cannot contain any of the following characters: / ? : & \ * ” < > | # %
- Cannot contain unicode characters
- Cannot contain surrogate characters
- Cannot be reserved names including ‘CON’,‘AUX’,‘PRN’,‘COM1’ or ‘LPT2’
- Cannot be ‘.’ or ‘..’
我通过尝试使用我知道不会被接受的角色创建项目来获取此信息.即NTFS文件路径中不允许的字符.即我使用了一个名为|的项目得到错误.
原文链接:https://www.f2er.com/csharp/97745.html