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