Update appsettings.json #51
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/Types/Post.cs#L35
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CreatorKit.ServiceModel/Types/Mail.cs#L156
Non-nullable property 'To' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CreatorKit.ServiceModel/Types/Mail.cs#L157
Non-nullable property 'Cc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CreatorKit.ServiceModel/Types/Mail.cs#L158
Non-nullable property 'Bcc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CreatorKit.ServiceModel/Types/Mail.cs#L160
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CreatorKit.ServiceModel/Types/Post.cs#L14
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|