SoftNeer.Azure.Functions
0.8.4-alpha
This is a prerelease version of SoftNeer.Azure.Functions.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Contains common funcionality for Azure Functions.
Product | Versions 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.
-
net6.0
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.AspNetCore.Mvc.Formatters.Json (>= 2.2.0)
- Microsoft.Azure.WebJobs (>= 3.0.33)
- Newtonsoft.Json (>= 13.0.2)
- SoftNeer.Security (>= 0.6.8-alpha)
- System.IdentityModel.Tokens.Jwt (>= 6.25.1)
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.6-alpha | 38 | 11/18/2024 |
0.8.5-alpha | 69 | 8/26/2024 |
0.8.4-alpha | 238 | 1/27/2023 |
Enhanced DefaultEntryPoint and RunCoreAsync to share type T and R.