add check for token #3
Annotations
10 warnings
|
build:
kx/c.cs#L19
Rename class 'c' to match pascal case naming rules, consider using 'C'.
|
|
build:
kx/c.cs#L1114
This loop's stop condition tests 's' and 't' but the incrementer updates 'j'.
|
|
build:
kx/KException.cs#L47
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
|
build:
kx/c.cs#L1089
Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed.
|
|
build:
kx/c.cs#L19
The type name 'c' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
|
build:
kx/c.cs#L2906
Make sure not performing data validation after deserialization is safe here.
|
|
build:
kx/c.cs#L3136
Rename this method to not shadow the outer class' member with the same name.
|
|
build:
kx/c.cs#L2914
Rename this property to not shadow the outer class' member with the same name.
|
|
build:
kx/c.cs#L2209
Make sure not performing data validation after deserialization is safe here.
|
|
build:
kx/c.cs#L19
Rename class 'c' to match pascal case naming rules, consider using 'C'.
|