Skip to content

Create and release web app #11

Create and release web app

Create and release web app #11

Manually triggered November 15, 2024 20:12
Status Success
Total duration 1m 14s
Billable time 2m
Artifacts

create-and-release-web-app.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: code/final/forms_migrated/HmsBlazor/HmsBlazor.Client/Pages/Home.razor#L22
Non-nullable property 'NavigationManager' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: code/final/forms_migrated/HmsBlazor/HmsBlazor.Client/Pages/Home.razor#L23
Non-nullable property 'Http' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: code/final/forms_migrated/HmsBlazor/HmsBlazor/DataAccess.cs#L41
Non-nullable field 'sqlcon' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: code/final/forms_migrated/HmsBlazor/HmsBlazor/DataAccess.cs#L41
Non-nullable field 'sqlcom' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: code/final/forms_migrated/HmsBlazor/HmsBlazor/DataAccess.cs#L41
Non-nullable field 'sda' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: code/final/forms_migrated/HmsBlazor/HmsBlazor/DataAccess.cs#L41
Non-nullable field 'ds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: code/final/forms_migrated/HmsBlazor/HmsBlazor/Program.cs#L19
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
build: code/final/forms_migrated/HmsBlazor/HmsBlazor/Components/Pages/Login.razor#L26
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: code/final/forms_migrated/HmsBlazor/HmsBlazor/Components/Pages/Login.razor#L27
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.