Fix upgrade. #139
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/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/Todos.cs#L43
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TalentBlazor.ServiceModel/Todos.cs#L37
Non-nullable property 'Ids' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TalentBlazor.ServiceModel/Todos.cs#L29
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TalentBlazor.ServiceModel/Todos.cs#L20
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TalentBlazor.ServiceModel/Talent.cs#L502
Non-nullable property 'Notes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TalentBlazor.ServiceModel/Talent.cs#L464
Non-nullable property 'ApplicationUserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TalentBlazor.ServiceModel/Talent.cs#L431
Non-nullable property 'ApplicationUserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|