5

What’s new with .NET on Azure Functions – June 2021

 3 years ago
source link: https://techcommunity.microsoft.com/t5/apps-on-azure/what-s-new-with-net-on-azure-functions-june-2021/ba-p/2428669?WT_mc_id=DOP-MVP-4025064
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client
What’s new with .NET on Azure Functions – June 2021

What’s new with .NET on Azure Functions – June 2021

Published 06-09-2021 05:11 PM 10.4K Views

In March, we announced the general availability of .NET 5.0 support on Azure Functions with the new .NET isolated process worker. Today, we’re happy to share more exciting news for .NET on Azure Functions! Visual Studio 2019 v16.10 now includes full support for .NET 5.0 isolated function apps. In addition, we’re announcing an early preview of Azure Functions running on .NET 6.0 in both the isolated process and in-process programming models.



Visual Studio support for .NET 5.0 isolated function apps



Visual Studio 2019 v16.10, released in May, includes full support for creating, local debugging, and deploying .NET 5.0 isolated process Azure Functions apps. Update your Visual Studio now and try the new tutorial.



Sneak peek: .NET 6.0 on Azure Functions



The Azure Functions team is committed to providing full support for .NET 6.0 as soon as .NET 6.0 is generally available in November 2021. Azure Functions supports two programming models for .NET—isolated process and in-process (learn more). Today, we’re providing early previews of .NET 6.0 for both programming models.



To run .NET 6.0, you need Azure Functions V4. Local tooling support for creating, running, and deploying .NET 6.0 function apps is currently limited to a preview release of Azure Functions Core Tools V4. You can still use Visual Studio or Visual Studio Code to write your functions.



A few important points to keep in mind for this preview:



Note that .NET 6.0 on Azure Functions is currently offered as an early preview and there is no official support. Try it out and let us know what you think using GitHub Issues. Watch for a public preview announcement later this year.



Run isolated process functions on .NET 6.0



.NET functions using the isolated model run in a separate process from the Azure Functions host. This decoupling allows you to install dependencies without worrying about conflicts with host dependencies. Its programming model also provides greater flexibility in how you configure your app’s startup.



.NET 5.0 is the first .NET version supported by the isolated model. Today, you can also run isolated process functions on .NET 6.0 Preview 4!



See the following wiki article to learn more and build your first .NET 6 Azure Functions app.

Quickstarts: Azure Functions v4 (.NET 6) early preview



The isolated process model for .NET is new and there are some differences compared to the in-process model. Many will be addressed as the programming model continues to evolve. If you need access to features that are currently missing, such as Durable Functions, use the in-process model.



Run .NET 6.0 in-process functions with Azure Functions V4 preview



Starting today, you can also run in-process .NET 6.0 functions with an early preview of Azure Functions V4. You have access to the same features and capabilities as V3—including support for rich binding types and Durable Functions.



See the following wiki article to learn more and build your first .NET 6 Azure Functions app.

Quickstarts: Azure Functions v4 (.NET 6) early preview



What’s next for .NET on Azure Functions



Thanks for checking out our announcements and we're excited for you to try them out. And in case you missed it, Azure App Service also announced early access for .NET 6.0 Preview today. 



There’s a lot more planned for Azure Functions in the coming months. We’re bringing .NET 6.0 Azure Functions support to tools like Visual Studio and Visual Studio Code and to all hosting plans in Azure. Expect a public preview of Azure Functions V4 in the third quarter of this year and general availability in November. Follow our twitter account for the latest updates: @AzureFunctions.

4 Comments

‎Jun 10 2021 01:43 AM

This all seems like good news.



However, I believe there is a major bug around TimerTriggers in the existing .NET 5 isolation functions implementation, which is present both when debugging using VS 2019 and, more crucially, when the functions are deployed to an Azure Functions instance (setting the FUNCTIONS_WORKER_RUNTIME setting to dotnet-isolated). Strangely the functions do work when run using the Core Tools with CLI to invoke func start.



In Azure, all TimerTriggers just hang and timeout after 5 minutes. 



I have raised an issue here but this is a major blocker for us currently, in adopting this new tech. 

‎Jun 11 2021 01:18 AM

Hi @Anthony Chu , great improvements on the dotnet isolated Fx level.

Quick question: Any guideline on how to do TDD for the dotnet isolated function classes. I havent seen any example or directions around this. In in-process model - it was very simple to perform TDD. But with dotnet-isolated having difficulty mocking things. Have to create a test double to mimic the FunctionContext and need to create test doubles for most of the hierarchy. So i am curious to know whats the take from the team towards TDD ?



