Merge pull request #36 from futurum-dev/feature/readme-improvements #114
Annotations
12 warnings
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/
|
|
src/Futurum.WebApiEndpoint.Micro.Generator/SourceGenerator.cs#L31
Possible null reference argument for parameter 'assemblyName' in 'void ExecuteGeneration(SourceProductionContext context, string assemblyName)'.
|
src/Futurum.WebApiEndpoint.Micro.Generator/SourceGenerator.cs#L50
Dereference of a possibly null reference.
|
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.
|
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)'.
|
src/Futurum.WebApiEndpoint.Micro.Generator/SourceGenerator.cs#L66
Dereference of a possibly null reference.
|
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.
|
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)'.
|
src/Futurum.WebApiEndpoint.Micro.Generator/SourceGenerator.cs#L82
Dereference of a possibly null reference.
|
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.
|
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)'.
|
The logs for this run have expired and are no longer available.
Loading