Skip to content

Add Search and Filter & Refactor #48

Add Search and Filter & Refactor

Add Search and Filter & Refactor #48

Triggered via pull request September 7, 2024 07:14
Status Failure
Total duration 41s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
test
Process completed with exit code 1.
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test: mohaymen-codestar-Team02/Data/DataContext.cs#L14
The type 'mohaymen_codestar_Team02.Models.User?' cannot be used as type parameter 'TEntity' in the generic type or method 'DbSet<TEntity>'. Nullability of type argument 'mohaymen_codestar_Team02.Models.User?' doesn't match 'class' constraint.
test: mohaymen-codestar-Team02/Models/Graph/Edge.cs#L8
Nullability of reference types in return type of 'string? Edge.Source.get' doesn't match implicitly implemented member 'string IEdge<string>.Source.get' (possibly because of nullability attributes).
test: mohaymen-codestar-Team02/Models/Graph/Edge.cs#L9
Nullability of reference types in return type of 'string? Edge.Target.get' doesn't match implicitly implemented member 'string IEdge<string>.Target.get' (possibly because of nullability attributes).
test: mohaymen-codestar-Team02/Controllers/AnalystController.cs#L23
Possible null reference return.
test: mohaymen-codestar-Team02/Controllers/AnalystController.cs#L30
Nullable value type may be null.
test: mohaymen-codestar-Team02/Controllers/AdminController.cs#L28
Nullable value type may be null.
test: mohaymen-codestar-Team02/Controllers/ProfileController.cs#L27
Nullable value type may be null.
test: mohaymen-codestar-Team02/Controllers/ProfileController.cs#L34
Nullable value type may be null.
test: mohaymen-codestar-Team02/Controllers/AdminController.cs#L36
Nullable value type may be null.
test: mohaymen-codestar-Team02/Controllers/AnalystController.cs#L39
Dereference of a possibly null reference.