Align package versions by target framework (#69) #22
ci_master.yml
on: push
Matrix: call-template / build-test
Matrix: call-template / codeql / analyze
call-template
/
tests-aggregate
4s
Annotations
41 warnings
|
call-template / build-test (10.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 (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/HttpTests.cs#L66
Use 'Mocks.GetObject<HttpClient>()' instead of '.Object' on tracked FastMoq mocks
|
|
call-template / build-test (10.0.x):
FastMoq.Tests/HttpTests.cs#L62
Use 'Mocks.GetObject<HttpClient>()' instead of '.Object' on tracked FastMoq mocks
|
|
call-template / build-test (10.0.x):
FastMoq.Tests/DbContextTests.cs#L152
Use 'Mocks.GetObject<MyDbContext>()' instead of '.Object' on tracked FastMoq mocks
|
|
call-template / build-test (10.0.x):
FastMoq.Tests/HttpTests.cs#L61
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/DbContextTests.cs#L154
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/DbContextTests.cs#L111
Use 'Mocks.GetObject<MyDbContext>()' instead of '.Object' on tracked FastMoq mocks
|
|
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#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.Tests/HttpTests.cs#L66
Use 'Mocks.GetObject<HttpClient>()' instead of '.Object' on tracked FastMoq mocks
|
|
call-template / build-test (9.0.x):
FastMoq.Tests/HttpTests.cs#L62
Use 'Mocks.GetObject<HttpClient>()' instead of '.Object' on tracked FastMoq mocks
|
|
call-template / build-test (9.0.x):
FastMoq.Tests/DbContextTests.cs#L152
Use 'Mocks.GetObject<MyDbContext>()' instead of '.Object' on tracked FastMoq mocks
|
|
call-template / build-test (9.0.x):
FastMoq.Tests/HttpTests.cs#L61
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/DbContextTests.cs#L111
Use 'Mocks.GetObject<MyDbContext>()' instead of '.Object' on tracked FastMoq mocks
|
|
call-template / build-test (9.0.x):
FastMoq.Tests/DbContextTests.cs#L154
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/NSubstituteProviderExtensionTests.cs#L36
API 'AsNSubstitute' requires FastMoq provider 'nsubstitute', but this project does not select it. Reflection remains the default. Use
|
|
call-template / build-test (8.0.x):
FastMoq.Tests/ProviderTests.cs#L146
Use 'mocker.GetOrCreateMock<IProviderDependency>().Reset()' instead of provider-native Reset() on tracked FastMoq mocks
|
|
call-template / build-test (8.0.x):
FastMoq.Tests/DbContextTests.cs#L152
Use 'Mocks.GetObject<MyDbContext>()' instead of '.Object' on tracked FastMoq mocks
|
|
call-template / build-test (8.0.x):
FastMoq.Tests/DbContextTests.cs#L154
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/HttpTests.cs#L66
Use 'Mocks.GetObject<HttpClient>()' instead of '.Object' on tracked FastMoq mocks
|
|
call-template / build-test (8.0.x):
FastMoq.Tests/DbContextTests.cs#L111
Use 'Mocks.GetObject<MyDbContext>()' instead of '.Object' on tracked FastMoq mocks
|
|
call-template / build-test (8.0.x):
FastMoq.Tests/HttpTests.cs#L62
Use 'Mocks.GetObject<HttpClient>()' instead of '.Object' on tracked FastMoq mocks
|
|
call-template / build-test (8.0.x):
FastMoq.Tests/HttpTests.cs#L61
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
|
13.6 KB |
sha256:0db34f9a8c057f8adf13b33d4b4097c1fd6364e8c5bc1696ced82b47d50305b8
|
|
|
test-results-8.0.x
|
13.5 KB |
sha256:4fe296e443a314ae63da81149f0a20e61d7e2b125e741e10180a11993ebdc7e5
|
|
|
test-results-9.0.x
|
13.7 KB |
sha256:d01b5b771b211278e6b7a84f8f735fd6756f708a9e896d8199a0cde30802d579
|
|