Skip to content

Update Authors

Update Authors #46

Triggered via push April 21, 2026 11:04
Status Success
Total duration 4m 10s
Artifacts 3

ci_master.yml

on: push
Matrix: call-template / build-test
Matrix: call-template / codeql / analyze
call-template  /  tests-aggregate
3s
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#L34
Use 'mocker.GetObject<ILogger>()' for the dependency instance instead of using '.Object' on a tracked FastMoq mock
call-template / build-test (10.0.x): FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L29
Use 'mocker.GetObject<ILogger>()' for the dependency instance instead of using '.Object' on a tracked FastMoq mock
call-template / build-test (10.0.x): FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L26
Use 'mocker.GetObject<ILogger>()' for the dependency instance instead of using '.Object' on a tracked FastMoq mock
call-template / build-test (10.0.x): FastMoq.Tests/MockModelTests.cs#L58
API 'Mock' requires FastMoq provider 'moq', but this project does not resolve 'moq' as the effective provider. Use
call-template / build-test (10.0.x): FastMoq.Tests/MockModelTests.cs#L61
Legacy Moq-shaped FastMoq API 'MockModel.Mock' is in use, but this project does not resolve 'moq' as the effective provider. If the Moq provider is not already referenced, add 'FastMoq.Provider.Moq', then select 'moq' with
call-template / build-test (10.0.x): FastMoq.Tests/MockModelTests.cs#L61
Legacy Moq-shaped FastMoq API 'MockModel.Mock' is in use, but this project does not resolve 'moq' as the effective provider. If the Moq provider is not already referenced, add 'FastMoq.Provider.Moq', then select 'moq' with
call-template / build-test (10.0.x): FastMoq.Tests/MockModelTests.cs#L58
Legacy Moq-shaped FastMoq API 'MockModel.Mock' is in use, but this project does not resolve 'moq' as the effective provider. If the Moq provider is not already referenced, add 'FastMoq.Provider.Moq', then select 'moq' with
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/MocksTests.cs#L118
API 'AddMock(...)' is a legacy Moq compatibility surface. Prefer 'GetOrCreateMock<T>()' for tracked mocks or 'AddType<T>(...)' for concrete instances.
call-template / build-test (9.0.x): FastMoq.Tests/MocksTests.cs#L115
API 'AddMock(...)' is a legacy Moq compatibility surface. Prefer 'GetOrCreateMock<T>()' for tracked mocks or 'AddType<T>(...)' for concrete instances.
call-template / build-test (9.0.x): FastMoq.Tests/MocksTests.cs#L108
API 'AddMock(...)' is a legacy Moq compatibility surface. Prefer 'GetOrCreateMock<T>()' for tracked mocks or 'AddType<T>(...)' for concrete instances.
call-template / build-test (9.0.x): FastMoq.Tests/MocksTests.cs#L104
API 'AddMock(...)' is a legacy Moq compatibility surface. Prefer 'GetOrCreateMock<T>()' for tracked mocks or 'AddType<T>(...)' for concrete instances.
call-template / build-test (9.0.x): FastMoq.Tests/MocksTests.cs#L92
API 'AddMock(...)' is a legacy Moq compatibility surface. Prefer 'GetOrCreateMock<T>()' for tracked mocks or 'AddType<T>(...)' for concrete instances.
call-template / build-test (9.0.x): FastMoq.Tests/MocksTests.cs#L90
API 'AddMock(...)' is a legacy Moq compatibility surface. Prefer 'GetOrCreateMock<T>()' for tracked mocks or 'AddType<T>(...)' for concrete instances.
call-template / build-test (9.0.x): FastMoq.Tests/MocksTests.cs#L2159
Use 'mocker.OptionalParameterResolution = OptionalParameterResolutionMode.ResolveViaMocker' instead of the MockOptional compatibility property
call-template / build-test (9.0.x): FastMoq.Tests/MocksTests.cs#L76
API 'AddMock(...)' is a legacy Moq compatibility surface. Prefer 'GetOrCreateMock<T>()' for tracked mocks or 'AddType<T>(...)' for concrete instances.
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#L45
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/MockModelTests.cs#L61
API 'Mock' requires FastMoq provider 'moq', but this project does not resolve 'moq' as the effective provider. Use
call-template / build-test (8.0.x): FastMoq.Tests/MockModelTests.cs#L61
API 'Mock' requires FastMoq provider 'moq', but this project does not resolve 'moq' as the effective provider. Use
call-template / build-test (8.0.x): FastMoq.Tests/MockModelTests.cs#L58
API 'Mock' requires FastMoq provider 'moq', but this project does not resolve 'moq' as the effective provider. Use
call-template / build-test (8.0.x): FastMoq.Tests/MockModelTests.cs#L61
Legacy Moq-shaped FastMoq API 'MockModel.Mock' is in use, but this project does not resolve 'moq' as the effective provider. If the Moq provider is not already referenced, add 'FastMoq.Provider.Moq', then select 'moq' with
call-template / build-test (8.0.x): FastMoq.Tests/MockModelTests.cs#L61
Legacy Moq-shaped FastMoq API 'MockModel.Mock' is in use, but this project does not resolve 'moq' as the effective provider. If the Moq provider is not already referenced, add 'FastMoq.Provider.Moq', then select 'moq' with
call-template / build-test (8.0.x): FastMoq.Tests/MockModelTests.cs#L58
Legacy Moq-shaped FastMoq API 'MockModel.Mock' is in use, but this project does not resolve 'moq' as the effective provider. If the Moq provider is not already referenced, add 'FastMoq.Provider.Moq', then select 'moq' with
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.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
48.2 KB
sha256:42742570c91dfc36ebab0bf0178fd133949b80fbf99b8abf7654a6ee24c7ba6c
test-results-8.0.x
48.3 KB
sha256:42a9a4e91943b67828335374e2d046adeab384d53acdf591ce596c96858583b3
test-results-9.0.x
48.6 KB
sha256:0692794c97db1f9459e1d4d584054962683a06327960cdbe0dedebf8d1c7e8d1