(fix)functions: Notification queue added to config #1885
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
src/backend/api/Fusion.Resources.Database/Authentication/AzureTokenAuthenticationManager.cs#L28
Possible null reference assignment.
|
src/backend/api/Fusion.Resources.Database/Authentication/AzureTokenAuthenticationManager.cs#L23
Non-nullable field 'connectionString' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/backend/api/Fusion.Resources.Domain/Services/OrgUnitCache.cs#L41
Possible null reference return.
|
src/backend/api/Fusion.Resources.Domain/Models/QueryBasePosition.cs#L40
Possible null reference assignment.
|
src/backend/api/Fusion.Resources.Domain/Models/QueryBasePosition.cs#L36
Non-nullable property 'Discipline' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/backend/api/Fusion.Resources.Domain/Queries/GetTBNPositions.cs#L97
Converting null literal or possible null value to non-nullable type.
|
src/backend/api/Fusion.Resources.Domain/Queries/GetTBNPositions.cs#L98
Possible null reference return.
|
src/backend/function/Fusion.Resources.Functions/Functions/Notifications/Models/PersonnelContent.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/backend/function/Fusion.Resources.Functions/Functions/Notifications/Models/PersonnelContent.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/backend/function/Fusion.Resources.Functions/Functions/Notifications/Models/PersonnelContent.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
The logs for this run have expired and are no longer available.
Loading