Add provider-neutral SetupSet migration helper (#80) #28
ci_master.yml
on: push
Matrix: call-template / build-test
Matrix: call-template / codeql / analyze
call-template
/
tests-aggregate
3s
Annotations
41 warnings
|
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.Tests/MocksTests.cs#L2136
Use 'mocker.OptionalParameterResolution = OptionalParameterResolutionMode.ResolveViaMocker' instead of the MockOptional compatibility property
|
|
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 (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#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 (8.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 (8.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 (8.0.x):
FastMoq.Tests/MocksTests.cs#L2136
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 / 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#L45
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.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 / 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
|
16.2 KB |
sha256:e66dd77f82af34604f77e0af5872ac2b0bc6c1c062596a4c61f0085375905cfc
|
|
|
test-results-8.0.x
|
16.4 KB |
sha256:8889f1e10303df0cb27912c2e5e20ad14dee43903fc9eaaea6ad6a196dd99261
|
|
|
test-results-9.0.x
|
16.3 KB |
sha256:7de0156c6f924832f87c883a918cb30ccfeb9a5fab0299283c4bb1754e21d162
|
|