Update README.md #51
Annotations
10 warnings
build:
Controller/Controller.cs#L53
Converting null literal or possible null value to non-nullable type.
|
build:
Program.cs#L61
Possible null reference argument for parameter 'secret' in 'void VLAIdentity.SetSecret(string secret)'.
|
build:
Program.cs#L62
Possible null reference argument for parameter 'logFile' in 'void VLAIdentity.SetLogFile(string logFile)'.
|
build:
Program.cs#L63
Possible null reference argument for parameter 'logFile' in 'void VLAController.SetLogFile(string logFile)'.
|
build:
Program.cs#L68
Possible null reference argument for parameter 'FileName' in 'object VLAController.VulnerableHelloWorld(string FileName = "english")'.
|
build:
Program.cs#L74
Possible null reference argument for parameter 'Uri' in 'Task<object> VLAController.VulnerableWebRequest(string Uri = "https://localhost:3000/")'.
|
build:
Program.cs#L91
Converting null literal or possible null value to non-nullable type.
|
build:
Program.cs#L92
Converting null literal or possible null value to non-nullable type.
|
build:
Model/Model.cs#L201
'ComplexGraphType<object?>.Field<TGraphType>(string, string?, QueryArguments?, Func<IResolveFieldContext<object?>, object?>?, string?)' is obsolete: 'Please use one of the Field() methods returning FieldBuilder and the methods defined on it or just use AddField() method directly. This method may be removed in a future release. For now you can continue to use this API but we do not encourage this.'
|
build:
Model/Model.cs#L206
'ComplexGraphType<object?>.Field<TGraphType>(string, string?, QueryArguments?, Func<IResolveFieldContext<object?>, object?>?, string?)' is obsolete: 'Please use one of the Field() methods returning FieldBuilder and the methods defined on it or just use AddField() method directly. This method may be removed in a future release. For now you can continue to use this API but we do not encourage this.'
|