‎Jun 11 2021 06:56 PM

‎Jun 11 2021 07:00 PM

You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.

%3CLINGO-SUB%20id%3D%22lingo-sub-2428669%22%20slang%3D%22en-US%22%3EWhat%E2%80%99s%20new%20with%20.NET%20on%20Azure%20Functions%20%E2%80%93%20June%202021%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2428669%22%20slang%3D%22en-US%22%3E%3CP%3EIn%20March%2C%20we%20%3CA%20href%3D%22https%3A%2F%2Ftechcommunity.microsoft.com%2Ft5%2Fapps-on-azure%2Fnet-on-azure-functions-roadmap%2Fba-p%2F2197916%22%20target%3D%22_blank%22%3Eannounced%3C%2FA%3E%20the%20general%20availability%20of%20.NET%205.0%20support%20on%20Azure%20Functions%20with%20the%20new%20%3CA%20href%3D%22https%3A%2F%2Fdocs.microsoft.com%2Fazure%2Fazure-functions%2Fdotnet-isolated-process-guide%22%20target%3D%22_blank%22%20rel%3D%22noopener%20noreferrer%22%3E.NET%20isolated%20process%3C%2FA%3E%20worker.%20Today%2C%20we%E2%80%99re%20happy%20to%20share%20more%20exciting%20news%20for%20.NET%20on%20Azure%20Functions!%20Visual%20Studio%202019%20v16.10%20now%20includes%20full%20support%20for%20.NET%205.0%20isolated%20function%20apps.%20In%20addition%2C%20we%E2%80%99re%20announcing%20an%20early%20preview%20of%20Azure%20Functions%20running%20on%20.NET%206.0%20in%20both%20the%20isolated%20process%20and%20in-process%20programming%20models.%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CH2%20id%3D%22toc-hId--440215310%22%20id%3D%22toc-hId--440215310%22%20id%3D%22toc-hId--440215310%22%20id%3D%22toc-hId--440215310%22%20id%3D%22toc-hId--440215310%22%20id%3D%22toc-hId--440215310%22%20id%3D%22toc-hId--440215310%22%20id%3D%22toc-hId--440215310%22%20id%3D%22toc-hId--440983919%22%3EVisual%20Studio%20support%20for%20.NET%205.0%20isolated%20function%20apps%3C%2FH2%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3EVisual%20Studio%202019%20v16.10%2C%20released%20in%20May%2C%20includes%20full%20support%20for%20creating%2C%20local%20debugging%2C%20and%20deploying%20.NET%205.0%20isolated%20process%20Azure%20Functions%20apps.%20%3CA%20href%3D%22https%3A%2F%2Fvisualstudio.microsoft.com%2Fdownloads%2F%22%20target%3D%22_blank%22%20rel%3D%22noopener%20noreferrer%22%3EUpdate%3C%2FA%3E%20your%20Visual%20Studio%20now%20and%20try%20the%20new%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fdocs.microsoft.com%2Fazure%2Fazure-functions%2Fdotnet-isolated-process-developer-howtos%3Ftabs%3Dbrowser%26amp%3Bpivots%3Ddevelopment-environment-vs%22%20target%3D%22_blank%22%20rel%3D%22noopener%20noreferrer%22%3Etutorial%3C%2FA%3E.%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CH2%20id%3D%22toc-hId-2047297523%22%20id%3D%22toc-hId-2047297523%22%20id%3D%22toc-hId-2047297523%22%20id%3D%22toc-hId-2047297523%22%20id%3D%22toc-hId-2047297523%22%20id%3D%22toc-hId-2047297523%22%20id%3D%22toc-hId-2047297523%22%20id%3D%22toc-hId-2047297523%22%20id%3D%22toc-hId-2046528914%22%3ESneak%20peek%3A%20.NET%206.0%20on%20Azure%20Functions%3C%2FH2%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3EThe%20Azure%20Functions%20team%20is%20committed%20to%20providing%20full%20support%20for%20.NET%206.0%20as%20soon%20as%20.NET%206.0%20is%20generally%20available%20in%20November%202021.%20Azure%20Functions%20supports%20two%20programming%20models%20for%20.NET%E2%80%94isolated%20process%20and%20in-process%20(%3CA%20href%3D%22https%3A%2F%2Fdocs.microsoft.com%2Fazure%2Fazure-functions%2Fdotnet-isolated-process-guide%23differences-with-net-class-library-functions%22%20target%3D%22_blank%22%20rel%3D%22noopener%20noreferrer%22%3Elearn%20more%3C%2FA%3E).%20Today%2C%20we%E2%80%99re%20providing%20early%20previews%20of%20.NET%206.0%20for%20both%20programming%20models.%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3ETo%20run%20.NET%206.0%2C%20you%20need%20Azure%20Functions%20V4.%20Local%20tooling%20support%20for%20creating%2C%20running%2C%20and%20deploying%20.NET%206.0%20function%20apps%20is%20currently%20limited%20to%20a%20preview%20release%20of%20Azure%20Functions%20Core%20Tools%20V4.%20You%20can%20still%20use%20Visual%20Studio%20or%20Visual%20Studio%20Code%20to%20write%20your%20functions.%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3EA%20few%20important%20points%20to%20keep%20in%20mind%20for%20this%20preview%3A%3C%2FP%3E%0A%3CUL%3E%0A%3CLI%3E%3CP%3EUse%20the%20latest%20release%20of%20Azure%20Functions%20Core%20Tools%20V4%20preview.%3C%2FP%3E%0A%3C%2FLI%3E%0A%3CLI%3E%3CP%3EAt%20this%20time%2C%20you%20can%20only%20deploy%20.NET%206.0%20function%20apps%20to%20Azure%20Functions%20V4%20preview%20on%20Windows%20hosting%20plans.%3C%2FP%3E%0A%3C%2FLI%3E%0A%3CLI%3E%3CP%3ECurrently%2C%20there%20are%20no%20optimizations%20enabled%20for%20.NET%206.0%20apps%20in%20Azure.%20You%20may%20notice%20increased%20cold-start%20times.%3C%2FP%3E%0A%3C%2FLI%3E%0A%3CLI%3E%3CP%3EWhile%20other%20language%20workers%20are%20included%20in%20the%20current%20Core%20Tools%20V4%20preview%2C%20they%20are%20unsupported%20at%20this%20time.%20Continue%20to%20use%20Azure%20Functions%20V3%20and%20Core%20Tools%20V3%20for%20other%20languages%20and%20production%20workloads.%3C%2FP%3E%0A%3C%2FLI%3E%0A%3C%2FUL%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3ENote%20that%20.NET%206.0%20on%20Azure%20Functions%20is%20currently%20offered%20as%20an%20%3CEM%3Eearly%20preview%3C%2FEM%3E%20and%20there%20is%20no%20official%20support.%3C%2FSTRONG%3E%20Try%20it%20out%20and%20let%20us%20know%20what%20you%20think%20using%20%3CA%20href%3D%22https%3A%2F%2Fgithub.com%2FAzure%2FAzure-Functions%2Fissues%22%20target%3D%22_self%22%20rel%3D%22noopener%20noreferrer%22%3EGitHub%20Issues%3C%2FA%3E.%20Watch%20for%20a%20public%20preview%20announcement%20later%20this%20year.%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CH4%20id%3D%22toc-hId-940907638%22%20id%3D%22toc-hId-940907638%22%20id%3D%22toc-hId-940907638%22%20id%3D%22toc-hId-940907638%22%20id%3D%22toc-hId-940907638%22%20id%3D%22toc-hId-940907638%22%20id%3D%22toc-hId-940907638%22%20id%3D%22toc-hId-940907638%22%20id%3D%22toc-hId-940139029%22%3ERun%20isolated%20process%20functions%20on%20.NET%206.0%3C%2FH4%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3E.NET%20functions%20using%20the%20isolated%20model%20run%20in%20a%20separate%20process%20from%20the%20Azure%20Functions%20host.%20This%20decoupling%20allows%20you%20to%20install%20dependencies%20without%20worrying%20about%20conflicts%20with%20host%20dependencies.%20Its%20programming%20model%20also%20provides%20greater%20flexibility%20in%20how%20you%20configure%20your%20app%E2%80%99s%20startup.%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3E.NET%205.0%20is%20the%20first%20.NET%20version%20supported%20by%20the%20isolated%20model.%20Today%2C%20you%20can%20also%20run%20isolated%20process%20functions%20on%20.NET%206.0%20Preview%204!%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3ESee%20the%20following%20wiki%20article%20to%20learn%20more%20and%20build%20your%20first%20.NET%206%20Azure%20Functions%20app.%3C%2FP%3E%0A%3CP%3E%3CA%20href%3D%22https%3A%2F%2Faka.ms%2Ffunctions-dotnet6earlypreview-wiki%22%20target%3D%22_blank%22%20rel%3D%22noopener%20noreferrer%22%3EQuickstarts%3A%20Azure%20Functions%20v4%20(.NET%206)%20early%20preview%3C%2FA%3E%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3EThe%20isolated%20process%20model%20for%20.NET%20is%20new%20and%20there%20are%20some%20%3CA%20href%3D%22https%3A%2F%2Fdocs.microsoft.com%2Fazure%2Fazure-functions%2Fdotnet-isolated-process-guide%23differences-with-net-class-library-functions%22%20target%3D%22_blank%22%20rel%3D%22noopener%20noreferrer%22%3Edifferences%3C%2FA%3E%20compared%20to%20the%20in-process%20model.%20Many%20will%20be%20addressed%20as%20the%20programming%20model%20continues%20to%20evolve.%20If%20you%20need%20access%20to%20features%20that%20are%20currently%20missing%2C%20such%20as%20Durable%20Functions%2C%20use%20the%20in-process%20model.%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CH4%20id%3D%22toc-hId--866546825%22%20id%3D%22toc-hId--866546825%22%20id%3D%22toc-hId--866546825%22%20id%3D%22toc-hId--866546825%22%20id%3D%22toc-hId--866546825%22%20id%3D%22toc-hId--866546825%22%20id%3D%22toc-hId--866546825%22%20id%3D%22toc-hId--866546825%22%20id%3D%22toc-hId--867315434%22%3ERun%20.NET%206.0%20in-process%20functions%20with%20Azure%20Functions%20V4%20preview%3C%2FH4%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3EStarting%20today%2C%20you%20can%20also%20run%20in-process%20.NET%206.0%20functions%20with%20an%20early%20preview%20of%20Azure%20Functions%20V4.%20You%20have%20access%20to%20the%20same%20features%20and%20capabilities%20as%20V3%E2%80%94including%20support%20for%20rich%20binding%20types%20and%20Durable%20Functions.%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3ESee%20the%20following%20wiki%20article%20to%20learn%20more%20and%20build%20your%20first%20.NET%206%20Azure%20Functions%20app.%3C%2FP%3E%0A%3CP%3E%3CA%20href%3D%22https%3A%2F%2Faka.ms%2Ffunctions-dotnet6earlypreview-wiki%22%20target%3D%22_blank%22%20rel%3D%22noopener%20noreferrer%22%3EQuickstarts%3A%20Azure%20Functions%20v4%20(.NET%206)%20early%20preview%3C%2FA%3E%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CH2%20id%3D%22toc-hId-919901430%22%20id%3D%22toc-hId-919901430%22%20id%3D%22toc-hId-919901430%22%20id%3D%22toc-hId-919901430%22%20id%3D%22toc-hId-919901430%22%20id%3D%22toc-hId-919901430%22%20id%3D%22toc-hId-919901430%22%20id%3D%22toc-hId-919901430%22%20id%3D%22toc-hId-919132821%22%3EWhat%E2%80%99s%20next%20for%20.NET%20on%20Azure%20Functions%3C%2FH2%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3EThanks%20for%20checking%20out%20our%20announcements%20and%20we're%20excited%20for%20you%20to%20try%20them%20out.%20And%20in%20case%20you%20missed%20it%2C%20Azure%20App%20Service%20also%20%3CA%20href%3D%22https%3A%2F%2Faka.ms%2Fdotnet6earlyaccess%22%20target%3D%22_self%22%20rel%3D%22noopener%20noreferrer%22%3Eannounced%3C%2FA%3E%20early%20access%20for%20.NET%206.0%20Preview%20today.%26nbsp%3B%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3EThere%E2%80%99s%20a%20lot%20more%20planned%20for%20Azure%20Functions%20in%20the%20coming%20months.%20We%E2%80%99re%20bringing%20.NET%206.0%20Azure%20Functions%20support%20to%20tools%20like%20Visual%20Studio%20and%20Visual%20Studio%20Code%20and%20to%20all%20hosting%20plans%20in%20Azure.%20Expect%20a%20public%20preview%20of%20Azure%20Functions%20V4%20in%20the%20third%20quarter%20of%20this%20year%20and%20general%20availability%20in%20November.%20Follow%20our%20twitter%20account%20for%20the%20latest%20updates%3A%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Ftwitter.com%2FAzureFunctions%22%20target%3D%22_self%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3E%40AzureFunctions%3C%2FA%3E.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-TEASER%20id%3D%22lingo-teaser-2428669%22%20slang%3D%22en-US%22%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-center%22%20image-alt%3D%22functions-dark-purple-cover.png%22%20style%3D%22width%3A%20999px%3B%22%3E%3CIMG%20src%3D%22https%3A%2F%2Ftechcommunity.microsoft.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F287237i4170BBBDE1FBFDE5%2Fimage-size%2Flarge%3Fv%3Dv2%26amp%3Bpx%3D999%22%20role%3D%22button%22%20title%3D%22functions-dark-purple-cover.png%22%20alt%3D%22functions-dark-purple-cover.png%22%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3EAnnouncing%20an%20early%20preview%20of%20.NET%206.0%20on%20Azure%20Functions%3C%2FP%3E%3C%2FLINGO-TEASER%3E%3CLINGO-LABS%20id%3D%22lingo-labs-2428669%22%20slang%3D%22en-US%22%3E%3CLINGO-LABEL%3E.NET%3C%2FLINGO-LABEL%3E%3CLINGO-LABEL%3EAzure%20Functions%3C%2FLINGO-LABEL%3E%3C%2FLINGO-LABS%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2434117%22%20slang%3D%22en-US%22%3ERe%3A%20What%E2%80%99s%20new%20with%20.NET%20on%20Azure%20Functions%20%E2%80%93%20June%202021%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2434117%22%20slang%3D%22en-US%22%3E%3CP%3EThis%20all%20seems%20like%20good%20news.%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3CP%3EHowever%2C%20I%20believe%20there%20is%20a%20major%20bug%20around%20TimerTriggers%20in%20the%20existing%20.NET%205%20isolation%20functions%20implementation%2C%20which%20is%20present%20both%20when%20debugging%20using%20VS%202019%20and%2C%20more%20crucially%2C%20when%20the%20functions%20are%20deployed%20to%20an%20Azure%20Functions%20instance%20(setting%20the%20FUNCTIONS_WORKER_RUNTIME%20setting%20to%20dotnet-isolated).%20Strangely%20the%20functions%20do%20work%20when%20run%20using%20the%20Core%20Tools%20with%20CLI%20to%20invoke%20func%20start.%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3CP%3EIn%20Azure%2C%20all%20TimerTriggers%20just%20hang%20and%20timeout%20after%205%20minutes.%26nbsp%3B%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3CP%3EI%20have%20raised%20an%20issue%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fgithub.com%2FAzure%2Fazure-functions-dotnet-worker%2Fissues%2F488%22%20target%3D%22_self%22%20rel%3D%22noopener%20noreferrer%22%3Ehere%3C%2FA%3E%26nbsp%3Bbut%20this%20is%20a%20major%20blocker%20for%20us%20currently%2C%20in%20adopting%20this%20new%20tech.%26nbsp%3B%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2438221%22%20slang%3D%22en-US%22%3ERe%3A%20What%E2%80%99s%20new%20with%20.NET%20on%20Azure%20Functions%20%E2%80%93%20June%202021%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2438221%22%20slang%3D%22en-US%22%3E%3CP%3EHi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Ftechcommunity.microsoft.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F185703%22%20target%3D%22_blank%22%3E%40Anthony%20Chu%3C%2FA%3E%26nbsp%3B%2C%20great%20improvements%20on%20the%20dotnet%20isolated%20Fx%20level.%3C%2FP%3E%3CP%3EQuick%20question%3A%20Any%20guideline%20on%20how%20to%20do%20TDD%20for%20the%20dotnet%20isolated%20function%20classes.%20I%20havent%20seen%20any%20example%20or%20directions%20around%20this.%20In%20in-process%20model%20-%20it%20was%20very%20simple%20to%20perform%20TDD.%20But%20with%20dotnet-isolated%20having%20difficulty%20mocking%20things.%20Have%20to%20create%20a%20test%20double%20to%20mimic%20the%20FunctionContext%20and%20need%20to%20create%20test%20doubles%20for%20most%20of%20the%20hierarchy.%20So%20i%20am%20curious%20to%20know%20whats%20the%20take%20from%20the%20team%20towards%20TDD%20%3F%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2441522%22%20slang%3D%22en-US%22%3ERe%3A%20What%E2%80%99s%20new%20with%20.NET%20on%20Azure%20Functions%20%E2%80%93%20June%202021%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2441522%22%20slang%3D%22en-US%22%3E%3CP%3E%3CA%20href%3D%22https%3A%2F%2Ftechcommunity.microsoft.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F1075511%22%20target%3D%22_blank%22%3E%40DavidGodbold%3C%2FA%3E%26nbsp%3BLooks%20like%20the%20team%20is%20responding%20to%20your%20issue%20in%20GitHub.%20Please%20continue%20the%20conversation%20there%20and%20hope%20to%20have%20that%20resolved%20soon.%3C%2FP%3E%3C%2FLINGO-BODY%3E

Version history
Last update:

‎Jun 09 2021 05:11 PM

Updated by:

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK