Skip to content

Incremental re-write part 1 #386

Incremental re-write part 1

Incremental re-write part 1 #386

Triggered via push October 9, 2024 20:48
Status Failure
Total duration 39s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build: test/JsonMergePatch.SourceGenerator.Abstractions.Tests/TypeRepositoryGeneratorTests.cs#L17
No overload for method 'CreateTypeRepository' takes 2 arguments
build: test/JsonMergePatch.SourceGenerator.Abstractions.Tests/TypeRepositoryGeneratorTests.cs#L57
No overload for method 'CreateTypeRepository' takes 2 arguments
build: test/JsonMergePatch.SourceGenerator.Abstractions.Tests/TypeRepositoryGeneratorTests.cs#L97
No overload for method 'CreateTypeRepository' takes 2 arguments
build: test/JsonMergePatch.SourceGenerator.Abstractions.Tests/TypeRepositoryGeneratorTests.cs#L139
No overload for method 'CreateTypeRepository' takes 2 arguments
build: test/JsonMergePatch.SourceGenerator.Abstractions.Tests/TypeRepositoryGeneratorTests.cs#L146
No overload for method 'CreateTypeRepository' takes 2 arguments
build: test/JsonMergePatch.SourceGenerator.Abstractions.Tests/TypeRepositoryGeneratorTests.cs#L154
No overload for method 'CreateTypeRepository' takes 2 arguments
build: test/JsonMergePatch.SourceGenerator.Abstractions.Tests/TypeRepositoryGeneratorTests.cs#L162
No overload for method 'CreateTypeRepository' takes 2 arguments
build: test/JsonMergePatch.SourceGenerator.Abstractions.Tests/TypeRepositoryGeneratorTests.cs#L171
No overload for method 'CreateTypeRepository' takes 2 arguments
build: test/JsonMergePatch.SourceGenerator.Abstractions.Tests/BuilderStateTests.cs#L11
The type or namespace name 'TypeInformation' could not be found (are you missing a using directive or an assembly reference?)
build: test/JsonMergePatch.SourceGenerator.Abstractions.Tests/BuilderStateTests.cs#L15
'BuilderState' does not contain a definition for 'ToProcessTypeSymbols' and no accessible extension method 'ToProcessTypeSymbols' accepting a first argument of type 'BuilderState' could be found (are you missing a using directive or an assembly reference?)
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build: src/JsonMergePatch.Abstractions/JsonMergePatchOptions.cs#L5
Non-nullable property 'Repository' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/JsonMergePatch.SourceGenerator/PatchParametersWalker.cs#L32
Possible null reference argument for parameter 'node' in 'void CSharpSyntaxVisitor.VisitParameter(ParameterSyntax node)'.
build: src/JsonMergePatch.SourceGenerator/JsonMergePatchSourceGenerator.cs#L16
Possible null reference argument for parameter 'typeInfo' in 'bool GeneratedTypeFilter.TryGetGeneratableType(ITypeSymbol typeInfo, out ITypeSymbol generatableType)'.
build: src/JsonMergePatch.SourceGenerator/JsonMergePatchSourceGenerator.cs#L25
Possible null reference argument for parameter 'typeInfo' in 'GeneratedWrapper TypeBuilder.BuildWrapperType(GeneratorClassInfo typeInfo)'.
build: src/JsonMergePatch.SourceGenerator/JsonMergePatchSourceGenerator.cs#L26
Possible null reference argument for parameter 'text' in 'SourceText SourceText.From(string text, Encoding? encoding = null, SourceHashAlgorithm checksumAlgorithm = SourceHashAlgorithm.Sha1)'.
build: src/JsonMergePatch.SourceGenerator/JsonMergePatchSourceGenerator.cs#L26
Possible null reference argument for parameter 'hintName' in 'void SourceProductionContext.AddSource(string hintName, SourceText sourceText)'.
build: src/JsonMergePatch.SourceGenerator/JsonMergePatchSourceGenerator.cs#L32
Dereference of a possibly null reference.
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build
- Add lib or ref assemblies for the netstandard2.0 target framework
build: sample/AspNetCoreMinimal.Entities/Entities.cs#L9
Non-nullable property 'Cities' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.