update To 4.0 #11
Annotations
1 error and 10 warnings
build
Bad credentials
|
build:
DNToolKit/AnimeGame/AnimeGamePacketHandler.cs#L51
'AnimeGamePacketHandler.Close()' hides inherited member 'UdpHandler.Close()'. Use the new keyword if hiding was intended.
|
build:
DNToolKit/Protocol/IKCP.cs#L215
Non-nullable field 'acklist_' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
DNToolKit/Protocol/IKCP.cs#L215
Non-nullable field 'output_' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
DNToolKit/Protocol/IKCP.cs#L253
Cannot convert null literal to non-nullable reference type.
|
build:
DNToolKit/Protocol/IKCP.cs#L254
Cannot convert null literal to non-nullable reference type.
|
build:
DNToolKit/Protocol/IKCP.cs#L320
Dereference of a possibly null reference.
|
build:
DNToolKit/Protocol/IKCP.cs#L353
Dereference of a possibly null reference.
|
build:
DNToolKit/Protocol/IKCP.cs#L589
Dereference of a possibly null reference.
|
build:
DNToolKit/AnimeGame/AnimeGamePacketRecorder.cs#L21
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
build:
DNToolKit/Protocol/IKCP.cs#L865
Dereference of a possibly null reference.
|