Skip to content

Update Microsoft.SourceLink.GitHub requirement from 1.* to 8.* #1791

Update Microsoft.SourceLink.GitHub requirement from 1.* to 8.*

Update Microsoft.SourceLink.GitHub requirement from 1.* to 8.* #1791

Triggered via pull request November 16, 2023 08:53
Status Success
Total duration 7m 16s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyse
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyse (csharp): libs/hosting/src/Hosting/HostedServiceWrapper.cs#L47
Dereference of a possibly null reference.
Analyse (csharp): libs/hosting/src/Hosting/HostedServiceWrapper.cs#L69
Dereference of a possibly null reference.
Analyse (csharp): libs/configuration/src/Configuration/RuntimeConfigurationProvider.cs#L9
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
Analyse (csharp): libs/configuration/src/Configuration/ConfigurationRootExtensions.cs#L75
Nullability of reference types in value of type '(string? value, IConfigurationProvider provider)' doesn't match target type '(string Value, IConfigurationProvider? Provider)'.
Analyse (csharp): libs/lambda/src/Lambda.TestHost/LambdaFunctionInfo.cs#L76
Nullability of reference types in return type of 'ILambdaSerializer? LambdaFunctionInfo.Serializer.get' doesn't match implicitly implemented member 'ILambdaSerializer ILambdaFunctionInfo.Serializer.get' (possibly because of nullability attributes).
Analyse (csharp): libs/pulumi/src/Pulumi.Automation/Aws/ProviderEndpoints.cs#L472
'JsonSerializerOptions.IgnoreNullValues' is obsolete: 'JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.' (https://aka.ms/dotnet-warnings/SYSLIB0020)
Analyse (csharp): libs/eventsourcing-domain/src/EventSourcing.Domain/StreamName.cs#L16
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Analyse (csharp): libs/eventsourcing-domain/src/EventSourcing.Domain/NamespaceBasedGuidGenerator.cs#L30
Converting null literal or possible null value to non-nullable type.
Analyse (csharp): libs/eventsourcing-domain/src/EventSourcing.Domain/NamespaceBasedGuidGenerator.cs#L34
Possible null reference argument for parameter 'sourceArray' in 'void Array.Copy(Array sourceArray, int sourceIndex, Array destinationArray, int destinationIndex, int length)'.
Analyse (csharp): libs/eventsourcing-domain/src/EventSourcing.Domain/AggregateRoot.cs#L3
Missing XML comment for publicly visible type or member 'AggregateRoot'