Skip to content

#342 Organization service release, layout update #67

#342 Organization service release, layout update

#342 Organization service release, layout update #67

Triggered via pull request August 4, 2024 18:29
@SaintAngeLsSaintAngeLs
synchronize #349
dev
Status Success
Total duration 7m 30s
Artifacts

codeql.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

78 warnings
services_email
The following actions uses Node.js version which is deprecated 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/
services_email: MiniSpace.Services.Email/src/MiniSpace.Services.Email.Application/Dto/StudentDto.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
services_email: MiniSpace.Services.Email/src/MiniSpace.Services.Email.Application/Dto/StudentDto.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
services_email: MiniSpace.Services.Email/src/MiniSpace.Services.Email.Application/Dto/StudentDto.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
services_email: MiniSpace.Services.Email/src/MiniSpace.Services.Email.Application/Dto/StudentDto.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
services_comments
The following actions uses Node.js version which is deprecated 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/
services_friends
The following actions uses Node.js version which is deprecated 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/
services_friends: MiniSpace.Services.Friends/src/MiniSpace.Services.Friends.Application/Queries/GetFriendRequests.cs#L13
'property' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are 'param'. All attributes in this block will be ignored.
services_friends: MiniSpace.Services.Friends/src/MiniSpace.Services.Friends.Infrastructure/Services/EventMapper.cs#L34
The given expression is never of the provided ('FriendInvited') type
services_friends: MiniSpace.Services.Friends/src/MiniSpace.Services.Friends.Infrastructure/Mongo/Repositories/FriendMongoRepository.cs#L14
Field 'FriendMongoRepository._friendRequestRepository' is never assigned to, and will always have its default value null
services_friends: MiniSpace.Services.Friends/src/MiniSpace.Services.Friends.Application/Queries/GetFriendRequests.cs#L13
'property' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are 'param'. All attributes in this block will be ignored.
services_friends: MiniSpace.Services.Friends/src/MiniSpace.Services.Friends.Infrastructure/Services/EventMapper.cs#L34
The given expression is never of the provided ('FriendInvited') type
services_friends: MiniSpace.Services.Friends/src/MiniSpace.Services.Friends.Infrastructure/Mongo/Repositories/FriendMongoRepository.cs#L14
Field 'FriendMongoRepository._friendRequestRepository' is never assigned to, and will always have its default value null
apigateway
The following actions uses Node.js version which is deprecated 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/
services_events
The following actions uses Node.js version which is deprecated 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/
services_identity
The following actions uses Node.js version which is deprecated 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/
services_identity: MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Infrastructure/Auth/VerificationTokenService.cs#L32
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
services_identity: MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Infrastructure/Auth/TwoFactorSecretTokenService.cs#L16
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
services_identity: MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Infrastructure/Auth/Rng.cs#L16
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
services_identity: MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Infrastructure/Auth/VerificationTokenService.cs#L32
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
services_identity: MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Infrastructure/Auth/TwoFactorSecretTokenService.cs#L16
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
services_identity: MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Infrastructure/Auth/Rng.cs#L16
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
services_mediafiles
The following actions uses Node.js version which is deprecated 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/
services_mediafiles: MiniSpace.Services.MediaFiles/src/MiniSpace.Services.MediaFiles.Application/Events/External/Handlers/StudentUpdatedHandler.cs#L23
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.
services_mediafiles: MiniSpace.Services.MediaFiles/src/MiniSpace.Services.MediaFiles.Application/Events/External/Handlers/StudentUpdatedHandler.cs#L23
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.
services_organizations
The following actions uses Node.js version which is deprecated 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/
services_notifications
The following actions uses Node.js version which is deprecated 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/
services_notifications: MiniSpace.Services.Notifications/src/MiniSpace.Services.Notifications.Application/Events/External/Handlers/NotificationCreatedHandler.cs#L27
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.
services_notifications: MiniSpace.Services.Notifications/src/MiniSpace.Services.Notifications.Application/Events/External/Handlers/NotificationCreatedHandler.cs#L27
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.
services_posts
The following actions uses Node.js version which is deprecated 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/
services_students
The following actions uses Node.js version which is deprecated 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/
services_students: MiniSpace.Services.Students/src/MiniSpace.Services.Students.Application/Commands/UpdateStudent.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
services_students: MiniSpace.Services.Students/src/MiniSpace.Services.Students.Application/Commands/UpdateStudent.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
services_students: MiniSpace.Services.Students/src/MiniSpace.Services.Students.Application/Commands/UpdateStudent.cs#L29
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
services_students: MiniSpace.Services.Students/src/MiniSpace.Services.Students.Application/Commands/UpdateStudent.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
services_students: MiniSpace.Services.Students/src/MiniSpace.Services.Students.Application/Queries/IPagedGetStudentsQuery.cs#L8
The member 'IPagedGetStudentsQuery.ResultsPerPage' does not hide an accessible member. The new keyword is not required.
services_students: MiniSpace.Services.Students/src/MiniSpace.Services.Students.Application/Queries/IPagedGetStudentsQuery.cs#L9
The member 'IPagedGetStudentsQuery.Name' does not hide an accessible member. The new keyword is not required.
services_students: MiniSpace.Services.Students/src/MiniSpace.Services.Students.Application/Commands/UpdateStudent.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
services_students: MiniSpace.Services.Students/src/MiniSpace.Services.Students.Application/Commands/UpdateStudent.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
services_students: MiniSpace.Services.Students/src/MiniSpace.Services.Students.Application/Commands/UpdateStudent.cs#L29
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
services_students: MiniSpace.Services.Students/src/MiniSpace.Services.Students.Application/Commands/UpdateStudent.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
web
The following actions uses Node.js version which is deprecated 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/
web: MiniSpace.Web/src/MiniSpace.Web/App.razor#L38
Found markup element with unexpected name 'MudDialogProvider'. If this is intended to be a component, add a @using directive for its namespace.
web: MiniSpace.Web/src/MiniSpace.Web/Pages/Index.razor#L51
Found markup element with unexpected name 'FeatureCard'. If this is intended to be a component, add a @using directive for its namespace.
web: MiniSpace.Web/src/MiniSpace.Web/Pages/Index.razor#L54
Found markup element with unexpected name 'FeatureCard'. If this is intended to be a component, add a @using directive for its namespace.
web: MiniSpace.Web/src/MiniSpace.Web/Pages/Index.razor#L57
Found markup element with unexpected name 'FeatureCard'. If this is intended to be a component, add a @using directive for its namespace.
web: MiniSpace.Web/src/MiniSpace.Web/Pages/Index.razor#L73
Found markup element with unexpected name 'Style'. If this is intended to be a component, add a @using directive for its namespace.
web: MiniSpace.Web/src/MiniSpace.Web/Pages/Organizations/OrganizationDetails.razor#L83
Found markup element with unexpected name 'PostsComponent'. If this is intended to be a component, add a @using directive for its namespace.
web: MiniSpace.Web/src/MiniSpace.Web/Pages/Organizations/OrganizationDetails.razor#L87
Found markup element with unexpected name 'EventsComponent'. If this is intended to be a component, add a @using directive for its namespace.
web: MiniSpace.Web/src/MiniSpace.Web/Pages/Organizations/OrganizationDetails.razor#L91
Found markup element with unexpected name 'MembersComponent'. If this is intended to be a component, add a @using directive for its namespace.
web: MiniSpace.Web/src/MiniSpace.Web/Pages/Organizations/OrganizationDetails.razor#L95
Found markup element with unexpected name 'SubOrganizationsComponent'. If this is intended to be a component, add a @using directive for its namespace.
web: MiniSpace.Web/src/MiniSpace.Web/Shared/AuthenticatedLayout.razor#L61
Found markup element with unexpected name 'CustomRadzenFooter'. If this is intended to be a component, add a @using directive for its namespace.
services_reactions
The following actions uses Node.js version which is deprecated 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/
services_reports
The following actions uses Node.js version which is deprecated 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/