Skip to content

extract PostVotes into its own component #48

extract PostVotes into its own component

extract PostVotes into its own component #48

Triggered via push August 10, 2023 10:38
Status Success
Total duration 1m 9s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: CreatorKit.ServiceModel/Types/Post.cs#L131
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CreatorKit.ServiceModel/Types/Post.cs#L138
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CreatorKit.ServiceModel/Types/Post.cs#L85
Non-nullable property 'Comment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CreatorKit.ServiceModel/Types/Post.cs#L91
Non-nullable property 'Description' 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#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/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#L55
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.