Use feedz.io #138
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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#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.
|
build:
TalentBlazor.ServiceModel/Talent.cs#L99
Non-nullable property 'Position' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TalentBlazor.ServiceModel/Talent.cs#L102
Non-nullable property 'Applicant' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TalentBlazor.ServiceModel/Talent.cs#L105
Non-nullable property 'Comments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TalentBlazor.ServiceModel/Talent.cs#L112
Non-nullable property 'Attachments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|