Skip to content

Update Program.cs

Update Program.cs #114

Triggered via push October 23, 2023 06:34
Status Success
Total duration 1m 34s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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: TalentBlazor.ServiceModel/WeatherForecast.cs#L11
Non-nullable property 'Summary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TalentBlazor.ServiceModel/Talent.cs#L501
Non-nullable property 'Notes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TalentBlazor.ServiceModel/Talent.cs#L391
Non-nullable property 'Attachments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TalentBlazor.ServiceModel/AppUser.cs#L15
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TalentBlazor.ServiceModel/AppUser.cs#L19
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TalentBlazor.ServiceModel/AppUser.cs#L24
Non-nullable property 'ProfileUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TalentBlazor.ServiceModel/AppUser.cs#L27
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TalentBlazor.ServiceModel/AppUser.cs#L28
Non-nullable property 'JobArea' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TalentBlazor.ServiceModel/AppUser.cs#L29
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TalentBlazor.ServiceModel/AppUser.cs#L31
Non-nullable property 'About' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.