Southport.Azure.Functions.Extensions 1.0.16

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.16
                    
NuGet\Install-Package Southport.Azure.Functions.Extensions -Version 1.0.16
                    
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.16" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Southport.Azure.Functions.Extensions" Version="1.0.16" />
                    
Directory.Packages.props
<PackageReference Include="Southport.Azure.Functions.Extensions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Southport.Azure.Functions.Extensions --version 1.0.16
                    
#r "nuget: Southport.Azure.Functions.Extensions, 1.0.16"
                    
#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.
#:package Southport.Azure.Functions.Extensions@1.0.16
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Southport.Azure.Functions.Extensions&version=1.0.16
                    
Install as a Cake Addin
#tool nuget:?package=Southport.Azure.Functions.Extensions&version=1.0.16
                    
Install as a Cake Tool

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 236 8/23/2024 8.0.0 is deprecated because it is no longer maintained.
2.3.0 179 2/18/2024
2.2.6 711 11/16/2023
2.2.5 468 8/30/2023
2.2.4 210 8/28/2023
2.2.3 565 3/14/2023
2.2.2 505 2/18/2023
2.2.1 356 2/18/2023
2.1.3 353 2/16/2023
2.1.2 439 1/30/2023
2.1.1 508 12/29/2022
2.1.0 361 12/29/2022
2.0.3 447 12/16/2022
2.0.2 382 12/15/2022
2.0.1 385 12/15/2022
2.0.0 436 11/30/2022
1.2.1 905 6/29/2022
1.2.0 627 6/27/2022
1.1.5 1,189 2/2/2022
1.1.4 1,349 9/29/2021
1.1.4-beta2 444 9/29/2021
1.1.4-beta1 417 9/29/2021
1.1.3 1,185 9/1/2021
1.1.3-beta2 351 9/1/2021
1.1.3-beta1 391 9/1/2021
1.1.2 1,210 8/13/2021
1.1.0-beta1 460 8/13/2021
1.0.26 1,280 8/9/2021
1.0.26-beta1 582 8/1/2021
1.0.25 1,408 7/25/2021
1.0.24 1,551 4/2/2021
1.0.23 1,610 3/19/2021
1.0.20 1,604 2/7/2021
1.0.19 1,244 2/6/2021
1.0.18 1,348 2/6/2021
1.0.17 903 2/6/2021
1.0.16 725 2/4/2021
1.0.15 775 1/16/2021
1.0.14 692 1/16/2021
1.0.13 763 1/16/2021
1.0.12 767 1/11/2021
1.0.10 885 12/10/2020
1.0.9 746 12/8/2020
1.0.8 788 12/7/2020
1.0.7 759 12/7/2020
1.0.6 977 12/7/2020
1.0.1 787 11/19/2020
1.0.0 703 11/19/2020

Add IService to facilitate adding the logger to all Services.