Expose an endpoint for bulk processing of organization auth requests #19014
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2, actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Publish project:
src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L11
'ProviderInitiateDeleteModel.WebVaultUrl' hides inherited member 'BaseMailModel.WebVaultUrl'. Use the new keyword if hiding was intended.
|
Publish project:
src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L14
'ProviderInitiateDeleteModel.SiteName' hides inherited member 'BaseMailModel.SiteName'. Use the new keyword if hiding was intended.
|
Publish project:
src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish project:
src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish project:
src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish project:
src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish project:
src/Core/Auth/Services/Implementations/AuthRequestService.cs#L126
Dereference of a possibly null reference.
|
Publish project:
src/Core/Auth/Services/Implementations/AuthRequestService.cs#L139
Possible null reference argument for parameter 'user' in 'Task<AuthRequest> AuthRequestService.CreateAuthRequestAsync(AuthRequestCreateRequestModel model, User user, Guid? organizationId)'.
|
Publish project:
src/Core/Billing/Services/IProviderBillingService.cs#L19
XML comment has cref attribute 'seats' that could not be resolved
|
Publish project:
src/Infrastructure.EntityFramework/Vault/Repositories/Queries/CipherReadCanEditByIdUserIdQuery.cs#L63
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Admin.zip", "Api.zip", "Billing.zip", "Events.zip", "EventsProcessor.zip", "Icons.zip", "Identity.zip", "MsSqlMigratorUtility.zip", "MsSqlMigratorUtility-linux-x64", "MsSqlMigratorUtility-osx-x64", "MsSqlMigratorUtility-win-x64", "Notifications.zip", "Scim.zip", "Server.zip", "Setup.zip", "Sso.zip", "swagger.json".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading