Skip to content

feat: Remove contract related endpoints #1896

feat: Remove contract related endpoints

feat: Remove contract related endpoints #1896

Triggered via pull request November 16, 2023 20:06
Status Success
Total duration 6m 42s
Artifacts

test-api.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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/
build: 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.
build: 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.
build: 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.
build: 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.
build: src/backend/function/Fusion.Resources.Functions/Functions/Notifications/ScheduledReportContentBuilderFunction.cs#L277
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/backend/function/Fusion.Resources.Functions/ApiClients/IResourcesApiClient.cs#L56
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/backend/function/Fusion.Resources.Functions/ApiClients/IResourcesApiClient.cs#L57
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/backend/function/Fusion.Resources.Functions/ApiClients/IResourcesApiClient.cs#L71
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/backend/function/Fusion.Resources.Functions/Functions/Notifications/ScheduledReportContentBuilderFunction.cs#L84
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.