Update dotnet.yml #19
Annotations
1 error and 11 warnings
deploy-web
FTPError: 550 The process cannot access the file because it is being used by another process.
|
deploy-web
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, SamKirkland/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/Queries/Insert/InsertQueries.cs#L67
Possible null reference assignment.
|
deploy-web:
ChessTourManager.DataAccess/ChessTourContext.cs#L65
Converting null literal or possible null value to non-nullable type.
|
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.
|
deploy-web:
ChessTourManager.DataAccess/Queries/Get/GetQueries.cs#L51
Nullability of reference types in type of parameter 't' of 'lambda expression' doesn't match the target delegate 'Func<Tournament?, System?>' (possibly because of nullability attributes).
|