Create and release web app #11
create-and-release-web-app.yml
on: workflow_dispatch
build
1m 5s
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/Components/Layout/LoginDisplay.razor#L3
Dereference of a possibly null reference.
|
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.
|