Create dotnet.yml #1
Annotations
10 warnings
build:
MoviesApi/Controllers/MoviesController.cs#L15
The member 'MoviesController._allowedExtenstions' does not hide an accessible member. The new keyword is not required.
|
build:
MoviesApi/Controllers/MoviesController.cs#L81
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
MoviesApi/Dtos/MovieDto.cs#L7
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MoviesApi/Dtos/MovieDto.cs#L14
Non-nullable property 'Storeline' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MoviesApi/Dtos/MovieDetailsDto.cs#L7
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MoviesApi/Dtos/MovieDetailsDto.cs#L13
Non-nullable property 'Storeline' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MoviesApi/Dtos/MovieDetailsDto.cs#L15
Non-nullable property 'Poster' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MoviesApi/Dtos/MovieDetailsDto.cs#L19
Non-nullable property 'GenreName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MoviesApi/Services/MoviesService.cs#L42
Possible null reference return.
|
build:
MoviesApi/Services/GenresService.cs#L38
Possible null reference return.
|