#342 Organization service release, layout update #67
codeql.yml
on: pull_request
apigateway
2m 47s
services_comments
2m 28s
services_email
2m 17s
services_events
2m 43s
services_friends
2m 28s
services_identity
2m 23s
services_mediafiles
2m 38s
services_notifications
2m 45s
services_organizations
2m 36s
services_posts
2m 18s
services_reactions
2m 31s
services_reports
2m 41s
services_students
2m 18s
web
2m 24s
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.Application/Events/External/Handlers/FriendRequestSentHandler.cs#L56
The variable 'ex' is declared but never used
|
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.Application/Events/External/Handlers/FriendRequestSentHandler.cs#L56
The variable 'ex' is declared but never used
|
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/EventCreatedHandler.cs#L42
The variable 'ex' is declared but never used
|
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/FriendRequestCreatedHandler.cs#L21
The field 'FriendRequestCreatedHandler._notificationRepository' is never used
|
services_notifications:
MiniSpace.Services.Notifications/src/MiniSpace.Services.Notifications.Infrastructure/Services/Clients/PostsServiceClient.cs#L46
The variable 'ex' is declared but never used
|
services_notifications:
MiniSpace.Services.Notifications/src/MiniSpace.Services.Notifications.Infrastructure/Services/Clients/EventsServiceClient.cs#L66
The variable 'ex' is declared but never used
|
services_notifications:
MiniSpace.Services.Notifications/src/MiniSpace.Services.Notifications.Application/Events/External/Handlers/EventCreatedHandler.cs#L42
The variable 'ex' is declared but never used
|
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/FriendRequestCreatedHandler.cs#L21
The field 'FriendRequestCreatedHandler._notificationRepository' is never used
|
services_notifications:
MiniSpace.Services.Notifications/src/MiniSpace.Services.Notifications.Infrastructure/Services/Clients/PostsServiceClient.cs#L46
The variable 'ex' is declared but never used
|
services_notifications:
MiniSpace.Services.Notifications/src/MiniSpace.Services.Notifications.Infrastructure/Services/Clients/EventsServiceClient.cs#L66
The variable 'ex' is declared but never used
|
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/
|
|
|