Skip to content

🚀 Build, publish, and deploy MovieCraft to SmarterASP.NET #58

🚀 Build, publish, and deploy MovieCraft to SmarterASP.NET

🚀 Build, publish, and deploy MovieCraft to SmarterASP.NET #58

Manually triggered October 20, 2024 00:48
Status Success
Total duration 3m 13s
Artifacts

moviecraft-web-deploy.yml

on: workflow_dispatch
build-and-deploy
3m 0s
build-and-deploy
Fit to window
Zoom out
Zoom in

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)'.