Skip to content

Merge pull request #3110 from TechnologyEnhancedLearning/DLS-Release-… #62

Merge pull request #3110 from TechnologyEnhancedLearning/DLS-Release-…

Merge pull request #3110 from TechnologyEnhancedLearning/DLS-Release-… #62

Triggered via push February 3, 2025 17:22
Status Success
Total duration 7m 26s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
deploy-to-dev
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.
deploy-to-dev: DigitalLearningSolutions.Data/Models/Support/RequestAttachment.cs#L16
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy-to-dev: DigitalLearningSolutions.Data/Models/SelfAssessments/SelfAssessmentDelegate.cs#L10
Non-nullable property 'DelegateLastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy-to-dev: DigitalLearningSolutions.Data/ApiClients/FreshdeskApiClient.cs#L37
Converting null literal or possible null value to non-nullable type.
deploy-to-dev: DigitalLearningSolutions.Data/ApiClients/FreshdeskApiClient.cs#L38
Converting null literal or possible null value to non-nullable type.
deploy-to-dev: DigitalLearningSolutions.Data/ApiClients/FreshdeskApiClient.cs#L40
Possible null reference argument for parameter 'freshdeskDomain' in 'FreshdeskHttpClient FreshdeskHttpClient.Create(string freshdeskDomain, string apiKey)'.
deploy-to-dev: DigitalLearningSolutions.Data/ApiClients/FreshdeskApiClient.cs#L40
Possible null reference argument for parameter 'apiKey' in 'FreshdeskHttpClient FreshdeskHttpClient.Create(string freshdeskDomain, string apiKey)'.
deploy-to-dev: DigitalLearningSolutions.Data/ApiClients/FreshdeskApiClient.cs#L48
Converting null literal or possible null value to non-nullable type.