Merge remote-tracking branch 'origin/main' into main #128
Annotations
10 warnings
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#L47
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TalentBlazor.ServiceModel/Talent.cs#L49
Non-nullable property 'Company' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TalentBlazor.ServiceModel/Talent.cs#L50
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TalentBlazor.ServiceModel/Talent.cs#L55
Non-nullable property 'Description' 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.
|