Skip to content

fix: impacted build #26

fix: impacted build

fix: impacted build #26

Triggered via push July 19, 2023 20:54
Status Success
Total duration 1m 58s
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/NutshellContact.cs#L27
'Url' is obsolete: 'Code Access Security is not supported or honored by the runtime.'
build: src/Rosie.Nutshell/Types/Contact/NutshellContact.cs#L13
Non-nullable property 'EntityType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Rosie.Nutshell/Types/Contact/NutshellContact.cs#L14
Non-nullable property 'Rev' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Rosie.Nutshell/Types/Contact/NutshellContact.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Rosie.Nutshell/Types/Contact/NutshellContact.cs#L16
Non-nullable property 'HtmlUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Rosie.Nutshell/Types/Contact/NutshellContact.cs#L17
Non-nullable property 'AvatarUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Rosie.Nutshell/Types/Contact/NutshellContact.cs#L18
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Rosie.Nutshell/Types/Contact/NutshellContact.cs#L19
Non-nullable property 'LegacyId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Rosie.Nutshell/Types/Contact/NutshellContact.cs#L20
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.