Skip to content

Build Artifact

Build Artifact #2

Manually triggered July 25, 2024 17:08
Status Failure
Total duration 1m 50s
Artifacts

build-windows.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
Input required and not supplied: path
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: WebGoat.NET/Controllers/HomeController.cs#L39
Possible null reference assignment.
build: WebGoat.NET/Controllers/CheckoutController.cs#L31
Possible null reference assignment.
build: WebGoat.NET/Controllers/CheckoutController.cs#L25
Non-nullable field '_resourcePath' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: WebGoat.NET/Controllers/CheckoutController.cs#L225
Possible null reference argument for parameter 'username' in 'Customer? CustomerRepository.GetCustomerByUsername(string username)'.
build: WebGoat.NET/Controllers/CheckoutController.cs#L240
Possible null reference assignment.
build: WebGoat.NET/Controllers/AccountController.cs#L117
Possible null reference argument for parameter 'username' in 'Customer? CustomerRepository.GetCustomerByUsername(string username)'.
build: WebGoat.NET/Controllers/AccountController.cs#L129
Possible null reference argument for parameter 'username' in 'Customer? CustomerRepository.GetCustomerByUsername(string username)'.
build: WebGoat.NET/Controllers/AccountController.cs#L151
Possible null reference argument for parameter 'username' in 'Customer? CustomerRepository.GetCustomerByUsername(string username)'.
build: WebGoat.NET/Controllers/AccountController.cs#L183
Possible null reference argument for parameter 'user' in 'Task<IdentityResult> UserManager<IdentityUser>.ChangePasswordAsync(IdentityUser user, string currentPassword, string newPassword)'.
build: WebGoat.NET/Startup.cs#L32
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.