Skip to content

Merge pull request #37 from Angeling3/hangfire-jobs #34

Merge pull request #37 from Angeling3/hangfire-jobs

Merge pull request #37 from Angeling3/hangfire-jobs #34

Triggered via push December 10, 2024 18:10
Status Success
Total duration 1m 8s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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
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: src/SourceGenerationHelper.cs#L40
Possible null reference return.
build: src/SourceGenerationHelper.cs#L49
Converting null literal or possible null value to non-nullable type.
build: src/SourceGenerationHelper.cs#L55
Converting null literal or possible null value to non-nullable type.
build: src/SourceGenerators.Facades/FacadesGenerator.CodeGeneration.cs#L75
Converting null literal or possible null value to non-nullable type.
build: src/SourceGenerators.Facades/FacadesGenerator.CodeGeneration.cs#L103
Possible null reference argument for parameter 'methodSymbol' in 'string SourceGenerationHelper.GetMethodDocComment(IMethodSymbol methodSymbol)'.
build: src/SourceGenerators.Facades/FacadesGenerator.CodeGeneration.cs#L106
Converting null literal or possible null value to non-nullable type.
build: src/SourceGenerators.Facades/FacadesGenerator.CodeGeneration.cs#L110
Dereference of a possibly null reference.
build: src/SourceGenerators.Facades/FacadesGenerator.CodeGeneration.cs#L126
Possible null reference assignment.
build: src/SourceGenerators.Facades/FacadesGenerator.CodeGeneration.cs#L130
Possible null reference assignment.
build: src/SourceGenerators.Facades/FacadesGenerator.CodeGeneration.cs#L149
Nullability of reference types in value of type '(string, Location?)' doesn't match target type '(string Message, Location Location)'.