🚀 Build, publish, and deploy MovieCraft to SmarterASP.NET #58
moviecraft-web-deploy.yml
on: workflow_dispatch
build-and-deploy
3m 0s
Annotations
3 warnings
build-and-deploy
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
build-and-deploy:
MovieCraft.Infrastructure/Services/TmdbService.cs#L31
Nullability of reference types in return type of 'Task<MovieDto?> TmdbService.GetMovieDetailsAsync(int tmdbId)' doesn't match implicitly implemented member 'Task<MovieDto> ITmdbService.GetMovieDetailsAsync(int tmdbId)'.
|
build-and-deploy:
MovieCraft.Infrastructure/Services/TmdbService.cs#L31
Nullability of reference types in return type of 'Task<MovieDto?> TmdbService.GetMovieDetailsAsync(int tmdbId)' doesn't match implicitly implemented member 'Task<MovieDto> ITmdbService.GetMovieDetailsAsync(int tmdbId)'.
|