Skip to content

feat: implement recipe search #43

feat: implement recipe search

feat: implement recipe search #43

Triggered via pull request November 20, 2023 07:37
Status Success
Total duration 53s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.