Add generator runtime planning, bootstrap groundwork, settings documentation, scenario scaffold hooks, and xUnit smoke tests #136
ci_pr.yml
on: pull_request
Matrix: call-template / build-test
Matrix: call-template / codeql / analyze
call-template
/
tests-aggregate
4s
Annotations
43 warnings
|
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>()' for the dependency instance instead of using '.Object' on a tracked FastMoq mock
|
|
call-template / build-test (9.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 (9.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 (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#L31
Use 'mocker.VerifyLogged(LogLevel.Information, "test", null, null, 2)' instead of VerifyLogger(...) for provider-safe logger assertions
|
|
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>()' for the dependency instance instead of using '.Object' on a tracked FastMoq mock
|
|
call-template / build-test (8.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 (8.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 (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 / build-test (10.0.x):
FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L56
Use 'mocker.GetObject<ILogger<NullLogger>>()' for the dependency instance instead of using '.Object' on a tracked FastMoq mock
|
|
call-template / build-test (10.0.x):
FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L51
Use 'mocker.GetObject<ILogger<NullLogger>>()' for the dependency instance instead of using '.Object' on a tracked FastMoq mock
|
|
call-template / build-test (10.0.x):
FastMoq.Tests/LegacyMoqCompatibilityTests.cs#L48
Use 'mocker.GetObject<ILogger<NullLogger>>()' for the dependency instance instead of using '.Object' on a tracked FastMoq mock
|
|
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/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.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 / 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)
Starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses.
To opt out of this change, set the `CODEQL_ACTION_FILE_COVERAGE_ON_PRS` environment variable to `true`.
|
|
call-template / codeql / Analyze (csharp)
Cannot build an overlay database because build-mode is set to "manual" instead of "none". Falling back to creating a normal full database instead.
|
|
call-template / codeql / Analyze (csharp)
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
test-results-10.0.x
|
70.6 KB |
sha256:86f274b0582d4bf189a1e04ea49e693953082af8d332e6e8374b00370cf276a6
|
|
|
test-results-8.0.x
|
71.2 KB |
sha256:8295aa5ad6fb183ab49f2a9f667ee16034eba483bbce7fa4cddebe6054ff0dbf
|
|
|
test-results-9.0.x
|
70.2 KB |
sha256:3b29e88285f9a89d3da58fc96dafe432f3da12b849ab5b8194b454b31711406d
|
|