Microsoft.Azure.WebJobs.Core
3.0.41
Prefix Reserved
dotnet add package Microsoft.Azure.WebJobs.Core --version 3.0.41
NuGet\Install-Package Microsoft.Azure.WebJobs.Core -Version 3.0.41
<PackageReference Include="Microsoft.Azure.WebJobs.Core" Version="3.0.41" />
paket add Microsoft.Azure.WebJobs.Core --version 3.0.41
#r "nuget: Microsoft.Azure.WebJobs.Core, 3.0.41"
// Install Microsoft.Azure.WebJobs.Core as a Cake Addin #addin nuget:?package=Microsoft.Azure.WebJobs.Core&version=3.0.41 // Install Microsoft.Azure.WebJobs.Core as a Cake Tool #tool nuget:?package=Microsoft.Azure.WebJobs.Core&version=3.0.41
Microsoft.Azure.WebJobs.Core
This package provides the core Types and Attribute definitions for the WebJobs SDK. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708.
Commonly used types
TimeoutAttribute
SingletonAttribute
FunctionNameAttribute
ExtensionAttribute
Example usage
The below example shows a QueueTrigger function with a timeout defined.
using Microsoft.Azure.WebJobs;
[TimeoutAttribute("00:15:00")]
public void ProcessWorkItem([QueueTrigger("test")] WorkItem workItem, ILogger logger)
{
logger.LogInformation($"Processed work item {workItem.ID}");
}
Product | Versions 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- System.ComponentModel.Annotations (>= 4.4.0)
- System.Diagnostics.TraceSource (>= 4.3.0)
- System.Memory.Data (>= 1.0.1)
NuGet packages (33)
Showing the top 5 NuGet packages that depend on Microsoft.Azure.WebJobs.Core:
Package | Downloads |
---|---|
Microsoft.Azure.WebJobs
This package contains the runtime host components of the WebJobs SDK. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708. |
|
Microsoft.Azure.WebJobs.Extensions.DurableTask
Azure WebJobs SDK Extension for the Durable Task Framework |
|
Microsoft.Azure.WebJobs.Sources
This package contains source for the runtime host components of the WebJobs SDK. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708. |
|
CloudCore.VirtualWorker
The module required to run CloudCore-based work-flow and scheduled tasks. |
|
Microsoft.Azure.Jobs.Core
Legacy package, Microsoft.Azure.Jobs.Core is now included in the 'Microsoft.Azure.WebJobs.Core' package. |
GitHub repositories (15)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Azure.WebJobs.Core:
Repository | Stars |
---|---|
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
|
|
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
|
|
HTBox/allReady
This repo contains the code for allReady, an open-source solution focused on increasing awareness, efficiency and impact of preparedness campaigns as they are delivered by humanitarian and disaster response organizations in local communities.
|
|
sjkp/letsencrypt-siteextension
Azure Web App Site Extension for easy installation and configuration of Let's Encrypt issued SSL certifcates for custom domain names.
|
|
microsoft/PartsUnlimited
.Net Core + SQL Azure app for DevOps Scenarios
|
Version | Downloads | Last updated |
---|---|---|
3.0.41 | 280,266 | 7/12/2024 |
3.0.39 | 2,364,208 | 10/18/2023 |
3.0.37 | 16,285,802 | 4/4/2023 |
3.0.36 | 6,272,626 | 2/2/2023 |
3.0.35 | 33,690 | 2/1/2023 |
3.0.33 | 17,239,642 | 5/9/2022 |
3.0.32 | 41,090,098 | 4/15/2022 |
3.0.31 | 10,150,169 | 1/12/2022 |
3.0.30 | 10,603,068 | 9/17/2021 |
3.0.29 | 150,070 | 9/10/2021 |
3.0.27 | 4,231,758 | 3/22/2021 |
3.0.25 | 8,808,747 | 1/13/2021 |
3.0.23 | 40,812,840 | 11/4/2020 |
3.0.22 | 9,342,697 | 9/30/2020 |
3.0.19 | 10,428,622 | 9/17/2020 |
3.0.18 | 52,980,855 | 8/12/2020 |
3.0.16 | 7,889,504 | 3/3/2020 |
3.0.14 | 19,867,013 | 10/16/2019 |
3.0.13 | 543,362 | 9/20/2019 |
3.0.12 | 569,921 | 8/30/2019 |
3.0.11 | 641,629 | 8/12/2019 |
3.0.10 | 5,045,879 | 6/26/2019 |
3.0.9 | 312,568 | 6/7/2019 |
3.0.8 | 1,460,226 | 5/3/2019 |
3.0.6 | 988,415 | 3/29/2019 |
3.0.5 | 14,432,087 | 3/7/2019 |
3.0.4 | 3,208,670 | 1/25/2019 |
3.0.3 | 716,123 | 12/5/2018 |
3.0.2 | 4,903,024 | 11/9/2018 |
3.0.1 | 659,545 | 10/17/2018 |
3.0.0 | 29,164,789 | 9/19/2018 |
3.0.0-rc1 | 150,596 | 9/14/2018 |
3.0.0-beta8 | 1,233,925 | 8/30/2018 |
3.0.0-beta5 | 1,787,273 | 3/26/2018 |
3.0.0-beta4 | 243,111 | 11/28/2017 |
3.0.0-beta3 | 230,610 | 9/15/2017 |
3.0.0-beta2 | 12,325 | 8/29/2017 |
3.0.0-beta1-10941 | 6,617 | 7/21/2017 |
3.0.0-beta1-10871 | 5,516 | 7/19/2017 |
3.0.0-beta1 | 2,354 | 7/19/2017 |
2.3.0 | 3,748,977 | 11/29/2018 |
2.2.0 | 9,152,128 | 3/28/2018 |
2.1.0 | 1,355,473 | 1/26/2018 |
2.1.0-beta4 | 863,635 | 9/21/2017 |
2.1.0-beta1 | 1,199,706 | 5/4/2017 |
2.0.0 | 4,265,066 | 2/28/2017 |
2.0.0-beta2 | 116,253 | 11/14/2016 |
2.0.0-beta1 | 83,428 | 7/14/2016 |
1.1.2 | 4,779,668 | 4/22/2016 |
1.1.1 | 380,087 | 1/13/2016 |
1.1.0 | 249,903 | 11/19/2015 |
1.1.0-rc1 | 6,269 | 11/2/2015 |
1.1.0-beta1 | 10,791 | 9/16/2015 |
1.1.0-alpha2 | 8,653 | 8/12/2015 |
1.1.0-alpha1 | 7,704 | 7/10/2015 |
1.0.1 | 1,038,811 | 3/19/2015 |
1.0.1-alpha1 | 4,210 | 2/18/2015 |
1.0.0 | 250,461 | 10/17/2014 |
1.0.0-rc1 | 10,177 | 9/22/2014 |
0.6.0-beta | 10,185 | 9/13/2014 |
0.5.0-beta | 4,518 | 9/5/2014 |
0.4.1-beta | 3,916 | 8/30/2014 |
0.4.0-beta | 25,285 | 8/21/2014 |