Skip to content

README.md improvements #115

README.md improvements

README.md improvements #115

Triggered via pull request December 12, 2023 21:34
Status Success
Total duration 1m 28s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
- Add lib or ref assemblies for the netstandard2.0 target framework
build: src/Futurum.WebApiEndpoint.Micro.Generator/SourceGenerator.cs#L31
Possible null reference argument for parameter 'assemblyName' in 'void ExecuteGeneration(SourceProductionContext context, string assemblyName)'.
build: src/Futurum.WebApiEndpoint.Micro.Generator/SourceGenerator.cs#L50
Dereference of a possibly null reference.
build: src/Futurum.WebApiEndpoint.Micro.Generator/SourceGenerator.cs#L56
Argument of type 'ImmutableArray<WebApiEndpointContext?>' cannot be used for parameter 'webApiEndpointContexts' of type 'ImmutableArray<WebApiEndpointContext>' in 'void WebApiEndpointSourceGenerator.ExecuteGeneration(SourceProductionContext context, ImmutableArray<WebApiEndpointContext> webApiEndpointContexts, string assemblyName)' due to differences in the nullability of reference types.
build: src/Futurum.WebApiEndpoint.Micro.Generator/SourceGenerator.cs#L56
Possible null reference argument for parameter 'assemblyName' in 'void WebApiEndpointSourceGenerator.ExecuteGeneration(SourceProductionContext context, ImmutableArray<WebApiEndpointContext> webApiEndpointContexts, string assemblyName)'.
build: src/Futurum.WebApiEndpoint.Micro.Generator/SourceGenerator.cs#L66
Dereference of a possibly null reference.
build: src/Futurum.WebApiEndpoint.Micro.Generator/SourceGenerator.cs#L72
Argument of type 'ImmutableArray<WebApiVersionEndpointContext?>' cannot be used for parameter 'webApiVersionEndpointContexts' of type 'ImmutableArray<WebApiVersionEndpointContext>' in 'void WebApiVersionEndpointSourceGenerator.ExecuteGeneration(SourceProductionContext context, ImmutableArray<WebApiVersionEndpointContext> webApiVersionEndpointContexts, string assemblyName)' due to differences in the nullability of reference types.
build: src/Futurum.WebApiEndpoint.Micro.Generator/SourceGenerator.cs#L72
Possible null reference argument for parameter 'assemblyName' in 'void WebApiVersionEndpointSourceGenerator.ExecuteGeneration(SourceProductionContext context, ImmutableArray<WebApiVersionEndpointContext> webApiVersionEndpointContexts, string assemblyName)'.
build: src/Futurum.WebApiEndpoint.Micro.Generator/SourceGenerator.cs#L82
Dereference of a possibly null reference.
build: src/Futurum.WebApiEndpoint.Micro.Generator/SourceGenerator.cs#L88
Argument of type 'ImmutableArray<GlobalWebApiEndpointContext?>' cannot be used for parameter 'globalWebApiEndpointContexts' of type 'ImmutableArray<GlobalWebApiEndpointContext>' in 'void GlobalWebApiEndpointSourceGenerator.ExecuteGeneration(SourceProductionContext context, ImmutableArray<GlobalWebApiEndpointContext> globalWebApiEndpointContexts, string assemblyName)' due to differences in the nullability of reference types.
build: src/Futurum.WebApiEndpoint.Micro.Generator/SourceGenerator.cs#L88
Possible null reference argument for parameter 'assemblyName' in 'void GlobalWebApiEndpointSourceGenerator.ExecuteGeneration(SourceProductionContext context, ImmutableArray<GlobalWebApiEndpointContext> globalWebApiEndpointContexts, string assemblyName)'.