SoftNeer.Azure.Functions 0.8.4-alpha

This is a prerelease version of SoftNeer.Azure.Functions.
dotnet add package SoftNeer.Azure.Functions --version 0.8.4-alpha
NuGet\Install-Package SoftNeer.Azure.Functions -Version 0.8.4-alpha
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="SoftNeer.Azure.Functions" Version="0.8.4-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SoftNeer.Azure.Functions --version 0.8.4-alpha
#r "nuget: SoftNeer.Azure.Functions, 0.8.4-alpha"
#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 SoftNeer.Azure.Functions as a Cake Addin
#addin nuget:?package=SoftNeer.Azure.Functions&version=0.8.4-alpha&prerelease

// Install SoftNeer.Azure.Functions as a Cake Tool
#tool nuget:?package=SoftNeer.Azure.Functions&version=0.8.4-alpha&prerelease

Contains common funcionality for Azure Functions.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
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
0.8.4-alpha 215 1/27/2023
0.8.3-alpha 113 1/27/2023
0.8.2-alpha 115 1/25/2023
0.8.1-alpha 133 1/12/2023
0.8.0-alpha 109 1/11/2023
0.7.9-alpha 114 12/17/2022
0.7.8-alpha 110 12/16/2022
0.7.7-alpha 108 12/1/2022
0.7.6-alpha 111 12/1/2022
0.7.5-alpha 108 12/1/2022
0.7.4-alpha 124 11/9/2022
0.7.3-alpha 109 11/2/2022
0.7.2-alpha 138 8/16/2022
0.7.1-alpha 124 8/15/2022
0.7.0-alpha 134 8/13/2022
0.6.34-alpha 140 8/12/2022
0.6.33-alpha 130 8/10/2022

Enhanced DefaultEntryPoint and RunCoreAsync to share type T and R.