hyphen is not allowed in namespace in C#
date
Jul 29, 2022
slug
10003
status
Published
tags
C#
summary
hyphen
type
Post
会报错:
namespace Gakki-File-Hash-Calc
{
...
}
可以:
namespace GakkiFileHashCalc
新建名为
Win-Forms-App-8
的程序,里面的namespace会被转化为namespace Win_Forms_App_8