Skip to content

Doc rewrites

Doc rewrites #39

Triggered via push April 19, 2026 18:09
Status Success
Total duration 4m 23s
Artifacts 3

ci_master.yml

on: push
Matrix: call-template / build-test
Matrix: call-template / codeql / analyze
call-template  /  tests-aggregate
7s
call-template / tests-aggregate
Fit to window
Zoom out
Zoom in

Annotations

41 warnings
call-template / build-test (10.0.x): FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L31
Use 'mocker.VerifyLogged(LogLevel.Information, "test", null, null, 2)' instead of VerifyLogger(...) for provider-safe logger assertions
call-template / build-test (10.0.x): FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L30
Use 'mocker.VerifyLogged(LogLevel.Information, "test", 2)' instead of VerifyLogger(...) for provider-safe logger assertions
call-template / build-test (10.0.x): FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L27
Use 'mocker.VerifyLogged(LogLevel.Information, "test")' instead of VerifyLogger(...) for provider-safe logger assertions
call-template / build-test (10.0.x): FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L24
Use 'mocker.VerifyLogged(LogLevel.Information, "test", 0)' instead of VerifyLogger(...) for provider-safe logger assertions
call-template / build-test (10.0.x): FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L34
Use 'mocker.GetObject<ILogger>()' instead of '.Object' on tracked FastMoq mocks
call-template / build-test (10.0.x): FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L29
Use 'mocker.GetObject<ILogger>()' instead of '.Object' on tracked FastMoq mocks
call-template / build-test (10.0.x): FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L26
Use 'mocker.GetObject<ILogger>()' instead of '.Object' on tracked FastMoq mocks
call-template / build-test (10.0.x): FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L23
Use 'GetOrCreateMock<T>()' instead of obsolete 'GetMock<T>()' when the call only needs a tracked FastMoq mock
call-template / build-test (10.0.x): FastMoq.Database/DbContextMockerExtensions.cs#L104
'Mocker.AddMock<T>(Mock<T>, bool, bool)' is obsolete: 'Use GetOrCreateMock<T>(...) for tracked mocks or AddType<T>(...) for concrete instances. This legacy Moq compatibility API will be removed in v5.'
call-template / build-test (10.0.x): FastMoq.Database/DbContextMockerExtensions.cs#L97
'Mocker.GetMock<T>(params object?[])' is obsolete: 'Use GetOrCreateMock<T>(...) for provider-neutral retrieval. Keep GetMock<T>(...) only for legacy Moq-specific setup/access. This API will be removed in v5.'
call-template / build-test (9.0.x): FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L31
Use 'mocker.VerifyLogged(LogLevel.Information, "test", null, null, 2)' instead of VerifyLogger(...) for provider-safe logger assertions
call-template / build-test (9.0.x): FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L30
Use 'mocker.VerifyLogged(LogLevel.Information, "test", 2)' instead of VerifyLogger(...) for provider-safe logger assertions
call-template / build-test (9.0.x): FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L27
Use 'mocker.VerifyLogged(LogLevel.Information, "test")' instead of VerifyLogger(...) for provider-safe logger assertions
call-template / build-test (9.0.x): FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L24
Use 'mocker.VerifyLogged(LogLevel.Information, "test", 0)' instead of VerifyLogger(...) for provider-safe logger assertions
call-template / build-test (9.0.x): FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L34
Use 'mocker.GetObject<ILogger>()' instead of '.Object' on tracked FastMoq mocks
call-template / build-test (9.0.x): FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L29
Use 'mocker.GetObject<ILogger>()' instead of '.Object' on tracked FastMoq mocks
call-template / build-test (9.0.x): FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L26
Use 'mocker.GetObject<ILogger>()' instead of '.Object' on tracked FastMoq mocks
call-template / build-test (9.0.x): FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L23
Use 'GetOrCreateMock<T>()' instead of obsolete 'GetMock<T>()' when the call only needs a tracked FastMoq mock
call-template / build-test (9.0.x): FastMoq.Database/DbContextMockerExtensions.cs#L104
'Mocker.AddMock<T>(Mock<T>, bool, bool)' is obsolete: 'Use GetOrCreateMock<T>(...) for tracked mocks or AddType<T>(...) for concrete instances. This legacy Moq compatibility API will be removed in v5.'
call-template / build-test (9.0.x): FastMoq.Database/DbContextMockerExtensions.cs#L97
'Mocker.GetMock<T>(params object?[])' is obsolete: 'Use GetOrCreateMock<T>(...) for provider-neutral retrieval. Keep GetMock<T>(...) only for legacy Moq-specific setup/access. This API will be removed in v5.'
call-template / build-test (8.0.x): FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L30
Use 'mocker.VerifyLogged(LogLevel.Information, "test", 2)' instead of VerifyLogger(...) for provider-safe logger assertions
call-template / build-test (8.0.x): FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L27
Use 'mocker.VerifyLogged(LogLevel.Information, "test")' instead of VerifyLogger(...) for provider-safe logger assertions
call-template / build-test (8.0.x): FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L24
Use 'mocker.VerifyLogged(LogLevel.Information, "test", 0)' instead of VerifyLogger(...) for provider-safe logger assertions
call-template / build-test (8.0.x): FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L34
Use 'mocker.GetObject<ILogger>()' instead of '.Object' on tracked FastMoq mocks
call-template / build-test (8.0.x): FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L29
Use 'mocker.GetObject<ILogger>()' instead of '.Object' on tracked FastMoq mocks
call-template / build-test (8.0.x): FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L26
Use 'mocker.GetObject<ILogger>()' instead of '.Object' on tracked FastMoq mocks
call-template / build-test (8.0.x): FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L23
Use 'GetOrCreateMock<T>()' instead of obsolete 'GetMock<T>()' when the call only needs a tracked FastMoq mock
call-template / build-test (8.0.x): FastMoq.Tests/MocksTests.cs#L2159
Use 'mocker.OptionalParameterResolution = OptionalParameterResolutionMode.ResolveViaMocker' instead of the MockOptional compatibility property
call-template / build-test (8.0.x): FastMoq.Database/DbContextMockerExtensions.cs#L104
'Mocker.AddMock<T>(Mock<T>, bool, bool)' is obsolete: 'Use GetOrCreateMock<T>(...) for tracked mocks or AddType<T>(...) for concrete instances. This legacy Moq compatibility API will be removed in v5.'
call-template / build-test (8.0.x): FastMoq.Database/DbContextMockerExtensions.cs#L97
'Mocker.GetMock<T>(params object?[])' is obsolete: 'Use GetOrCreateMock<T>(...) for provider-neutral retrieval. Keep GetMock<T>(...) only for legacy Moq-specific setup/access. This API will be removed in v5.'
call-template / codeql / Analyze (csharp): FastMoq.Database/DbContextMockerExtensions.cs#L104
'Mocker.AddMock<T>(Mock<T>, bool, bool)' is obsolete: 'Use GetOrCreateMock<T>(...) for tracked mocks or AddType<T>(...) for concrete instances. This legacy Moq compatibility API will be removed in v5.'
call-template / codeql / Analyze (csharp): FastMoq.Database/DbContextMockerExtensions.cs#L97
'Mocker.GetMock<T>(params object?[])' is obsolete: 'Use GetOrCreateMock<T>(...) for provider-neutral retrieval. Keep GetMock<T>(...) only for legacy Moq-specific setup/access. This API will be removed in v5.'
call-template / codeql / Analyze (csharp): FastMoq.Database/DbContextMockerExtensions.cs#L104
'Mocker.AddMock<T>(Mock<T>, bool, bool)' is obsolete: 'Use GetOrCreateMock<T>(...) for tracked mocks or AddType<T>(...) for concrete instances. This legacy Moq compatibility API will be removed in v5.'
call-template / codeql / Analyze (csharp): FastMoq.Database/DbContextMockerExtensions.cs#L97
'Mocker.GetMock<T>(params object?[])' is obsolete: 'Use GetOrCreateMock<T>(...) for provider-neutral retrieval. Keep GetMock<T>(...) only for legacy Moq-specific setup/access. This API will be removed in v5.'
call-template / codeql / Analyze (csharp): FastMoq.Database/DbContextMockerExtensions.cs#L104
'Mocker.AddMock<T>(Mock<T>, bool, bool)' is obsolete: 'Use GetOrCreateMock<T>(...) for tracked mocks or AddType<T>(...) for concrete instances. This legacy Moq compatibility API will be removed in v5.'
call-template / codeql / Analyze (csharp): FastMoq.Database/DbContextMockerExtensions.cs#L97
'Mocker.GetMock<T>(params object?[])' is obsolete: 'Use GetOrCreateMock<T>(...) for provider-neutral retrieval. Keep GetMock<T>(...) only for legacy Moq-specific setup/access. This API will be removed in v5.'
call-template / codeql / Analyze (csharp): FastMoq.Database/DbContextMockerExtensions.cs#L104
'Mocker.AddMock<T>(Mock<T>, bool, bool)' is obsolete: 'Use GetOrCreateMock<T>(...) for tracked mocks or AddType<T>(...) for concrete instances. This legacy Moq compatibility API will be removed in v5.'
call-template / codeql / Analyze (csharp): FastMoq.Database/DbContextMockerExtensions.cs#L97
'Mocker.GetMock<T>(params object?[])' is obsolete: 'Use GetOrCreateMock<T>(...) for provider-neutral retrieval. Keep GetMock<T>(...) only for legacy Moq-specific setup/access. This API will be removed in v5.'
call-template / codeql / Analyze (csharp): FastMoq.Database/DbContextMockerExtensions.cs#L104
'Mocker.AddMock<T>(Mock<T>, bool, bool)' is obsolete: 'Use GetOrCreateMock<T>(...) for tracked mocks or AddType<T>(...) for concrete instances. This legacy Moq compatibility API will be removed in v5.'
call-template / codeql / Analyze (csharp): FastMoq.Database/DbContextMockerExtensions.cs#L97
'Mocker.GetMock<T>(params object?[])' is obsolete: 'Use GetOrCreateMock<T>(...) for provider-neutral retrieval. Keep GetMock<T>(...) only for legacy Moq-specific setup/access. This API will be removed in v5.'
call-template / codeql / Analyze (csharp)
Cannot build an overlay-base database because build-mode is set to "manual" instead of "none". Falling back to creating a normal full database instead.

Artifacts

Produced during runtime
Name Size Digest
test-results-10.0.x
37.8 KB
sha256:f1986f5543e42e0610c3a64403f8c235082fcc86d8c7a8316d1526746d6b2785
test-results-8.0.x
37.4 KB
sha256:ce8639ab7a6c553227b7428c61e3a26ac246f2e566d1317081266b610b351db0
test-results-9.0.x
37.6 KB
sha256:bde272c1bcce2e682c6301c9b59c7eb6357c8bc11f2b69d9b2d2dc450c5888fc