Skip to content

Update docker-compose-template.yml #113

Update docker-compose-template.yml

Update docker-compose-template.yml #113

Triggered via push October 23, 2023 06:11
Status Success
Total duration 53s
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/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.
build: TalentBlazor.ServiceModel/AppUser.cs#L35
Non-nullable property 'LastLoginIp' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TalentBlazor.ServiceModel/AppUser.cs#L38
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TalentBlazor.ServiceModel/AppUser.cs#L39
Non-nullable property 'PrimaryEmail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.