Bump SimpleExec from 12.0.0 to 12.1.0 #82
Closed
Annotations
10 warnings
|
Cake Action:
BlogHelper9000/Unsplash/Unsplash.cs#L125
Non-nullable property 'AlternativeSlugs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Cake Action:
BlogHelper9000/Unsplash/Unsplash.cs#L124
Non-nullable property 'Slug' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Cake Action:
BlogHelper9000/Unsplash/Unsplash.cs#L123
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Cake Action:
BlogHelper9000/Commands/AddImageCommand.cs#L11
Non-nullable property 'AuthorBranding' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Cake Action:
BlogHelper9000/Commands/AddImageCommand.cs#L10
Non-nullable property 'ImageQuery' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Cake Action:
BlogHelper9000/Commands/AddImageCommand.cs#L9
Non-nullable property 'Post' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Cake Action:
BlogHelper9000/Commands/PublishCommand.cs#L8
Non-nullable property 'Post' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Cake Action:
BlogHelper9000/Program.cs#L13
Dereference of a possibly null reference.
|
|
Cake Action:
BlogHelper9000/Commands/UnsplashCredentialsCommand.cs#L10
Non-nullable property 'SecretKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Cake Action:
BlogHelper9000/Commands/UnsplashCredentialsCommand.cs#L9
Non-nullable property 'AccessKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading