impr(code csharp): add commonly used C# terms (@rammba) (#5916)

Hi, I'm glad to contribute to such a great project. Since I'm a C#
developer, I've added some commonly used terms like `Func`, `Guid`,
`IEnumerable`, `Task`, etc...
Also, I've sorted C# words.
This commit is contained in:
Radoš Milićev 2024-09-25 13:10:51 +02:00 committed by GitHub
parent 0ede4aee6c
commit 245c09bc0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,10 +3,19 @@
"noLazyMode": true,
"words": [
"abstract",
"Action",
"add",
"alias",
"and",
"Array",
"as",
"ascending",
"async",
"await",
"base",
"bool",
"break",
"by",
"byte",
"case",
"catch",
@ -18,12 +27,17 @@
"decimal",
"default",
"delegate",
"descending",
"do",
"double",
"dynamic",
"else",
"enum",
"equals",
"event",
"Exception",
"explicit",
"Expression",
"extern",
"false",
"file",
@ -32,7 +46,15 @@
"float",
"for",
"foreach",
"from",
"Func",
"get",
"global",
"goto",
"group",
"Guid",
"ICollection",
"IEnumerable",
"if",
"implicit",
"in",
@ -40,84 +62,74 @@
"int",
"interface",
"internal",
"into",
"is",
"join",
"let",
"List",
"lock",
"long",
"nameof",
"namespace",
"new",
"nint",
"not",
"notnull",
"nuint",
"null",
"object",
"on",
"operator",
"or",
"orderby",
"out",
"override",
"params",
"partial",
"private",
"protected",
"public",
"readonly",
"record",
"ref",
"remove",
"required",
"return",
"scoped",
"sbyte",
"scoped",
"sealed",
"select",
"set",
"short",
"sizeof",
"Span",
"stackalloc",
"static",
"string",
"struct",
"switch",
"Task",
"this",
"throw",
"true",
"try",
"Type",
"typeof",
"uint",
"ulong",
"unchecked",
"unmanaged",
"unsafe",
"ushort",
"using",
"value",
"var",
"virtual",
"void",
"volatile",
"while",
"add",
"and",
"alias",
"ascending",
"async",
"await",
"by",
"descending",
"dynamic",
"equals",
"from",
"get",
"global",
"group",
"into",
"join",
"let",
"nameof",
"not",
"notnull",
"on",
"or",
"orderby",
"partial",
"record",
"remove",
"select",
"set",
"unmanaged",
"value",
"var",
"when",
"where",
"while",
"with",
"yield"
]