feat(Migration): add migration. #95
Annotations
11 warnings
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/
|
Build:
AnalysisData/AnalysisData/Graph/Service/ServiceBusiness/NodeToDbService.cs#L3
The using directive for 'AnalysisData.Graph.Service.ServiceBusiness.Abstraction' appeared previously in this namespace
|
Build:
AnalysisData/AnalysisData/User/UserDto/UserDto/UserRegisterDto.cs#L5
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
AnalysisData/AnalysisData/User/UserDto/UserDto/UserRegisterDto.cs#L6
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
AnalysisData/AnalysisData/User/UserDto/UserDto/UserRegisterDto.cs#L7
Non-nullable property 'ConfirmPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
AnalysisData/AnalysisData/User/UserDto/UserDto/UserRegisterDto.cs#L8
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
AnalysisData/AnalysisData/User/UserDto/UserDto/UserRegisterDto.cs#L9
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
AnalysisData/AnalysisData/User/UserDto/UserDto/UserRegisterDto.cs#L10
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
AnalysisData/AnalysisData/User/UserDto/UserDto/UserRegisterDto.cs#L11
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
AnalysisData/AnalysisData/User/UserDto/UserDto/UserRegisterDto.cs#L12
Non-nullable property 'RoleName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
AnalysisData/AnalysisData/User/UserDto/UserDto/UserPaginationDto.cs#L5
Non-nullable property 'Guid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading