Path Lines of Code test/CodeGen.Example.Test/CalculatorTests.cs 33 test/CodeGen.Example.Test/DurableFunctions.TypedInterfaces.Examples.Test.csproj 33 test/CodeGen.SourceGenerator.Test/DurableFunctionTests.cs 56 test/CodeGen.SourceGenerator.Test/DurableFunctions.TypedInterfaces.SourceGenerator.Test.csproj 39 test/CodeGen.SourceGenerator.Test/Models/CalculatorDocument.cs 67 test/CodeGen.SourceGenerator.Test/Models/CompiledProject.cs 27 test/CodeGen.SourceGenerator.Test/SyntaxNodeUtilityTests.cs 153 test/CodeGen.SourceGenerator.Test/Utils/ProjectUtility.cs 7 test/Common/BindingTests.cs 241 test/Common/ClientFunctions.cs 88 test/Common/CustomTestStorageAccountProvider.cs 31 test/Common/DurableClientBaseTests.cs 326 test/Common/DurableClientMock.cs 54 test/Common/DurableHttpTests.cs 1518 test/Common/DurableOptionsConfigurationTests.cs 84 test/Common/DurableTaskEndToEndTests.cs 4574 test/Common/DurableTaskHostExtensions.cs 81 test/Common/DurableTaskLifeCycleNotificationTest.cs 1208 test/Common/HttpApiHandlerTests.cs 1515 test/Common/ITestHost.cs 14 test/Common/InterfaceOverloadTests.cs 21 test/Common/LogEventTraceListener.cs 125 test/Common/LogMessage.cs 20 test/Common/MessageSorterTests.cs 232 test/Common/MoqExtensions.cs 38 test/Common/OrchestrationStatusQueryConditionTest.cs 42 test/Common/OrchestrationVersionTests.cs 72 test/Common/ReadOnlyConfigurationValueTests.cs 46 test/Common/SimpleNameResolver.cs 29 test/Common/StandardConnectionInfoProviderTests.cs 26 test/Common/StorageServiceClientProviderFactoryTests.cs 222 test/Common/TestActivities.cs 143 test/Common/TestConstants.cs 22 test/Common/TestDataGenerator.cs 40 test/Common/TestDurableClient.cs 192 test/Common/TestDurableHttpRequest.cs 45 test/Common/TestEntities.cs 297 test/Common/TestEntityClasses.cs 542 test/Common/TestEntityClient.cs 89 test/Common/TestFrameworkTests.cs 44 test/Common/TestHelpers.cs 862 test/Common/TestHostShutdownNotificationService.cs 14 test/Common/TestLogger.cs 52 test/Common/TestLoggerProvider.cs 34 test/Common/TestOrchestrations.cs 1256 test/Common/TestStorageServiceClientProviderFactory.cs 18 test/Common/UnconstructibleClass.cs 25 test/Common/WebJobsConnectionInfoProviderTests.cs 35 test/DFPerfScenarios/Common.cs 22 test/DFPerfScenarios/DFPerfScenariosV4.csproj 23 test/DFPerfScenarios/Tests/Counter.cs 55 test/DFPerfScenarios/Tests/FanOutFanIn.cs 49 test/DFPerfScenarios/Tests/ManySequencesTest.cs 63 test/DFPerfScenarios/Tests/SubOrchestrationFanOutFanIn.cs 45 test/FunctionsV2/AzureStorageDurabilityProviderFactoryTests.cs 164 test/FunctionsV2/AzureStorageOptionsTests.cs 49 test/FunctionsV2/AzureStorageShortenedTimerDurabilityProviderFactory.cs 37 test/FunctionsV2/CorrelationEndToEndTests.cs 324 test/FunctionsV2/CustomEtwDurabilityProviderFactory.cs 39 test/FunctionsV2/CustomStorageServiceClientProviderFactory.cs 24 test/FunctionsV2/DurableTaskListenerTests.cs 64 test/FunctionsV2/DurableTaskScaleMonitorTests.cs 215 test/FunctionsV2/DurableTaskTargetScalerTests.cs 156 test/FunctionsV2/EmulatorDurabilityProviderFactory.cs 25 test/FunctionsV2/EndToEndTraceHelperTests.cs 84 test/FunctionsV2/EntityDependencyInjectionTests.cs 83 test/FunctionsV2/EntityMethodDiscoveryTests.cs 67 test/FunctionsV2/GuidManagerTests.cs 48 test/FunctionsV2/LongTimerTests.cs 111 test/FunctionsV2/OutOfProcTests.cs 332 test/FunctionsV2/PlatformSpecificHelpers.FunctionsV2.cs 233 test/FunctionsV2/RedisDurabilityProviderFactory.cs 50 test/FunctionsV2/StorageProviderSelectionTests.cs 118 test/FunctionsV2/TestCleanup.cs 63 test/FunctionsV2/TestEntityWithDependencyInjectionHelpers.cs 127 test/FunctionsV2/TraceParentTest.cs 37 test/FunctionsV2/WebJobs.Extensions.DurableTask.Tests.V2.csproj 47 test/PerfTests/DFPerfTests/Counter.cs 53 test/PerfTests/DFPerfTests/DFPerfScenarios/Common.cs 75 test/PerfTests/DFPerfTests/DFPerfScenarios/ExponentialFanOutV1.cs 44 test/PerfTests/DFPerfTests/DFPerfScenarios/FanOutFanIn.cs 48 test/PerfTests/DFPerfTests/DFPerfScenarios/HelloWorld.cs 29 test/PerfTests/DFPerfTests/DFPerfScenarios/LongSequence.cs 38 test/PerfTests/DFPerfTests/DFPerfScenarios/ManyInstancesTest.cs 37 test/PerfTests/DFPerfTests/DFPerfScenarios/MapReduceTripData.cs 124 test/PerfTests/DFPerfTests/DFPerfScenarios/PurgeHistory.cs 51 test/PerfTests/DFPerfTests/DFPerfScenarios/QuickTest.cs 30 test/PerfTests/DFPerfTests/DFPerfScenarios/SubOrchestrationFanOutFanIn.cs 44 test/PerfTests/DFPerfTests/Utils.cs 62 test/PerfTests/DFPerfTests/perf.csproj 19 test/PerfTests/JavaScript/FanOutFanIn/index.js 10 test/PerfTests/JavaScript/FanOutFanInOrchestration/index.js 10 test/PerfTests/JavaScript/Hello/index.js 3 test/PerfTests/JavaScript/ManyInstances/index.js 11 test/PerfTests/JavaScript/SequentialOrchestration/index.js 8 test/PerfTests/JavaScript/SharedUtils/validateInput.js 8 test/PerfTests/JavaScript/SubOrchestrationFanOutFanIn/index.js 10 test/PerfTests/JavaScript/SubOrchestrationFanOutFanInOrchestrator/index.js 10 test/PerfTests/JavaScript/extensions.csproj 18 test/PerfTests/Python/FanOutFanIn/__init__.py 10 test/PerfTests/Python/FanOutFanInOrchestrator/__init__.py 12 test/PerfTests/Python/Hello/__init__.py 3 test/PerfTests/Python/ManyInstances/__init__.py 17 test/PerfTests/Python/SequentialOrchestrator/__init__.py 9 test/PerfTests/Python/SubOrchestrationFanOutFanIn/__init__.py 10 test/PerfTests/Python/SubOrchestrationFanOutFanInOrchestrator/__init__.py 12 test/PerfTests/Python/extensions.csproj 18 test/PerfTests/Python/shared_utils/__init__.py 1 test/PerfTests/Python/shared_utils/parse_and_validate_input.py 8 test/SmokeTests/BackendSmokeTests/MSSQL/DurableFunctionsOrchestrationCSharp..cs 40 test/SmokeTests/BackendSmokeTests/MSSQL/MSSQL.csproj 22 test/SmokeTests/BackendSmokeTests/Netherite/DurableFunctionsOrchestrationCSharp.cs 40 test/SmokeTests/BackendSmokeTests/Netherite/Netherite.csproj 20 test/SmokeTests/OOProcSmokeTests/DotNetIsolated/Counter.cs 111 test/SmokeTests/OOProcSmokeTests/DotNetIsolated/DirectInput.cs 54 test/SmokeTests/OOProcSmokeTests/DotNetIsolated/DotNetIsolated.csproj 28 test/SmokeTests/OOProcSmokeTests/DotNetIsolated/FaultyOrchestrators.cs 103 test/SmokeTests/OOProcSmokeTests/DotNetIsolated/GreetUser.cs 38 test/SmokeTests/OOProcSmokeTests/DotNetIsolated/HelloCitiesTyped.cs 46 test/SmokeTests/OOProcSmokeTests/DotNetIsolated/HelloCitiesUntyped.cs 37 test/SmokeTests/OOProcSmokeTests/DotNetIsolated/Program.cs 12 test/SmokeTests/OOProcSmokeTests/DotNetIsolated/run-smoke-tests.ps1 95 test/SmokeTests/OOProcSmokeTests/durableJS/DurableFunctionsHttpStart/index.js 7 test/SmokeTests/OOProcSmokeTests/durableJS/DurableFunctionsOrchestratorJS/index.js 13 test/SmokeTests/OOProcSmokeTests/durableJS/Hello/index.js 4 test/SmokeTests/OOProcSmokeTests/durableJS/PrintArray/index.js 3 test/SmokeTests/OOProcSmokeTests/durableJS/PrintObject/index.js 3 test/SmokeTests/OOProcSmokeTests/durableJS/extensions.csproj 18 test/SmokeTests/OOProcSmokeTests/durableJava/build.gradle 38 test/SmokeTests/OOProcSmokeTests/durableJava/extensions.csproj 17 test/SmokeTests/OOProcSmokeTests/durableJava/src/main/java/com/functions/AzureFunctions.java 92 test/SmokeTests/OOProcSmokeTests/durablePy/DurableFunctionsHttpStart/__init__.py 8 test/SmokeTests/OOProcSmokeTests/durablePy/DurableFunctionsOrchestrator/__init__.py 27 test/SmokeTests/OOProcSmokeTests/durablePy/Hello/__init__.py 3 test/SmokeTests/OOProcSmokeTests/durablePy/Print/__init__.py 3 test/SmokeTests/OOProcSmokeTests/durablePy/PrintArray/__init__.py 7 test/SmokeTests/OOProcSmokeTests/durablePy/PrintObject/__init__.py 3 test/SmokeTests/OOProcSmokeTests/durablePy/extensions.csproj 18 test/SmokeTests/e2e-test.ps1 138 test/TimeoutTests/CSharp/ActivityTimeout.cs 43 test/TimeoutTests/CSharp/EntityTimeout.cs 127 test/TimeoutTests/CSharp/HttpStart.cs 59 test/TimeoutTests/CSharp/OrchestrationTimeout.cs 47 test/TimeoutTests/CSharp/TimeoutTests.csproj 21 test/TimeoutTests/Python/ActivityTimeout/__init__.py 17 test/TimeoutTests/Python/DurableFunctionsHttpStart/__init__.py 9 test/TimeoutTests/Python/EntityTimeout1/__init__.py 19 test/TimeoutTests/Python/SlowActivity/__init__.py 7 test/TimeoutTests/Python/SlowEntity/__init__.py 11 test/TimeoutTests/Python/extensions.csproj 19 test/WebJobs.Extensions.DurableTask.Analyzers.Test/ActivityFunction/ArgumentAnalyzerTests.cs 459 test/WebJobs.Extensions.DurableTask.Analyzers.Test/ActivityFunction/FunctionReturnTypeAnalyzerTests.cs 267 test/WebJobs.Extensions.DurableTask.Analyzers.Test/ActivityFunction/NameAnalyzerTests.cs 211 test/WebJobs.Extensions.DurableTask.Analyzers.Test/Binding/ClientAnalyzerTests.cs 480 test/WebJobs.Extensions.DurableTask.Analyzers.Test/Binding/EntityContentAnalyzerTests.cs 227 test/WebJobs.Extensions.DurableTask.Analyzers.Test/Binding/OrchestratorContextAnalyzerTests.cs 493 test/WebJobs.Extensions.DurableTask.Analyzers.Test/Entity/ClassNameAnalyzerTests.cs 98 test/WebJobs.Extensions.DurableTask.Analyzers.Test/Entity/DispatchEntityNameAnalyzerTests.cs 178 test/WebJobs.Extensions.DurableTask.Analyzers.Test/Entity/StaticFunctionAnalyzerTests.cs 45 test/WebJobs.Extensions.DurableTask.Analyzers.Test/EntityInterface/EntityInterfaceReturnTypeAnalyzerTests.cs 221 test/WebJobs.Extensions.DurableTask.Analyzers.Test/EntityInterface/InterfaceAnalyzerTests.cs 266 test/WebJobs.Extensions.DurableTask.Analyzers.Test/EntityInterface/InterfaceContentAnalyzerTests.cs 111 test/WebJobs.Extensions.DurableTask.Analyzers.Test/EntityInterface/ParameterAnalyzerTests.cs 72 test/WebJobs.Extensions.DurableTask.Analyzers.Test/Helpers/CodeFixVerifier.Helper.cs 49 test/WebJobs.Extensions.DurableTask.Analyzers.Test/Helpers/DiagnosticResult.cs 68 test/WebJobs.Extensions.DurableTask.Analyzers.Test/Helpers/DiagnosticVerifier.Helper.cs 124 test/WebJobs.Extensions.DurableTask.Analyzers.Test/Orchestrator/BindingAnalyzerTersts.cs 64 test/WebJobs.Extensions.DurableTask.Analyzers.Test/Orchestrator/CancellationTokenAnalyzerTests.cs 60 test/WebJobs.Extensions.DurableTask.Analyzers.Test/Orchestrator/DateTimeAnalyzerTests.cs 346 test/WebJobs.Extensions.DurableTask.Analyzers.Test/Orchestrator/DependencyInjectionAnalyzerTests.cs 138 test/WebJobs.Extensions.DurableTask.Analyzers.Test/Orchestrator/EnvironmentVariableAnalyzerTests.cs 322 test/WebJobs.Extensions.DurableTask.Analyzers.Test/Orchestrator/GuidAnalyzerTests.cs 170 test/WebJobs.Extensions.DurableTask.Analyzers.Test/Orchestrator/IOTypesAnalyzerTests.cs 821 test/WebJobs.Extensions.DurableTask.Analyzers.Test/Orchestrator/MethodInvocationAnalyzerTests.cs 349 test/WebJobs.Extensions.DurableTask.Analyzers.Test/Orchestrator/ThreadTaskAnalyzerTests.cs 476 test/WebJobs.Extensions.DurableTask.Analyzers.Test/Orchestrator/TimerAnalyzerTests.cs 608 test/WebJobs.Extensions.DurableTask.Analyzers.Test/Verifiers/CodeFixVerifier.cs 71 test/WebJobs.Extensions.DurableTask.Analyzers.Test/Verifiers/DiagnosticVerifier.cs 176 test/WebJobs.Extensions.DurableTask.Analyzers.Test/WebJobs.Extensions.DurableTask.Analyzers.Test.csproj 18 test/Worker.Extensions.DurableTask.Tests/FunctionsDurableTaskClientTests.cs 219 test/Worker.Extensions.DurableTask.Tests/OrchestrationInputConverterTests.cs 44 test/Worker.Extensions.DurableTask.Tests/Worker.Extensions.DurableTask.Tests.csproj 22 test/e2e/Apps/BasicDotNetIsolated/ActivityErrorHandling.cs 157 test/e2e/Apps/BasicDotNetIsolated/DistributedTracing.cs 34 test/e2e/Apps/BasicDotNetIsolated/EntityErrorHandling.cs 99 test/e2e/Apps/BasicDotNetIsolated/HelloCities.cs 54 test/e2e/Apps/BasicDotNetIsolated/LargeOutputOrchestrator.cs 67 test/e2e/Apps/BasicDotNetIsolated/OrchestrationQuery.cs 54 test/e2e/Apps/BasicDotNetIsolated/Program.cs 15 test/e2e/Apps/BasicDotNetIsolated/PurgeOrchestrationHistory.cs 42 test/e2e/Apps/BasicDotNetIsolated/SuspendResumeOrchestration.cs 49 test/e2e/Apps/BasicDotNetIsolated/TerminateOrchestration.cs 64 test/e2e/Apps/BasicDotNetIsolated/TimeoutOrchestration.cs 51 test/e2e/Apps/BasicDotNetIsolated/app.csproj 35 test/e2e/Tests/Constants.cs 10 test/e2e/Tests/E2ETests.csproj 21 test/e2e/Tests/Fixtures/FixtureHelpers.cs 98 test/e2e/Tests/Fixtures/FunctionAppFixture.cs 102 test/e2e/Tests/Helpers/DurableHelpers.cs 82 test/e2e/Tests/Helpers/HttpHelpers.cs 39 test/e2e/Tests/Helpers/TestLoggerProvider.cs 58 test/e2e/Tests/Helpers/TestUtility.cs 40 test/e2e/Tests/JobObjectRegistry.cs 116 test/e2e/Tests/Tests/DistributedTracingTests.cs 41 test/e2e/Tests/Tests/ErrorHandlingTests.cs 129 test/e2e/Tests/Tests/HelloCitiesTest.cs 58 test/e2e/Tests/Tests/LargeOutputOrchestratorTests.cs 48 test/e2e/Tests/Tests/OrchestrationQueryTests.cs 61 test/e2e/Tests/Tests/PurgeInstancesTests.cs 91 test/e2e/Tests/Tests/SuspendResumeTests.cs 133 test/e2e/Tests/Tests/TerminateOrchestratorTests.cs 93 test/e2e/Tests/Tests/TimeoutTests.cs 30 test/e2e/Tests/build-e2e-test.ps1 190 test/e2e/Tests/start-emulators.ps1 90