RFC-6750 #6
Annotations
10 warnings
build:
Model/Model.cs#L21
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Model/Model.cs#L22
Non-nullable property 'Passwd' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Model/Model.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Model/Model.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Model/Model.cs#L13
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MidlWare/MidlWare.cs#L17
Dereference of a possibly null reference.
|
build:
Program.cs#L49
Possible null reference argument for parameter 'FileName' in 'object VLAController.VulnerableHelloWorld(string FileName = "english")'.
|
build:
Program.cs#L51
Possible null reference argument for parameter 'Secret' in 'Task<object> VLAController.VulnerableQuery(string User, string Passwd, string Secret, string LogFile)'.
|
build:
Program.cs#L51
Possible null reference argument for parameter 'LogFile' in 'Task<object> VLAController.VulnerableQuery(string User, string Passwd, string Secret, string LogFile)'.
|
build:
Program.cs#L53
Possible null reference argument for parameter 'Secret' in 'string VLAController.VulnerableXmlParser(string Xml, string Token, string Secret)'.
|