fix: re-deployed api using main db connection string #11
Annotations
1 error and 12 warnings
build
Process completed with exit code 134.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/[email protected], actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
build:
PERUSTARS/PERUSTARS/Shared/Infrastructure/Repositories/UnitOfWork.cs#L5
The using directive for 'PERUSTARS.Shared.Domain.Repositories' appeared previously in this namespace
|
build:
PERUSTARS/PERUSTARS/Shared/Infrastructure/Repositories/BaseRepository.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
PERUSTARS/PERUSTARS/Shared/Domain/Repositories/IBaseRepository.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
PERUSTARS/PERUSTARS/CommunicationAndNotificationManagement/Domain/Repositories/INotificationRepository.cs#L13
'INotificationRepository.AddAsync(Notification)' hides inherited member 'IBaseRepository<Notification>.AddAsync(Notification)'. Use the new keyword if hiding was intended.
|
build:
PERUSTARS/PERUSTARS/CommunicationAndNotificationManagement/Domain/Repositories/INotificationRepository.cs#L14
'INotificationRepository.Remove(Notification)' hides inherited member 'IBaseRepository<Notification>.Remove(Notification)'. Use the new keyword if hiding was intended.
|
build:
PERUSTARS/PERUSTARS/CommunicationAndNotificationManagement/Infraestructure/Repositories/NotificationRepository.cs#L33
'NotificationRepository.AddAsync(Notification)' hides inherited member 'BaseRepository<Notification>.AddAsync(Notification)'. Use the new keyword if hiding was intended.
|
build:
PERUSTARS/PERUSTARS/CommunicationAndNotificationManagement/Infraestructure/Repositories/NotificationRepository.cs#L38
'NotificationRepository.Remove(Notification)' hides inherited member 'BaseRepository<Notification>.Remove(Notification)'. Use the new keyword if hiding was intended.
|
build:
PERUSTARS/PERUSTARS/AtEventManagement/Interfaces/rest/ParticipantController.cs#L24
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:
PERUSTARS/PERUSTARS/AtEventManagement/Interfaces/rest/ParticipantController.cs#L31
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:
PERUSTARS/PERUSTARS/AtEventManagement/Interfaces/rest/ParticipantController.cs#L37
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.
|