Skip to content

Uses borderless summary list to disply name and status #12091

Uses borderless summary list to disply name and status

Uses borderless summary list to disply name and status #12091

Triggered via push February 11, 2025 16:21
Status Success
Total duration 10m 59s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and test: DigitalLearningSolutions.Data/Models/Frameworks/DetailFramework.cs#L5
'DetailFramework.Description' hides inherited member 'BrandedFramework.Description'. Use the new keyword if hiding was intended.
Build and test: DigitalLearningSolutions.Data/Exceptions/DelegateCreationFailedException.cs#L20
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build and test: DigitalLearningSolutions.Data/ApiClients/FreshdeskApiClient.cs#L37
Converting null literal or possible null value to non-nullable type.
Build and test: DigitalLearningSolutions.Data/ApiClients/FreshdeskApiClient.cs#L38
Converting null literal or possible null value to non-nullable type.
Build and test: DigitalLearningSolutions.Data/ApiClients/FreshdeskApiClient.cs#L40
Possible null reference argument for parameter 'freshdeskDomain' in 'FreshdeskHttpClient FreshdeskHttpClient.Create(string freshdeskDomain, string apiKey)'.
Build and test: DigitalLearningSolutions.Data/ApiClients/FreshdeskApiClient.cs#L40
Possible null reference argument for parameter 'apiKey' in 'FreshdeskHttpClient FreshdeskHttpClient.Create(string freshdeskDomain, string apiKey)'.
Build and test: DigitalLearningSolutions.Data/ApiClients/FreshdeskApiClient.cs#L48
Converting null literal or possible null value to non-nullable type.
Build and test: DigitalLearningSolutions.Data/ApiClients/FreshdeskApiClient.cs#L53
Possible null reference argument for parameter 'url' in 'Task<Ticket> FreshdeskHttpClient.ApiOperationAsync<Ticket, CreateTicketRequest>(HttpMethod method, string url, CreateTicketRequest? body, CancellationToken cancellationToken)'.