Skip to content

Replace custom ILog implementation with Microsoft.Extensions.Logging and Serilog #4170

Replace custom ILog implementation with Microsoft.Extensions.Logging and Serilog

Replace custom ILog implementation with Microsoft.Extensions.Logging and Serilog #4170

Re-run triggered November 12, 2025 13:35
Status Failure
Total duration 2m 20s
Artifacts

ci.yml

on: pull_request
Matrix: Prepare / prepare
Prepare  /  Set Matrix
Prepare / Set Matrix
Matrix: Build & Package / build
Waiting for pending jobs
Matrix: Test / unit_test
Waiting for pending jobs
Matrix: Artifacts Windows / artifacts
Waiting for pending jobs
Matrix: artifacts_linux_test
Waiting for pending jobs
Matrix: docker_linux_images
Waiting for pending jobs
Matrix: Publish / publish
Waiting for pending jobs
Matrix: Docker Manifests / manifest
Waiting for pending jobs
Release
Release
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 30 warnings
Prepare / ubuntu-24.04: src/GitVersion.Core/Core/RepositoryStore.cs#L273
'RepositoryStore' does not contain a definition for 'log' and no accessible extension method 'log' accepting a first argument of type 'RepositoryStore' could be found (are you missing a using directive or an assembly reference?)
Prepare / ubuntu-24.04: src/GitVersion.Core/Core/RepositoryStore.cs#L188
'RepositoryStore' does not contain a definition for 'log' and no accessible extension method 'log' accepting a first argument of type 'RepositoryStore' could be found (are you missing a using directive or an assembly reference?)
Prepare / ubuntu-24.04: src/GitVersion.Core/Core/TaggedSemanticVersionRepository.cs#L19
The name 'log' does not exist in the current context
Prepare / ubuntu-24.04: src/GitVersion.Core/Core/RepositoryStore.cs#L102
'RepositoryStore' does not contain a definition for 'log' and no accessible extension method 'log' accepting a first argument of type 'RepositoryStore' could be found (are you missing a using directive or an assembly reference?)
Prepare / ubuntu-24.04: src/GitVersion.Core/Core/RepositoryStore.cs#L29
Argument 2: cannot convert from 'Microsoft.Extensions.Logging.ILogger<GitVersion.RepositoryStore>' to 'Microsoft.Extensions.Logging.ILogger<GitVersion.MergeBaseFinder>'
Prepare / ubuntu-24.04: src/GitVersion.Core/Core/BranchesContainingCommitFinder.cs#L11
The name 'log' does not exist in the current context
Prepare / macos-15: src/GitVersion.Core/VersionCalculation/VersionCalculators/NextVersionCalculator.cs#L21
The name 'log' does not exist in the current context
Prepare / macos-15: src/GitVersion.Core/Core/RepositoryStore.cs#L273
'RepositoryStore' does not contain a definition for 'log' and no accessible extension method 'log' accepting a first argument of type 'RepositoryStore' could be found (are you missing a using directive or an assembly reference?)
Prepare / macos-15: src/GitVersion.Core/Core/RepositoryStore.cs#L188
'RepositoryStore' does not contain a definition for 'log' and no accessible extension method 'log' accepting a first argument of type 'RepositoryStore' could be found (are you missing a using directive or an assembly reference?)
Prepare / macos-15: src/GitVersion.Core/Core/RepositoryStore.cs#L102
'RepositoryStore' does not contain a definition for 'log' and no accessible extension method 'log' accepting a first argument of type 'RepositoryStore' could be found (are you missing a using directive or an assembly reference?)
Prepare / macos-15: src/GitVersion.Core/Core/TaggedSemanticVersionRepository.cs#L19
The name 'log' does not exist in the current context
Prepare / macos-15: src/GitVersion.Core/Core/RepositoryStore.cs#L29
Argument 2: cannot convert from 'Microsoft.Extensions.Logging.ILogger<GitVersion.RepositoryStore>' to 'Microsoft.Extensions.Logging.ILogger<GitVersion.MergeBaseFinder>'
Prepare / macos-15: src/GitVersion.Core/Core/BranchesContainingCommitFinder.cs#L11
The name 'log' does not exist in the current context
Prepare / windows-2025: src/GitVersion.Core/Core/RepositoryStore.cs#L273
'RepositoryStore' does not contain a definition for 'log' and no accessible extension method 'log' accepting a first argument of type 'RepositoryStore' could be found (are you missing a using directive or an assembly reference?)
Prepare / windows-2025: src/GitVersion.Core/Core/RepositoryStore.cs#L188
'RepositoryStore' does not contain a definition for 'log' and no accessible extension method 'log' accepting a first argument of type 'RepositoryStore' could be found (are you missing a using directive or an assembly reference?)
Prepare / windows-2025: src/GitVersion.Core/Core/RepositoryStore.cs#L102
'RepositoryStore' does not contain a definition for 'log' and no accessible extension method 'log' accepting a first argument of type 'RepositoryStore' could be found (are you missing a using directive or an assembly reference?)
Prepare / windows-2025: src/GitVersion.Core/Core/RepositoryStore.cs#L29
Argument 2: cannot convert from 'Microsoft.Extensions.Logging.ILogger<GitVersion.RepositoryStore>' to 'Microsoft.Extensions.Logging.ILogger<GitVersion.MergeBaseFinder>'
Prepare / windows-2025: src/GitVersion.Core/Core/TaggedSemanticVersionRepository.cs#L19
The name 'log' does not exist in the current context
Prepare / windows-2025: src/GitVersion.Core/Core/BranchesContainingCommitFinder.cs#L11
The name 'log' does not exist in the current context
Prepare / ubuntu-24.04: src/GitVersion.Core/Logging/LoggerExtensions.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
Prepare / macos-15: src/GitVersion.Core/Logging/LoggerExtensions.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
Prepare / windows-2025: src/GitVersion.Core/Logging/LoggerExtensions.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)