Southport.Azure.Functions.Extensions 1.0.20

There is a newer version of this package available.
See the version list below for details.
dotnet add package Southport.Azure.Functions.Extensions --version 1.0.20                
NuGet\Install-Package Southport.Azure.Functions.Extensions -Version 1.0.20                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Southport.Azure.Functions.Extensions" Version="1.0.20" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Southport.Azure.Functions.Extensions --version 1.0.20                
#r "nuget: Southport.Azure.Functions.Extensions, 1.0.20"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Southport.Azure.Functions.Extensions as a Cake Addin
#addin nuget:?package=Southport.Azure.Functions.Extensions&version=1.0.20

// Install Southport.Azure.Functions.Extensions as a Cake Tool
#tool nuget:?package=Southport.Azure.Functions.Extensions&version=1.0.20                

Add the ability to run all functions concurrently. Added ExecutionConurrentException to better handle current execution exceptions. Added filtering to remove durable function SQL log entries.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0 149 8/23/2024
2.3.0 125 2/18/2024
2.2.6 654 11/16/2023
2.2.5 393 8/30/2023
2.2.4 151 8/28/2023
2.2.3 472 3/14/2023
2.2.2 408 2/18/2023
2.2.1 274 2/18/2023
2.1.3 272 2/16/2023
2.1.2 335 1/30/2023
2.1.1 404 12/29/2022
2.1.0 282 12/29/2022
2.0.3 350 12/16/2022
2.0.2 282 12/15/2022
2.0.1 298 12/15/2022
2.0.0 330 11/30/2022
1.2.1 800 6/29/2022
1.2.0 512 6/27/2022
1.1.5 1,077 2/2/2022
1.1.4 1,231 9/29/2021
1.1.4-beta2 332 9/29/2021
1.1.4-beta1 318 9/29/2021
1.1.3 1,065 9/1/2021
1.1.3-beta2 258 9/1/2021
1.1.3-beta1 277 9/1/2021
1.1.2 1,086 8/13/2021
1.1.0-beta1 279 8/13/2021
1.0.26 1,102 8/9/2021
1.0.26-beta1 406 8/1/2021
1.0.25 1,220 7/25/2021
1.0.24 1,344 4/2/2021
1.0.23 1,419 3/19/2021
1.0.20 1,394 2/7/2021
1.0.19 1,066 2/6/2021
1.0.18 1,163 2/6/2021
1.0.17 713 2/6/2021
1.0.16 547 2/4/2021
1.0.15 597 1/16/2021
1.0.14 512 1/16/2021
1.0.13 555 1/16/2021
1.0.12 577 1/11/2021
1.0.10 687 12/10/2020
1.0.9 547 12/8/2020
1.0.8 580 12/7/2020
1.0.7 570 12/7/2020
1.0.6 786 12/7/2020
1.0.1 584 11/19/2020
1.0.0 501 11/19/2020

Fixed primary key exception when execution start is called twice.