Merge pull request #128 from ladeak/dependabot/nuget/xunit-2.6.5 #367
Annotations
22 warnings
|
src/JsonMergePatch.Abstractions/JsonMergePatchOptions.cs#L5
Non-nullable property 'Repository' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/JsonMergePatch.Abstractions/Patch.cs#L10
Non-nullable field 'Properties' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/JsonMergePatch.SourceGenerator/MultiTypeBuilder.cs#L47
Possible null reference argument for parameter 'typesToWrap' in 'void MultiTypeBuilder.PushToWrap(IEnumerable<ITypeSymbol> typesToWrap)'.
|
src/JsonMergePatch.SourceGenerator/JsonMergePatchSourceGenerator.cs#L19
Possible null reference argument for parameter 'text' in 'SourceText SourceText.From(string text, Encoding? encoding = null, SourceHashAlgorithm checksumAlgorithm = SourceHashAlgorithm.Sha1)'.
|
src/JsonMergePatch.SourceGenerator/JsonMergePatchSourceGenerator.cs#L19
Possible null reference argument for parameter 'hintName' in 'void GeneratorExecutionContext.AddSource(string hintName, SourceText sourceText)'.
|
src/JsonMergePatch.SourceGenerator/JsonMergePatchSourceGenerator.cs#L22
Argument of type 'IEnumerable<(string? SourceTypeFullName, string? TargetTypeFullName)>' cannot be used for parameter 'typeRegistrations' of type 'IEnumerable<(string, string)>' in 'string TypeRepositoryGenerator.CreateTypeRepository(IEnumerable<(string, string)> typeRegistrations, string assemblyName)' due to differences in the nullability of reference types.
|
src/JsonMergePatch.SourceGenerator/PatchParametersWalker.cs#L35
Possible null reference argument for parameter 'node' in 'void CSharpSyntaxVisitor.VisitParameter(ParameterSyntax node)'.
|
src/JsonMergePatch.SourceGenerator/TypeBuilder.cs#L48
Possible null reference argument for parameter 'typeInfo' in 'string NameBuilder.GetNamespace(ITypeSymbol typeInfo)'.
|
src/JsonMergePatch.SourceGenerator/TypeBuilder.cs#L57
Dereference of a possibly null reference.
|
src/JsonMergePatch.SourceGenerator/TypeBuilder.cs#L76
Dereference of a possibly null reference.
|
|
src/JsonMergePatch.Abstractions/Patch.cs#L10
Non-nullable field 'Properties' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/JsonMergePatch.Abstractions/JsonMergePatchOptions.cs#L5
Non-nullable property 'Repository' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/JsonMergePatch.SourceGenerator/JsonMergePatchSourceGenerator.cs#L19
Possible null reference argument for parameter 'text' in 'SourceText SourceText.From(string text, Encoding? encoding = null, SourceHashAlgorithm checksumAlgorithm = SourceHashAlgorithm.Sha1)'.
|
src/JsonMergePatch.SourceGenerator/JsonMergePatchSourceGenerator.cs#L19
Possible null reference argument for parameter 'hintName' in 'void GeneratorExecutionContext.AddSource(string hintName, SourceText sourceText)'.
|
src/JsonMergePatch.SourceGenerator/JsonMergePatchSourceGenerator.cs#L22
Argument of type 'IEnumerable<(string? SourceTypeFullName, string? TargetTypeFullName)>' cannot be used for parameter 'typeRegistrations' of type 'IEnumerable<(string, string)>' in 'string TypeRepositoryGenerator.CreateTypeRepository(IEnumerable<(string, string)> typeRegistrations, string assemblyName)' due to differences in the nullability of reference types.
|
src/JsonMergePatch.SourceGenerator/MultiTypeBuilder.cs#L47
Possible null reference argument for parameter 'typesToWrap' in 'void MultiTypeBuilder.PushToWrap(IEnumerable<ITypeSymbol> typesToWrap)'.
|
src/JsonMergePatch.SourceGenerator/PatchParametersWalker.cs#L35
Possible null reference argument for parameter 'node' in 'void CSharpSyntaxVisitor.VisitParameter(ParameterSyntax node)'.
|
src/JsonMergePatch.SourceGenerator/TypeBuilder.cs#L48
Possible null reference argument for parameter 'typeInfo' in 'string NameBuilder.GetNamespace(ITypeSymbol typeInfo)'.
|
src/JsonMergePatch.SourceGenerator/TypeBuilder.cs#L57
Dereference of a possibly null reference.
|
src/JsonMergePatch.SourceGenerator/TypeBuilder.cs#L76
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading