revert to origin appsettings.json, use patch in release.yml to patch … #53
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/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/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.
|