You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$"The {ResolvedProgrammingModel.ToString()} programming model is not supported for worker runtime {ResolvedWorkerRuntime.ToString()}. Supported programming models for worker runtime {ResolvedWorkerRuntime.ToString()} are:\n{EnumerationHelper.Join<ProgrammingModel>("\n",supportedProgrammingModels)}");
202
+
$"The {ResolvedProgrammingModel.ToString().ToLowerInvariant} programming model is not supported for worker runtime {ResolvedWorkerRuntime.ToString().ToLowerInvariant}. Supported programming models for worker runtime {ResolvedWorkerRuntime.ToString().ToLowerInvariant} are:\n{EnumerationHelper.Join("\n",supportedProgrammingModels)}");
thrownewCliArgumentsException($"Unable to parse target framework {TargetFramework} for worker runtime {ResolvedWorkerRuntime}. Valid options are {string.Join(", ",supportedFrameworks)}");
370
+
thrownewCliArgumentsException($"Unable to parse target framework {TargetFramework} for worker runtime {ResolvedWorkerRuntime.ToString().ToLowerInvariant}. Valid options are {string.Join(", ",supportedFrameworks)}");
result.Should().Be("Hello, Test. This HTTP triggered function executed successfully.",because:"response from default function should be 'Hello, {name}. This HTTP triggered function executed successfully.'");
testOutputHelper.Output.Should().Contain($".NET 6 is no longer supported. Please consider migrating to a supported version. For more information, see https://aka.ms/azure-functions/dotnet/net8-in-process. If you intend to target .NET 8 on the in-process model, make sure that '{Constants.InProcDotNet8EnabledSetting}' is set to '1' in {Constants.LocalSettingsJsonFileName}.");
ErrorContains=["The runtime argument value provided, 'default', is invalid. The provided value is only valid for the worker runtime 'dotnetIsolated'."],
1118
+
ErrorContains=["The runtime argument value provided, 'default', is invalid. The provided value is only valid for the worker runtime 'dotnetisolated'."],
ErrorContains=["The runtime argument value provided, 'default', is invalid. The provided value is only valid for the worker runtime 'dotnetIsolated'."],
1152
+
ErrorContains=["The runtime argument value provided, 'default', is invalid. The provided value is only valid for the worker runtime 'dotnetisolated'."],
testOutputHelper.Output.Should().Contain($".NET 6 is no longer supported. Please consider migrating to a supported version. For more information, see https://aka.ms/azure-functions/dotnet/net8-in-process. If you intend to target .NET 8 on the in-process model, make sure that '{Constants.InProcDotNet8EnabledSetting}' is set to '1' in {Constants.LocalSettingsJsonFileName}.");
@@ -1965,4 +1965,4 @@ public async Task DisposeAsync()
0 commit comments