Skip to content

Merge tag '1.0.7-individual-items-from-sp' into develop #16

Merge tag '1.0.7-individual-items-from-sp' into develop

Merge tag '1.0.7-individual-items-from-sp' into develop #16

Triggered via push November 29, 2024 16:57
Status Success
Total duration 2m 56s
Artifacts
build-and-deploy
2m 44s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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.
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/SharePoint/Settings/AzureApp.cs#L5
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/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/SharePoint/Settings/AzureApp.cs#L6
Non-nullable property 'ClientSecret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.