Skip to content

Add AdminCreateContact to be able to create Verified Contacts without… #35

Add AdminCreateContact to be able to create Verified Contacts without…

Add AdminCreateContact to be able to create Verified Contacts without… #35

Triggered via push June 20, 2023 08:57
Status Success
Total duration 59s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: CreatorKit.ServiceModel/Contacts.cs#L43
Non-nullable property 'MailingLists' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CreatorKit.ServiceModel/Contacts.cs#L12
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CreatorKit.ServiceModel/Contacts.cs#L14
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CreatorKit.ServiceModel/Contacts.cs#L16
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CreatorKit.ServiceModel/Contacts.cs#L27
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CreatorKit.ServiceModel/Contacts.cs#L29
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CreatorKit.ServiceModel/Contacts.cs#L31
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CreatorKit.ServiceModel/Admin/Posts.cs#L62
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CreatorKit.ServiceModel/Contacts.cs#L55
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CreatorKit.ServiceModel/Contacts.cs#L56
Non-nullable property 'ResponseStatus' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.