fix(migrations):add migrations (#83) #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/Migrations/20240903222320_initial.cs#L12
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build:
AnalysisData/AnalysisData/Migrations/20240903222320_initial.Designer.cs#L16
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build:
AnalysisData/AnalysisData/User/UserDto/UserDto/GetUserInformationDto.cs#L5
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/GetUserInformationDto.cs#L6
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/GetUserInformationDto.cs#L7
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/GetUserInformationDto.cs#L8
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/Authorization.cs#L10
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build:
AnalysisData/AnalysisData/Program.cs#L30
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
Build:
AnalysisData/AnalysisData/User/Services/UserService/UserService.cs#L39
Possible null reference argument for parameter 'userName' in 'Task<User> IUserRepository.GetUserByUsernameAsync(string userName)'.
|
Build:
AnalysisData/AnalysisData/User/Services/UserService/UserService.cs#L60
Possible null reference argument for parameter 'userName' in 'Task<User> IUserRepository.GetUserByUsernameAsync(string userName)'.
|
Loading