Skip to content

Update Program.cs

Update Program.cs #132

Triggered via push January 12, 2024 07:06
Status Failure
Total duration 54s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: TalentBlazor.ServiceModel/Emails.cs#L10
Non-nullable property 'To' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TalentBlazor.ServiceModel/Emails.cs#L12
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TalentBlazor.ServiceModel/Hello.cs#L14
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TalentBlazor.ServiceModel/Talent.cs#L48
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TalentBlazor.ServiceModel/Talent.cs#L50
Non-nullable property 'Company' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TalentBlazor.ServiceModel/Talent.cs#L51
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TalentBlazor.ServiceModel/Talent.cs#L56
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TalentBlazor.ServiceModel/Talent.cs#L77
Non-nullable property 'ApplicationUserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TalentBlazor.ServiceModel/Talent.cs#L80
Non-nullable property 'ApplicationUser' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TalentBlazor.ServiceModel/Talent.cs#L84
Non-nullable property 'Comment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.