test Splunk #71
Annotations
10 warnings
build:
Controller/Controller.cs#L90
The variable 'ex' is declared but never used
|
build:
Program.cs#L109
Converting null literal or possible null value to non-nullable type.
|
build:
Program.cs#L108
Converting null literal or possible null value to non-nullable type.
|
build:
Program.cs#L87
Possible null reference argument for parameter 'Uri' in 'Task<object> VLAController.VulnerableWebRequest(string Uri = "https://localhost:3000/")'.
|
build:
Program.cs#L83
Possible null reference argument for parameter 'FileName' in 'object VLAController.VulnerableHelloWorld(string FileName = "english")'.
|
build:
Program.cs#L78
Possible null reference argument for parameter 'logFile' in 'void VLAController.SetLogFile(string logFile)'.
|
build:
Program.cs#L77
Possible null reference argument for parameter 'logFile' in 'void VLAIdentity.SetLogFile(string logFile)'.
|
build:
Program.cs#L76
Possible null reference argument for parameter 'secret' in 'void VLAIdentity.SetSecret(string secret)'.
|
build:
Program.cs#L103
'PlaygroundApplicationBuilderExtensions.UseGraphQLPlayground(IApplicationBuilder, string, PlaygroundOptions?)' is obsolete: 'GraphQL Playground has not been updated since 2019. Please use GraphiQL instead.'
|
build:
Controller/Controller.cs#L53
Converting null literal or possible null value to non-nullable type.
|