Skip to content

Create dotnet.yml

Create dotnet.yml #8

Triggered via pull request October 5, 2023 17:03
@AleksanderNekrAleksanderNekr
synchronize #30
actions
Status Failure
Total duration 4m 35s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
deploy-web
FTPError: 550 There is not enough space on the disk.
deploy-web: ChessTourManager.DataAccess/ChessTourContext.cs#L38
The type 'ChessTourManager.DataAccess.Entities.Tournament?' cannot be used as type parameter 'TEntity' in the generic type or method 'DbSet<TEntity>'. Nullability of type argument 'ChessTourManager.DataAccess.Entities.Tournament?' doesn't match 'class' constraint.
deploy-web: ChessTourManager.DataAccess/ChessTourContext.cs#L64
Converting null literal or possible null value to non-nullable type.
deploy-web: ChessTourManager.DataAccess/Queries/Insert/InsertQueries.cs#L67
Possible null reference assignment.
deploy-web: ChessTourManager.DataAccess/Entities/Tournament.cs#L14
Non-nullable field '_tournamentName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
deploy-web: ChessTourManager.DataAccess/Queries/Get/GetQueries.cs#L49
Dereference of a possibly null reference.
deploy-web: ChessTourManager.DataAccess/Queries/Get/GetQueries.cs#L48
The type 'ChessTourManager.DataAccess.Entities.Tournament?' cannot be used as type parameter 'TEntity' in the generic type or method 'EntityFrameworkQueryableExtensions.Include<TEntity, TProperty>(IQueryable<TEntity>, Expression<Func<TEntity, TProperty>>)'. Nullability of type argument 'ChessTourManager.DataAccess.Entities.Tournament?' doesn't match 'class' constraint.
deploy-web: ChessTourManager.DataAccess/Queries/Get/GetQueries.cs#L50
Dereference of a possibly null reference.
deploy-web: ChessTourManager.DataAccess/Queries/Get/GetQueries.cs#L50
Nullability of reference types in type of parameter 't' of 'lambda expression' doesn't match the target delegate 'Func<Tournament?, Kind?>' (possibly because of nullability attributes).
deploy-web: ChessTourManager.DataAccess/Queries/Get/GetQueries.cs#L48
The type 'ChessTourManager.DataAccess.Entities.Tournament?' cannot be used as type parameter 'TEntity' in the generic type or method 'EntityFrameworkQueryableExtensions.Include<TEntity, TProperty>(IQueryable<TEntity>, Expression<Func<TEntity, TProperty>>)'. Nullability of type argument 'ChessTourManager.DataAccess.Entities.Tournament?' doesn't match 'class' constraint.
deploy-web: ChessTourManager.DataAccess/Queries/Get/GetQueries.cs#L51
Dereference of a possibly null reference.