fix(Graph): edit GetRelationalEdgeBaseNode method and add NodeHasNotE… #141
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/20240908115457_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/20240908115457_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/Models/UserModel/User.cs#L22
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
AnalysisData/AnalysisData/Program.cs#L29
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
Build:
AnalysisData/AnalysisData/Services/UserService/UserService/UploadImageService.cs#L23
Possible null reference argument for parameter 'userName' in 'Task<User> IUserRepository.GetUserByUsernameAsync(string userName)'.
|
Build:
AnalysisData/AnalysisData/Services/UserService/UserService/UploadImageService.cs#L29
Converting null literal or possible null value to non-nullable type.
|
Build:
AnalysisData/AnalysisData/Services/UserService/UserService/PasswordService.cs#L43
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/Services/UserService/UserService/Business/UserManager.cs#L25
Possible null reference argument for parameter 'userName' in 'Task<User> IUserRepository.GetUserByUsernameAsync(string userName)'.
|
Build:
AnalysisData/AnalysisData/Services/UserService/AdminService/AdminService.cs#L36
Possible null reference argument for parameter 'user' in 'Task AdminService.ValidateUserInformation(User user, UpdateAdminDto updateAdminDto)'.
|
Build:
AnalysisData/AnalysisData/Services/UserService/AdminService/AdminRegisterService.cs#L75
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.
|
Loading