778 B
778 B
What's Changed
Microsoft.Azure.Functions.Worker.Sdk 2.0.0-preview2
- Updated
Microsoft.Azure.Functions.Worker.Sdk.Generators
reference to 1.3.4. - Setting _ToolingSuffix for TargetFrameworkVersion v9.0
- Adding support for SDK container builds with Functions base images
- Removed the default value for HttpStatusCode in WriteAsJsonAsync (#2720)
Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.4
-
Changed
FunctionExecutorGenerator
to avoid generation of longif
/else
chains for apps with a large number of functions. -
Use full namespace for
Task.FromResult
in function metadata provider generator to avoid namespace conflict (#2681)