feat: implement recipe search #43
Annotations
4 warnings
Build:
server/Program.cs#L18
Possible null reference argument for parameter 'connectionString' in 'DbContextOptionsBuilder MySQLDbContextOptionsExtensions.UseMySQL(DbContextOptionsBuilder optionsBuilder, string connectionString, Action<MySQLDbContextOptionsBuilder>? mySqlOptionsAction = null)'.
|
Build:
server/Controllers/RecipeController.cs#L10
Non-nullable property 'SearchQuery' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
server/Program.cs#L18
Possible null reference argument for parameter 'connectionString' in 'DbContextOptionsBuilder MySQLDbContextOptionsExtensions.UseMySQL(DbContextOptionsBuilder optionsBuilder, string connectionString, Action<MySQLDbContextOptionsBuilder>? mySqlOptionsAction = null)'.
|
Build:
server/Controllers/RecipeController.cs#L10
Non-nullable property 'SearchQuery' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading