feat: add send test notification #121
Annotations
26 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
src/server/host/Endpoints/Notifications/SendNotificationEndpoint.cs#L33
Parameter 'userPushSubscriptionMapper' is unread.
|
src/server/host/Endpoints/Notifications/SendNotificationEndpoint.cs#L87
Possible null reference argument for parameter 'Title' in 'TestNotification.TestNotification(string Title, string Body)'.
|
src/server/host/Endpoints/Notifications/SendNotificationEndpoint.cs#L88
Possible null reference argument for parameter 'Body' in 'TestNotification.TestNotification(string Title, string Body)'.
|
src/server/host/Endpoints/Administration/Events/StartEventEndpoint.cs#L34
Parameter 'userPushSubscriptionMapper' is unread.
|
src/client/src/app/+state/action-state.ts#L72
'x' is defined but never used. Allowed unused vars must match /^_/u
|
src/client/src/app/+state/action-state.ts#L100
Unexpected any. Specify a different type
|
src/client/src/app/+state/action-state.ts#L100
Unexpected any. Specify a different type
|
src/client/src/app/+state/action-state.ts#L137
Unexpected any. Specify a different type
|
src/client/src/app/+state/action-state.ts#L143
Unexpected any. Specify a different type
|
src/client/src/app/+state/action-state.ts#L143
Unexpected any. Specify a different type
|
src/client/src/app/+state/functional-effect.ts#L26
Unexpected any. Specify a different type
|
src/client/src/app/+state/functional-effect.ts#L49
Unexpected any. Specify a different type
|
src/client/src/app/+state/user-settings/actions/update-user-settings.action.ts#L39
'events' is assigned a value but never used. Allowed unused vars must match /^_/u
|
src/client/src/app/+state/users/actions/update-user.action.ts#L30
Forbidden non-null assertion
|
|
src/server/host/Endpoints/Administration/Events/StartEventEndpoint.cs#L34
Parameter 'userPushSubscriptionMapper' is unread.
|
src/server/host/Endpoints/Notifications/SendNotificationEndpoint.cs#L33
Parameter 'userPushSubscriptionMapper' is unread.
|
src/server/host/Endpoints/Notifications/SendNotificationEndpoint.cs#L87
Possible null reference argument for parameter 'Title' in 'TestNotification.TestNotification(string Title, string Body)'.
|
src/server/host/Endpoints/Notifications/SendNotificationEndpoint.cs#L88
Possible null reference argument for parameter 'Body' in 'TestNotification.TestNotification(string Title, string Body)'.
|
|
src/server/host/Endpoints/Administration/Events/StartEventEndpoint.cs#L34
Parameter 'userPushSubscriptionMapper' is unread.
|
src/server/host/Endpoints/Notifications/SendNotificationEndpoint.cs#L33
Parameter 'userPushSubscriptionMapper' is unread.
|
src/server/host/Endpoints/Notifications/SendNotificationEndpoint.cs#L87
Possible null reference argument for parameter 'Title' in 'TestNotification.TestNotification(string Title, string Body)'.
|
src/server/host/Endpoints/Notifications/SendNotificationEndpoint.cs#L88
Possible null reference argument for parameter 'Body' in 'TestNotification.TestNotification(string Title, string Body)'.
|
This job succeeded
Loading