From 205d1248c3e1ed0bac387a0a8866743ae2e29fec Mon Sep 17 00:00:00 2001 From: Shyju Krishnankutty Date: Tue, 7 Nov 2023 17:04:04 -0800 Subject: [PATCH 1/2] Revert "Default to optimized function executor" --- sdk/Sdk/Targets/Microsoft.Azure.Functions.Worker.Sdk.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/Sdk/Targets/Microsoft.Azure.Functions.Worker.Sdk.targets b/sdk/Sdk/Targets/Microsoft.Azure.Functions.Worker.Sdk.targets index 5645e7e8a..bc5f36054 100644 --- a/sdk/Sdk/Targets/Microsoft.Azure.Functions.Worker.Sdk.targets +++ b/sdk/Sdk/Targets/Microsoft.Azure.Functions.Worker.Sdk.targets @@ -39,7 +39,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and $(FunctionsEnableWorkerIndexing) $(FunctionsEnableWorkerIndexing) - true + false true true From 6e38a51a454fcc1abeea5f8aaa2415bea048de11 Mon Sep 17 00:00:00 2001 From: Shyju Krishnankutty Date: Tue, 7 Nov 2023 17:05:11 -0800 Subject: [PATCH 2/2] Release notes update --- sdk/release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/release_notes.md b/sdk/release_notes.md index be0083159..d8e0a21c7 100644 --- a/sdk/release_notes.md +++ b/sdk/release_notes.md @@ -15,4 +15,4 @@ ### Microsoft.Azure.Functions.Worker.Sdk.Generators - Updated source generated versions of FunctionExecutor to use `global::` namespace prefix to avoid build errors for function class with the same name as its containing namespace. (#1993) - +- Reverted: Default to optimized function executor (#2012)