Feature: get all employees #32
Annotations
1 error and 6 warnings
deploy
FTPError: 550 The process cannot access the file because it is being used by another process.
|
deploy
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
deploy:
PasadenaPromo.Server/Program.cs#L18
Possible null reference argument for parameter 'replacement' in 'string Regex.Replace(string input, string pattern, string replacement)'.
|
deploy:
PasadenaPromo.Server/RepositoryItems/EmployeeDbo.cs#L12
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
deploy:
PasadenaPromo.Server/RepositoryItems/EmployeeDbo.cs#L15
Non-nullable property 'WorkingWeek' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
deploy:
PasadenaPromo.Server/RepositoryItems/EmployeeDbo.cs#L18
Non-nullable property 'Specialization' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
deploy:
PasadenaPromo.Server/Controllers/AuthController.cs#L83
Possible null reference assignment.
|