Merge pull request #3110 from TechnologyEnhancedLearning/DLS-Release-… #62
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/Models/Frameworks/Import/ImportCompetenciesResult.cs#L32
Dereference of a possibly null reference.
|
|
deploy-to-dev:
DigitalLearningSolutions.Data/Models/Frameworks/Import/ImportCompetenciesResult.cs#L36
Dereference of a possibly null reference.
|
|
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.
|