Skip to content

Update build and publish steps in main_newempire.yml #35

Update build and publish steps in main_newempire.yml

Update build and publish steps in main_newempire.yml #35

Triggered via push February 1, 2024 20:37
Status Failure
Total duration 2m 42s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 14 warnings
deploy
Unable to find any artifacts for the associated workflow
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: Empire/Data/ApplicationDbContext.cs#L37
'ApplicationDbContext.Roles' hides inherited member 'IdentityDbContext<ApplicationUser, IdentityRole, string, IdentityUserClaim<string>, IdentityUserRole<string>, IdentityUserLogin<string>, IdentityRoleClaim<string>, IdentityUserToken<string>>.Roles'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: Empire/Service/EmailService.cs#L51
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Empire/Service/EmailService.cs#L52
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Empire/Service/EmailService.cs#L53
Non-nullable property 'SmtpServer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Empire/Shared/NavMenu.razor#L65
Dereference of a possibly null reference.
build: Empire/Service/EmailService.cs#L40
The variable 'ex' is declared but never used
build: Empire/Shared/LoginDisplay.razor#L14
Possible null reference argument for parameter 'inArray' in 'string Convert.ToBase64String(byte[] inArray)'.
build: Empire/Shared/LoginDisplay.razor#L53
Dereference of a possibly null reference.
build: Empire/Shared/LoginDisplay.razor#L41
Non-nullable property 'CurrentUser' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Empire/Service/TicketService.cs#L31
Possible null reference return.
deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
deploy
Environment URL '' is not a valid http(s) URL, so it will not be shown as a link in the workflow graph.