Skip to content

Docker init

Docker init #44

Triggered via push November 8, 2024 06:33
Status Success
Total duration 2m 2s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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#L101
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Model/Model.cs#L102
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Model/Model.cs#L103
Non-nullable property 'Bank' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.