Rewrite GitService for convenience #133
Annotations
10 errors and 10 warnings
|
build:
backend/NXTBackend.API/Controllers/ProjectController.cs#L81
Argument 2: cannot convert from 'NXTBackend.API.Domain.Enums.OwnerKind' to 'string'
|
|
build:
backend/NXTBackend.API/Controllers/ProjectController.cs#L77
Argument 1: cannot convert from 'NXTBackend.API.Models.Requests.ExternalGit.GitRepoPostRequestDTO' to 'string'
|
|
build:
backend/NXTBackend.API/Startup.cs#L163
The type or namespace name 'GitService' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
backend/NXTBackend.API/Controllers/ProjectController.cs#L175
'IGitService' does not contain a definition for 'SetFile' and no accessible extension method 'SetFile' accepting a first argument of type 'IGitService' could be found (are you missing a using directive or an assembly reference?)
|
|
build:
backend/NXTBackend.API/Controllers/ProjectController.cs#L143
'IProjectService' does not contain a definition for 'GetFileFromProject' and no accessible extension method 'GetFileFromProject' accepting a first argument of type 'IProjectService' could be found (are you missing a using directive or an assembly reference?)
|
|
build:
backend/NXTBackend.API/Controllers/ReviewController.cs#L99
'IGitService' does not contain a definition for 'GetLatestHash' and no accessible extension method 'GetLatestHash' accepting a first argument of type 'IGitService' could be found (are you missing a using directive or an assembly reference?)
|
|
build:
backend/NXTBackend.API/Controllers/ProjectController.cs#L90
There is no target type for 'new()'
|
|
build:
backend/NXTBackend.API/Controllers/ProjectController.cs#L83
'IGitService' does not contain a definition for 'SetFile' and no accessible extension method 'SetFile' accepting a first argument of type 'IGitService' could be found (are you missing a using directive or an assembly reference?)
|
|
build:
backend/NXTBackend.API/Controllers/ProjectController.cs#L81
Argument 2: cannot convert from 'NXTBackend.API.Domain.Enums.OwnerKind' to 'string'
|
|
build:
backend/NXTBackend.API/Controllers/ProjectController.cs#L77
Argument 1: cannot convert from 'NXTBackend.API.Models.Requests.ExternalGit.GitRepoPostRequestDTO' to 'string'
|
|
build:
backend/NXTBackend.API.Domain/Entities/Comment.cs#L41
Non-nullable property 'Markdown' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
backend/NXTBackend.API.Domain/Entities/Comment.cs#L29
Non-nullable property 'ParentType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
backend/NXTBackend.API.Domain/CursusTrack.cs#L28
Non-nullable property 'Next' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
backend/NXTBackend.API.Domain/CursusTrack.cs#L22
Non-nullable property 'Goals' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
backend/NXTBackend.API.Domain/Joins/CursusCollaborator.cs#L19
Non-nullable property 'Cursus' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
backend/NXTBackend.API.Domain/Joins/CursusCollaborator.cs#L18
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
backend/NXTBackend.API.Domain/Joins/GoalCollaborator.cs#L19
Non-nullable property 'Goal' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
backend/NXTBackend.API.Domain/Joins/GoalCollaborator.cs#L18
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
backend/NXTBackend.API.Domain/Joins/GoalProject.cs#L19
Non-nullable property 'Goal' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
backend/NXTBackend.API.Domain/Joins/GoalProject.cs#L18
Non-nullable property 'Project' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|