Skip to content

Update codecov/codecov-action action to v4.3.0 #1868

Update codecov/codecov-action action to v4.3.0

Update codecov/codecov-action action to v4.3.0 #1868

Triggered via pull request April 9, 2024 20:38
Status Success
Total duration 6m 45s
Artifacts 4

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 20 warnings
Publish / publish
Process completed with exit code 1.
build
/home/runner/work/Extensions/Extensions/src/DependencyInjection.Analyzers/CompiledServiceScanningGenerator.cs(818,17): warning CS1591: Missing XML comment for publicly visible type or member 'CompiledServiceScanningGenerator.Initialize(IncrementalGeneratorInitializationContext)' [/home/runner/work/Extensions/Extensions/src/DependencyInjection.Analyzers/Rocket.Surgery.DependencyInjection.Analyzers.csproj]
build
/home/runner/work/Extensions/Extensions/src/DependencyInjection.Analyzers/CompiledServiceScanningGenerator.cs(15,14): warning RS1036: 'Rocket.Surgery.DependencyInjection.Analyzers.CompiledServiceScanningGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>' [/home/runner/work/Extensions/Extensions/src/DependencyInjection.Analyzers/Rocket.Surgery.DependencyInjection.Analyzers.csproj]
build
/home/runner/work/Extensions/Extensions/.nuget/packages/fastexpressioncompiler.internal.src/4.1.0/contentFiles/cs/netstandard2.0/FastExpressionCompiler/ImTools.cs(809,44): warning CS8619: Nullability of reference types in value of type '(A?, B?, C?)' doesn't match target type '(A, B, C)'. [/home/runner/work/Extensions/Extensions/src/Reflection.Extensions/Rocket.Surgery.Reflection.Extensions.csproj::TargetFramework=netstandard2.1]
build
/home/runner/work/Extensions/Extensions/.nuget/packages/fastexpressioncompiler.internal.src/4.1.0/contentFiles/cs/netstandard2.0/FastExpressionCompiler/ImTools.cs(788,41): warning CS8619: Nullability of reference types in value of type '(A?, B?)' doesn't match target type '(A, B)'. [/home/runner/work/Extensions/Extensions/src/Reflection.Extensions/Rocket.Surgery.Reflection.Extensions.csproj::TargetFramework=netstandard2.1]
build
/home/runner/work/Extensions/Extensions/.nuget/packages/fastexpressioncompiler.internal.src/4.1.0/contentFiles/cs/netstandard2.0/FastExpressionCompiler/ImTools.cs(770,36): warning CS8603: Possible null reference return. [/home/runner/work/Extensions/Extensions/src/Reflection.Extensions/Rocket.Surgery.Reflection.Extensions.csproj::TargetFramework=netstandard2.1]
build
/home/runner/work/Extensions/Extensions/.nuget/packages/fastexpressioncompiler.internal.src/4.1.0/contentFiles/cs/netstandard2.0/FastExpressionCompiler/ImTools.cs(754,36): warning CS8603: Possible null reference return. [/home/runner/work/Extensions/Extensions/src/Reflection.Extensions/Rocket.Surgery.Reflection.Extensions.csproj::TargetFramework=netstandard2.1]
build
/home/runner/work/Extensions/Extensions/.nuget/packages/fastexpressioncompiler.internal.src/4.1.0/contentFiles/cs/netstandard2.0/FastExpressionCompiler/ImTools.cs(758,41): warning CS8602: Dereference of a possibly null reference. [/home/runner/work/Extensions/Extensions/src/Reflection.Extensions/Rocket.Surgery.Reflection.Extensions.csproj::TargetFramework=netstandard2.1]
build
/home/runner/work/Extensions/Extensions/.nuget/packages/fastexpressioncompiler.internal.src/4.1.0/contentFiles/cs/netstandard2.0/FastExpressionCompiler/ImTools.cs(762,42): warning CS8602: Dereference of a possibly null reference. [/home/runner/work/Extensions/Extensions/src/Reflection.Extensions/Rocket.Surgery.Reflection.Extensions.csproj::TargetFramework=netstandard2.1]
build
/home/runner/work/Extensions/Extensions/.nuget/packages/fastexpressioncompiler.internal.src/4.1.0/contentFiles/cs/netstandard2.0/FastExpressionCompiler/ImTools.cs(710,16): warning CS8618: Non-nullable field 'Value' must contain a non-null value when exiting constructor. Consider declaring the field as nullable. [/home/runner/work/Extensions/Extensions/src/Reflection.Extensions/Rocket.Surgery.Reflection.Extensions.csproj::TargetFramework=netstandard2.1]
build
/home/runner/work/Extensions/Extensions/.nuget/packages/fastexpressioncompiler.internal.src/4.1.0/contentFiles/cs/netstandard2.0/FastExpressionCompiler/ImTools.cs(645,28): warning CS8601: Possible null reference assignment. [/home/runner/work/Extensions/Extensions/src/Reflection.Extensions/Rocket.Surgery.Reflection.Extensions.csproj::TargetFramework=netstandard2.1]
build
/home/runner/work/Extensions/Extensions/src/DependencyInjection.Analyzers/CompiledServiceScanningGenerator.cs(818,17): warning CS1591: Missing XML comment for publicly visible type or member 'CompiledServiceScanningGenerator.Initialize(IncrementalGeneratorInitializationContext)' [/home/runner/work/Extensions/Extensions/src/DependencyInjection.Analyzers/Rocket.Surgery.DependencyInjection.Analyzers.csproj]
build
/home/runner/work/Extensions/Extensions/src/DependencyInjection.Analyzers/CompiledServiceScanningGenerator.cs(15,14): warning RS1036: 'Rocket.Surgery.DependencyInjection.Analyzers.CompiledServiceScanningGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>' [/home/runner/work/Extensions/Extensions/src/DependencyInjection.Analyzers/Rocket.Surgery.DependencyInjection.Analyzers.csproj]
build
/home/runner/work/Extensions/Extensions/src/Logging/LoggingExtensions.cs(33,13): warning CS8604: Possible null reference argument for parameter 'disposable' in 'Disposable.Disposable(IDisposable disposable, Action<long> action)'. [/home/runner/work/Extensions/Extensions/src/Logging/Rocket.Surgery.Extensions.Logging.csproj::TargetFramework=netstandard2.1]
build
/home/runner/work/Extensions/Extensions/src/Logging/LoggingExtensions.cs(61,13): warning CS8604: Possible null reference argument for parameter 'disposable' in 'Disposable.Disposable(IDisposable disposable, Action<long> action)'. [/home/runner/work/Extensions/Extensions/src/Logging/Rocket.Surgery.Extensions.Logging.csproj::TargetFramework=netstandard2.1]
build
/home/runner/work/Extensions/Extensions/src/Logging/LoggingExtensions.cs(89,13): warning CS8604: Possible null reference argument for parameter 'disposable' in 'Disposable.Disposable(IDisposable disposable, Action<long> action)'. [/home/runner/work/Extensions/Extensions/src/Logging/Rocket.Surgery.Extensions.Logging.csproj::TargetFramework=netstandard2.1]
build
/home/runner/work/Extensions/Extensions/.nuget/packages/fastexpressioncompiler.internal.src/4.1.0/contentFiles/cs/netstandard2.0/FastExpressionCompiler/ImTools.cs(809,44): warning CS8619: Nullability of reference types in value of type '(A?, B?, C?)' doesn't match target type '(A, B, C)'. [/home/runner/work/Extensions/Extensions/src/Reflection.Extensions/Rocket.Surgery.Reflection.Extensions.csproj::TargetFramework=netstandard2.1]
build
/home/runner/work/Extensions/Extensions/.nuget/packages/fastexpressioncompiler.internal.src/4.1.0/contentFiles/cs/netstandard2.0/FastExpressionCompiler/ImTools.cs(788,41): warning CS8619: Nullability of reference types in value of type '(A?, B?)' doesn't match target type '(A, B)'. [/home/runner/work/Extensions/Extensions/src/Reflection.Extensions/Rocket.Surgery.Reflection.Extensions.csproj::TargetFramework=netstandard2.1]
build
/home/runner/work/Extensions/Extensions/.nuget/packages/fastexpressioncompiler.internal.src/4.1.0/contentFiles/cs/netstandard2.0/FastExpressionCompiler/ImTools.cs(770,36): warning CS8603: Possible null reference return. [/home/runner/work/Extensions/Extensions/src/Reflection.Extensions/Rocket.Surgery.Reflection.Extensions.csproj::TargetFramework=netstandard2.1]
build
/home/runner/work/Extensions/Extensions/.nuget/packages/fastexpressioncompiler.internal.src/4.1.0/contentFiles/cs/netstandard2.0/FastExpressionCompiler/ImTools.cs(754,36): warning CS8603: Possible null reference return. [/home/runner/work/Extensions/Extensions/src/Reflection.Extensions/Rocket.Surgery.Reflection.Extensions.csproj::TargetFramework=netstandard2.1]
build
/home/runner/work/Extensions/Extensions/.nuget/packages/fastexpressioncompiler.internal.src/4.1.0/contentFiles/cs/netstandard2.0/FastExpressionCompiler/ImTools.cs(758,41): warning CS8602: Dereference of a possibly null reference. [/home/runner/work/Extensions/Extensions/src/Reflection.Extensions/Rocket.Surgery.Reflection.Extensions.csproj::TargetFramework=netstandard2.1]

Artifacts

Produced during runtime
Name Size
coverage Expired
13.2 MB
logs Expired
12.9 MB
nuget Expired
5.58 MB
test data Expired
4.73 MB