Bump System.IO.Abstractions.TestingHelpers from 22.0.16 to 22.1.0 #77
Annotations
10 warnings
|
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/AddCommand.cs#L14
Non-nullable property 'FeaturedImage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Cake Action:
BlogHelper9000/Commands/AddCommand.cs#L10
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Cake Action:
BlogHelper9000/Commands/AddCommand.cs#L9
Non-nullable property 'Title' 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/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/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