Skip to content

feat: improved operations for create contact and lead; also improved … #30

feat: improved operations for create contact and lead; also improved …

feat: improved operations for create contact and lead; also improved … #30

Triggered via push August 14, 2023 19:41
Status Success
Total duration 2m 38s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Rosie.Nutshell/Exceptions/NutshellApiException.cs#L6
'NutshellApiException.Data' hides inherited member 'Exception.Data'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: src/Rosie.Nutshell/Types/Contact/UniversalSearchResults.cs#L7
Non-nullable property 'Contacts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Rosie.Nutshell/Types/Contact/UniversalSearchResults.cs#L8
Non-nullable property 'Accounts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Rosie.Nutshell/Types/Lead/NutshellLead.cs#L10
Non-nullable property 'EntityType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Rosie.Nutshell/Types/Lead/NutshellLead.cs#L11
Non-nullable property 'Rev' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Rosie.Nutshell/Types/Lead/NutshellLead.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Rosie.Nutshell/Types/Lead/NutshellLead.cs#L13
Non-nullable property 'HtmlUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Rosie.Nutshell/Exceptions/NutshellApiException.cs#L6
'NutshellApiException.Data' hides inherited member 'Exception.Data'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: src/Rosie.Nutshell/Types/Contact/UniversalSearchResults.cs#L7
Non-nullable property 'Contacts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Rosie.Nutshell/Types/Contact/UniversalSearchResults.cs#L8
Non-nullable property 'Accounts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.