Skip to content

Build and deploy dotnet core app to Azure Function App - data-source-functions #5

Build and deploy dotnet core app to Azure Function App - data-source-functions

Build and deploy dotnet core app to Azure Function App - data-source-functions #5

Manually triggered November 19, 2024 11:47
Status Success
Total duration 3m 33s
Artifacts

develop_data-source-functions.yml

on: workflow_dispatch
build-and-deploy
3m 19s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build-and-deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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-and-deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-deploy
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build-and-deploy: FunctionApp/Dynamics365/CRM/Settings/AzureApp.cs#L10
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: FunctionApp/Dynamics365/CRM/Settings/AzureApp.cs#L11
Non-nullable property 'ClientSecret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: FunctionApp/Dynamics365/CRM/Settings/AzureApp.cs#L12
Non-nullable property 'Tenant' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: FunctionApp/Dynamics365/CRM/Settings/AzureApp.cs#L13
Non-nullable property 'DynamicsUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: FunctionApp/Dynamics365/CRM/Settings/AppSettings.cs#L9
Non-nullable property 'AzureApp' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: FunctionApp/Dynamics365/BusinessCentral/Vendors.cs#L41
Nullable value type may be null.
build-and-deploy: FunctionApp/Dynamics365/BusinessCentral/Vendors.cs#L45
Possible null reference argument for parameter 'page' in 'PageIterator<Vendor, VendorCollectionResponse> PageIterator<Vendor, VendorCollectionResponse>.CreatePageIterator(IBaseClient client, VendorCollectionResponse page, Func<Vendor, bool> callback, Func<RequestInformation, RequestInformation> requestConfigurator = null, Dictionary<string, ParsableFactory<IParsable>> errorMapping = null)'.
build-and-deploy: FunctionApp/SharePoint/Settings/ListData.cs#L5
Non-nullable property 'SiteUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: FunctionApp/SharePoint/Settings/ListData.cs#L6
Non-nullable property 'ListName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.