Stardust.Interstellar.Rest.Service 3.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Stardust.Interstellar.Rest.Service --version 3.2.0
                    
NuGet\Install-Package Stardust.Interstellar.Rest.Service -Version 3.2.0
                    
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="Stardust.Interstellar.Rest.Service" Version="3.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Stardust.Interstellar.Rest.Service" Version="3.2.0" />
                    
Directory.Packages.props
<PackageReference Include="Stardust.Interstellar.Rest.Service" />
                    
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 Stardust.Interstellar.Rest.Service --version 3.2.0
                    
#r "nuget: Stardust.Interstellar.Rest.Service, 3.2.0"
                    
#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.
#addin nuget:?package=Stardust.Interstellar.Rest.Service&version=3.2.0
                    
Install Stardust.Interstellar.Rest.Service as a Cake Addin
#tool nuget:?package=Stardust.Interstellar.Rest.Service&version=3.2.0
                    
Install Stardust.Interstellar.Rest.Service as a Cake Tool

Create webapi controllers based on decorated interfaces.

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. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Framework net471 is compatible.  net472 was computed.  net48 was computed.  net481 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
4.1.0 5,246 8/20/2019
4.0.0 762 8/5/2019
3.4.10 822 7/3/2019
3.4.8 2,261 5/23/2019
3.4.7 734 5/22/2019
3.4.6 745 5/15/2019
3.4.3 7,521 12/10/2018
3.4.2 1,205 12/3/2018
3.4.0 5,580 10/4/2018
3.3.2 987 10/2/2018
3.3.0 1,823 10/1/2018
3.2.0 930 9/18/2018
3.1.10 1,100 8/28/2018
3.1.9 3,001 8/7/2018
3.1.8 1,267 7/5/2018
3.1.7 1,182 7/4/2018
3.1.3 1,230 7/3/2018
3.1.2 1,624 6/27/2018
3.1.1 1,543 6/26/2018
3.1.0 1,589 6/26/2018
3.1.0-pre012 965 6/26/2018
1.1.0-pre004 1,198 3/21/2018
1.0.0.5 1,352 3/19/2018
1.0.0.4 1,872 3/6/2018
1.0.0.4-pre007 985 3/5/2018
1.0.0.4-pre006 963 3/5/2018
1.0.0.4-pre005 991 3/5/2018
1.0.0.4-pre004 951 3/5/2018
1.0.0.4-pre003 970 2/23/2018
1.0.0.4-pre002 840 2/21/2018
1.0.0.4-pre001 1,052 2/20/2018
1.0.0.4-pre 942 2/13/2018
1.0.0.3-pre 989 2/12/2018
1.0.0.2-pre 996 12/15/2017
1.0.0.1-pre 1,012 12/13/2017
1.0.0-pre 1,485 8/29/2017

Switching to use IServiceProvider as standard service locator for ease of integration in existing projects.
     Alligning version numbers of the packages related to the rest tool.