Rocket.Surgery.Hosting.Functions
9.0.5
See the version list below for details.
dotnet add package Rocket.Surgery.Hosting.Functions --version 9.0.5
NuGet\Install-Package Rocket.Surgery.Hosting.Functions -Version 9.0.5
<PackageReference Include="Rocket.Surgery.Hosting.Functions" Version="9.0.5" />
paket add Rocket.Surgery.Hosting.Functions --version 9.0.5
#r "nuget: Rocket.Surgery.Hosting.Functions, 9.0.5"
// Install Rocket.Surgery.Hosting.Functions as a Cake Addin #addin nuget:?package=Rocket.Surgery.Hosting.Functions&version=9.0.5 // Install Rocket.Surgery.Hosting.Functions as a Cake Tool #tool nuget:?package=Rocket.Surgery.Hosting.Functions&version=9.0.5
Adds helpers to easily bootstrap into a webjobs or azure functions application by just using the correct extension method. This adds additional configuration, logging and service injections by convention.
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 is compatible. |
.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
- Microsoft.Azure.WebJobs (>= 3.0.13)
- Microsoft.Azure.WebJobs.Extensions (>= 3.0.2)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 2.1.1)
- Microsoft.Extensions.Configuration.Ini (>= 2.1.1)
- Microsoft.Extensions.Configuration.Json (>= 2.1.1)
- Microsoft.Extensions.Configuration.UserSecrets (>= 2.1.1)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 2.1.1)
- NetEscapades.Configuration.Yaml (>= 1.6.0)
- Rocket.Surgery.Conventions (>= 9.0.5)
- Rocket.Surgery.Extensions.Configuration (>= 9.0.5)
- Rocket.Surgery.Extensions.DependencyInjection (>= 9.0.5)
- Rocket.Surgery.Extensions.WebJobs (>= 9.0.5)
-
.NETStandard 2.1
- Microsoft.Azure.WebJobs (>= 3.0.13)
- Microsoft.Azure.WebJobs.Extensions (>= 3.0.2)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 3.0.0)
- Microsoft.Extensions.Configuration.Ini (>= 3.0.0)
- Microsoft.Extensions.Configuration.Json (>= 3.0.0)
- Microsoft.Extensions.Configuration.UserSecrets (>= 3.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 3.0.0)
- NetEscapades.Configuration.Yaml (>= 1.6.0)
- Rocket.Surgery.Conventions (>= 9.0.5)
- Rocket.Surgery.Extensions.Configuration (>= 9.0.5)
- Rocket.Surgery.Extensions.DependencyInjection (>= 9.0.5)
- Rocket.Surgery.Extensions.WebJobs (>= 9.0.5)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Rocket.Surgery.Hosting.Functions:
Package | Downloads |
---|---|
Rocket.Surgery.Meta.Functions
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
10.0.0-beta.6 | 309 | 7/10/2020 |
10.0.0-beta.5 | 307 | 7/9/2020 |
10.0.0-beta.4 | 288 | 7/8/2020 |
10.0.0-beta.3 | 248 | 7/8/2020 |
10.0.0-beta.2 | 333 | 6/25/2020 |
10.0.0-beta.1 | 244 | 6/24/2020 |
9.1.1 | 6,876 | 1/17/2020 |
9.1.0 | 1,086 | 1/17/2020 |
9.0.7 | 1,551 | 11/23/2019 |
9.0.6 | 1,231 | 11/4/2019 |
9.0.5 | 1,162 | 10/23/2019 |
9.0.4 | 1,131 | 10/11/2019 |
9.0.3 | 1,160 | 9/28/2019 |
9.0.2 | 1,045 | 9/28/2019 |
9.0.0 | 1,231 | 9/26/2019 |
8.0.0 | 327 | 9/21/2019 |
7.2.1 | 317 | 9/20/2019 |
7.2.0 | 293 | 9/20/2019 |
7.1.1 | 324 | 9/18/2019 |
7.1.0 | 301 | 9/16/2019 |
7.0.6 | 352 | 8/24/2019 |
7.0.5 | 822 | 8/23/2019 |
7.0.4 | 305 | 8/19/2019 |
7.0.3 | 311 | 8/18/2019 |
## v9.0.5
As part of this release we had [8 issues](https://github.com/RocketSurgeonsGuild/Conventions/milestone/28?closed=1) closed.
__ dependenciess__
- [__#68__](https://github.com/RocketSurgeonsGuild/Conventions/pull/68) Bump ReportGenerator from 4.3.1 to 4.3.2
- [__#66__](https://github.com/RocketSurgeonsGuild/Conventions/pull/66) Bump Rocket.Surgery.Nuke.DotNetCore from 0.5.1 to 0.5.2
- [__#65__](https://github.com/RocketSurgeonsGuild/Conventions/pull/65) Bump Rocket.Surgery.Extensions.Testing.FakeItEasy from 2.2.0 to 2.2.1
- [__#63__](https://github.com/RocketSurgeonsGuild/Conventions/pull/63) Bump FakeItEasy.Analyzer.CSharp from 5.2.0 to 5.3.0
- [__#62__](https://github.com/RocketSurgeonsGuild/Conventions/pull/62) Bump FakeItEasy from 5.2.0 to 5.3.0
- [__#61__](https://github.com/RocketSurgeonsGuild/Conventions/pull/61) Bump ReportGenerator from 4.2.20 to 4.3.1
- [__#60__](https://github.com/RocketSurgeonsGuild/Conventions/pull/60) Bump Rocket.Surgery.Extensions.Testing.FakeItEasy from 2.1.2 to 2.2.0
- [__#59__](https://github.com/RocketSurgeonsGuild/Conventions/pull/59) Bump Bogus from 28.3.2 to 28.4.1
## Changes:
* Fix to logger so that it uses the diagnostic source instead of the logger factory
* Updated NuGet.config
* Merge pull request #68 from RocketSurgeonsGuild/dependabot/nuget/master/ReportGenerator-4.3.2
* Bump ReportGenerator from 4.3.1 to 4.3.2
* Merge pull request #61 from RocketSurgeonsGuild/dependabot/nuget/master/ReportGenerator-4.3.1
* Bump ReportGenerator from 4.2.20 to 4.3.1
* Merge pull request #66 from RocketSurgeonsGuild/dependabot/nuget/master/Rocket.Surgery.Nuke.DotNetCore-0.5.2
* Bump Rocket.Surgery.Nuke.DotNetCore from 0.5.1 to 0.5.2
* Merge pull request #65 from RocketSurgeonsGuild/dependabot/nuget/master/Rocket.Surgery.Extensions.Testing.FakeItEasy-2.2.1
* Bump Rocket.Surgery.Extensions.Testing.FakeItEasy from 2.2.0 to 2.2.1
<details><summary><b>See More</b></summary>
* Merge pull request #62 from RocketSurgeonsGuild/dependabot/nuget/master/FakeItEasy-5.3.0
* Bump FakeItEasy from 5.2.0 to 5.3.0
* Merge pull request #63 from RocketSurgeonsGuild/dependabot/nuget/master/FakeItEasy.Analyzer.CSharp-5.3.0
* Merge pull request #59 from RocketSurgeonsGuild/dependabot/nuget/master/Bogus-28.4.1
* Bump FakeItEasy.Analyzer.CSharp from 5.2.0 to 5.3.0
* Bump Bogus from 28.3.2 to 28.4.1
* Merge pull request #60 from RocketSurgeonsGuild/dependabot/nuget/master/Rocket.Surgery.Extensions.Testing.FakeItEasy-2.2.0
* Bump Rocket.Surgery.Extensions.Testing.FakeItEasy from 2.1.2 to 2.2.0
* updated pipelines to deal with github token edgecase
This list of changes was [auto generated](https://rocketsurgeonsguild.visualstudio.com/Libraries/_build/results?buildId=5019&view=logs).</details>