Incremental compilesIncremental re-write part 1 #391
Annotations
7 errors and 11 warnings
sample/ConsoleApp/Program.cs#L18
The type or namespace name 'Generated' does not exist in the namespace 'LaDeak.JsonMergePatch' (are you missing an assembly reference?)
|
sample/ConsoleApp/Program.cs#L18
The type or namespace name 'Generated' does not exist in the namespace 'LaDeak.JsonMergePatch' (are you missing an assembly reference?)
|
sample/AspNetCoreMinimal/Program.cs#L8
The type or namespace name 'TypeRepository' does not exist in the namespace 'LaDeak.JsonMergePatch.Generated.SafeAspNetCoreMinimal' (are you missing an assembly reference?)
|
sample/ConsoleApp/Program.cs#L18
The type or namespace name 'Generated' does not exist in the namespace 'LaDeak.JsonMergePatch' (are you missing an assembly reference?)
|
sample/ConsoleApp/Program.cs#L18
The type or namespace name 'Generated' does not exist in the namespace 'LaDeak.JsonMergePatch' (are you missing an assembly reference?)
|
sample/AspNetCoreMinimal/Program.cs#L8
The type or namespace name 'TypeRepository' does not exist in the namespace 'LaDeak.JsonMergePatch.Generated.SafeAspNetCoreMinimal' (are you missing an assembly reference?)
|
|
|
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.
|
src/JsonMergePatch.SourceGenerator/JsonMergePatchSourceGenerator.cs#L16
Possible null reference argument for parameter 'typeInfo' in 'bool GeneratedTypeFilter.TryGetGeneratableType(ITypeSymbol typeInfo, out ITypeSymbol generatableType)'.
|
src/JsonMergePatch.SourceGenerator/JsonMergePatchSourceGenerator.cs#L26
Possible null reference argument for parameter 'typeInfo' in 'GeneratedWrapper TypeBuilder.BuildWrapperType(GeneratorClassInfo typeInfo)'.
|
src/JsonMergePatch.SourceGenerator/JsonMergePatchSourceGenerator.cs#L27
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#L27
Possible null reference argument for parameter 'hintName' in 'void SourceProductionContext.AddSource(string hintName, SourceText sourceText)'.
|
src/JsonMergePatch.SourceGenerator/JsonMergePatchSourceGenerator.cs#L33
Dereference of a possibly null reference.
|
src/JsonMergePatch.SourceGenerator/JsonMergePatchSourceGenerator.cs#L33
Dereference of a possibly null reference.
|
src/JsonMergePatch.SourceGenerator/PatchParametersWalker.cs#L32
Possible null reference argument for parameter 'node' in 'void CSharpSyntaxVisitor.VisitParameter(ParameterSyntax node)'.
|
|
|
This job failed
Loading