DryIoc.dll 6.0.0-preview-07

Prefix Reserved
This is a prerelease version of DryIoc.dll.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package DryIoc.dll --version 6.0.0-preview-07
                    
NuGet\Install-Package DryIoc.dll -Version 6.0.0-preview-07
                    
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="DryIoc.dll" Version="6.0.0-preview-07" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DryIoc.dll" Version="6.0.0-preview-07" />
                    
Directory.Packages.props
<PackageReference Include="DryIoc.dll" />
                    
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 DryIoc.dll --version 6.0.0-preview-07
                    
#r "nuget: DryIoc.dll, 6.0.0-preview-07"
                    
#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.
#:package DryIoc.dll@6.0.0-preview-07
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DryIoc.dll&version=6.0.0-preview-07&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DryIoc.dll&version=6.0.0-preview-07&prerelease
                    
Install as a Cake Tool

Hello Sailor,

Compile-time Dependency Injection

DryIoc has an optional compile-time Dependency Injection with the source package (previously it was available as a separate DryIocZero package).

You may ignore this information if you don't want to use the compile-time DI. Everything will work without it, but wait... you will like some compile-time DI!

How to use [@WIP]

  1. Copy contents of "%USERPROFILE%.nuget\packages\DryIoc<version>\CompileTimeDI" folder to your project, e.g. "Container.Generated.tt", "CompileTimeRegistrations.ttinclude", and "CompileTimeRegistrations.Example.cs".
  2. Add your registrations into the "CompileTimeRegistrations.ttinclude" file, the file already contains the registrations from the "CompileTimeGenerate.Example.cs", you may remove them or use it as a guideline.
  3. [@WIP] Save (or re-save) the "Container.Generated.tt" file in the Visual Studio or JetBrains Rider (you may get a prompt - accept it). If everything is fine you will see the generated "Container.Generated.cs" file under the "Container.Generated.tt" in Solution Explorer. The "Container.Generated.cs" will contain the generated methods to create the services registered in "CompileTimeRegistrations.ttinclude"

T4 Text Template Transformation Tooling

First you may install the dotnet-t4 CLI tool from NuGet to play and experiment with templates.

For editing and viewing the T4 text template files you may use:

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  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 is compatible.  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 is compatible.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (122)

Showing the top 5 NuGet packages that depend on DryIoc.dll:

Package Downloads
DryIoc.Microsoft.DependencyInjection

DryIoc adapter for Microsoft.Extensions.DependencyInjection

DryIoc.Owin.dll

DryIoc extension for OWIN

DryIoc.MefAttributedModel.dll

DryIoc.MefAttributedModel is DryIoc extension to support Microsoft Managed Extensibility Framework for DryIoc container

DryIoc.CommonServiceLocator.dll

Implementation of CommonServiceLocator for DryIoc container, see rationale at https://github.com/unitycontainer/commonservicelocator

DryIoc.WebApi.dll

DryIoc extension for ASP.NET WebAPI

GitHub repositories (19)

Showing the top 19 popular GitHub repositories that depend on DryIoc.dll:

Repository Stars
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
Prowlarr/Prowlarr
Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps, supporting management of both Torrent Trackers and Usenet Indexers.
Lidarr/Lidarr
Looks and smells like Sonarr but made for music.
Readarr/Readarr
Book Manager and Automation (Sonarr for Ebooks)
digimezzo/dopamine-windows
Audio player which tries to make organizing and listening to music as simple and pretty as possible.
fifty-six/Scarab
An installer for Hollow Knight mods written in Avalonia.
Artemis-RGB/Artemis
Provides advanced unified lighting across many different brands RGB peripherals
CXWorld/CapFrameX
Frametime capture and analysis tool
reactiveui/splat
Makes things cross-platform
structuremap/structuremap
A Dependency Injection/Inversion of Control tool for .NET
danielpalme/IocPerformance
Performance comparison of .NET IoC containers
Whisparr/Whisparr
kendryte/nncase
Open deep learning compiler stack for Kendryte AI accelerators ✨
DevTeam/Pure.DI
Pure DI for .NET
2fast-team/2fast
Two-Factor Authenticator Supporting TOTP (Windows 10 & Android, iOS, Linux and macOS App)
appget/appget
Free and open package manager for Windows.
PrismLibrary/Prism.Maui
This is an experimental repo. The code here will eventually be merged into the main Prism repo as a full fledged platform at which time this repo will be archived.
dansiegel/Prism.Container.Extensions
The packages here provide additional extensions around the Prism Ioc abstractions. This allows for more advanced scenarios.
Version Downloads Last Updated
6.0.0-preview-09 205,825 11/24/2024
6.0.0-preview-08 3,399 10/27/2024
6.0.0-preview-07 21,188 3/17/2024
6.0.0-preview-06 5,112 1/23/2024
5.4.3 1,755,478 11/12/2023
5.4.2 120,749 10/17/2023
5.4.1 347,690 6/10/2023
5.4.0 1,284,712 5/1/2023
5.4.0-preview-01 1,413 4/14/2023
5.3.4 289,710 3/13/2023
5.3.3 94,976 2/16/2023
5.3.2 25,647 2/9/2023
5.3.1 155,018 11/28/2022
5.3.0 171,801 11/10/2022
5.2.2 625,701 8/23/2022
5.2.1 35,006 8/9/2022
5.2.0 10,625 8/3/2022
5.1.0 355,208 5/20/2022
5.0.2 391,900 5/10/2022
5.0.1 36,631 4/22/2022
5.0.0 90,899 4/11/2022
5.0.0-preview-01 6,322 8/31/2021
4.8.8 208,288 3/16/2022
4.8.7 79,237 2/27/2022
4.8.6 356,523 1/7/2022
4.8.5 7,235 12/30/2021
4.8.4 88,783 10/31/2021
4.8.3 81,958 10/20/2021
4.8.2 11,345 10/9/2021
4.8.1 249,698 7/3/2021
4.8.0 210,261 6/4/2021
4.7.8 13,956 5/27/2021
4.7.7 1,356,440 5/10/2021
4.7.6 19,205 4/21/2021
4.7.5 87,450 4/4/2021
4.7.4 121,005 2/26/2021
4.7.3 191,935 2/9/2021
4.7.2 426,217 1/16/2021
4.7.1 4,905 1/15/2021
4.7.0 435,370 1/5/2021
4.7.0-preview-01 1,292 12/14/2020
4.6.0 20,548 12/10/2020
4.5.2 88,708 12/3/2020
4.5.1 144,703 10/28/2020
4.5.0 426,371 10/12/2020
4.4.1 140,320 9/9/2020
4.4.0 6,259 9/4/2020
4.3.4 12,239 9/1/2020
4.3.3 11,347 8/27/2020
4.3.2 44,281 8/15/2020
4.3.1 53,276 8/7/2020
4.3.0 166,979 8/3/2020
4.2.5 26,486 7/20/2020
4.2.4 41,938 7/14/2020
4.2.3 23,955 7/4/2020
4.2.2 7,218 7/2/2020
4.2.1 68,376 6/8/2020
4.2.0 48,102 5/18/2020
4.1.4 346,046 4/3/2020
4.1.3 48,120 3/27/2020
4.1.2 45,402 3/12/2020
4.1.1 38,565 3/5/2020
4.1.1-preview-01 2,101 3/4/2020
4.1.0 190,008 1/20/2020
4.1.0-preview-04 3,512 1/5/2020
4.1.0-preview-03 7,615 10/3/2019
4.1.0-preview-02 4,884 8/25/2019
4.1.0-preview-01 1,654 8/21/2019
4.0.7 1,160,609 9/4/2019
4.0.6 7,148 8/29/2019
4.0.5 581,406 6/8/2019
4.0.5-preview-01 6,612 6/7/2019
4.0.4 167,460 5/1/2019
4.0.3 14,693 4/10/2019
4.0.2 136,366 3/30/2019
4.0.1 23,723 3/28/2019
4.0.0 108,090 3/4/2019
4.0.0-preview-02 2,465 2/22/2019
4.0.0-preview-01 4,558 12/1/2018
3.1.0-preview-07 3,606 11/20/2018
3.1.0-preview-06 5,037 11/7/2018
3.1.0-preview-05 1,905 10/12/2018
3.1.0-preview-04 2,071 10/6/2018
3.1.0-preview-03 1,863 10/5/2018
3.1.0-preview-02 1,830 10/4/2018
3.1.0-preview-01 2,316 10/3/2018
3.0.2 673,065 7/11/2018
3.0.1 8,041 7/7/2018
3.0.0 7,803 6/24/2018
3.0.0-preview-12 2,581 6/6/2018
3.0.0-preview-11 4,191 3/17/2018
3.0.0-preview-10 2,517 3/13/2018
3.0.0-preview-09 2,300 2/21/2018
3.0.0-preview-08 2,175 2/12/2018
3.0.0-preview-07 2,469 2/9/2018
3.0.0-preview-06 2,495 2/8/2018
3.0.0-preview-05 2,816 2/5/2018
3.0.0-preview-04 2,398 2/1/2018
3.0.0-preview-03 3,743 12/3/2017
3.0.0-preview-02 2,335 11/14/2017
3.0.0-preview-01 3,469 10/1/2017
2.12.10 126,709 4/11/2018
2.12.8 50,064 3/13/2018
2.12.7 69,977 1/19/2018
2.12.6 116,346 12/21/2017
2.12.5 83,421 10/30/2017
2.12.4 13,712 10/17/2017
2.12.3 10,129 10/2/2017
2.12.2 29,717 9/17/2017
2.12.1 123,577 9/9/2017
2.12.0 13,008 9/1/2017
2.12.0-preview-01 6,578 8/29/2017
2.11.6 19,261 7/18/2017
2.11.5 9,325 7/12/2017
2.11.4 14,083 6/28/2017
2.11.3 28,533 6/1/2017
2.11.2 5,786 6/1/2017
2.11.1 27,634 5/31/2017
2.11.0 5,842 5/30/2017
2.11.0-preview-02 5,053 3/15/2017
2.11.0-preview-01 2,565 3/10/2017
2.10.7 17,505 5/3/2017
2.10.6 44,828 4/20/2017
2.10.4 9,757 3/28/2017
2.10.3 5,888 3/25/2017
2.10.2 9,883 3/14/2017
2.10.1 28,610 2/18/2017
2.10.0 25,923 2/1/2017
2.9.7 15,787 1/12/2017
2.9.6 6,349 12/30/2016
2.9.5 6,132 12/26/2016
2.9.4 9,922 12/10/2016
2.9.3 5,942 12/8/2016
2.9.2 6,400 12/3/2016
2.9.1 6,808 11/19/2016
2.9.0 7,103 11/17/2016
2.8.5 7,213 11/2/2016
2.8.4 8,107 10/28/2016
2.8.3 24,654 10/20/2016
2.8.2 8,529 10/20/2016
2.8.1 5,735 10/19/2016
2.8.0 5,761 10/18/2016
2.8.0-preview-01 2,308 10/13/2016
2.7.1 57,315 9/1/2016
2.7.0 11,507 8/19/2016
2.6.4 19,215 7/29/2016
2.6.3 8,443 7/9/2016
2.6.3-netcore-rc2 2,680 7/9/2016
2.6.2 9,575 6/13/2016
2.6.2-netcore-rc2 2,605 6/13/2016
2.6.1-netcore-rc2 2,311 6/10/2016
2.6.0 6,711 6/10/2016
2.5.1 5,906 6/7/2016
2.5.0 7,844 5/24/2016
2.4.3 7,515 5/7/2016
2.4.2 6,361 4/26/2016
2.4.1 8,528 4/16/2016
2.4.0 6,648 4/14/2016
2.3.0 7,337 3/30/2016
2.2.2 12,511 3/10/2016
2.2.1 6,464 3/8/2016
2.2.0 7,212 2/26/2016
2.1.3 7,226 1/17/2016
2.1.2 7,239 1/15/2016
2.1.1 6,732 1/4/2016
2.1.0 7,039 12/4/2015
2.0.2 6,430 12/1/2015
2.0.1 6,371 11/27/2015
2.0.0 197,392 11/19/2015
2.0.0-rc4build353 2,631 11/18/2015
2.0.0-rc4build352 2,589 11/17/2015
2.0.0-rc4build351 2,587 11/17/2015
2.0.0-rc4build350 2,662 11/17/2015
2.0.0-rc4build349 2,544 11/12/2015
2.0.0-rc4build348 2,617 11/12/2015
2.0.0-rc4build347 2,548 11/12/2015
2.0.0-rc4build346 2,555 11/12/2015
2.0.0-rc4build345 2,625 11/12/2015
2.0.0-rc4build344 2,579 11/7/2015
2.0.0-rc4build343 2,564 11/5/2015
2.0.0-rc4build342 2,884 11/1/2015
2.0.0-rc4build341 2,566 10/29/2015
2.0.0-rc4build340 2,859 11/12/2015
2.0.0-rc4build339 2,526 11/7/2015
2.0.0-rc4build338 2,560 11/5/2015
2.0.0-rc4build337 2,537 11/1/2015
2.0.0-rc4build336 2,523 10/29/2015
2.0.0-rc3build340 2,297 10/26/2015
2.0.0-rc3build339 2,200 10/26/2015
2.0.0-rc3build338 2,152 10/23/2015
2.0.0-rc3build337 2,257 10/20/2015
2.0.0-rc3build336 2,202 10/19/2015
2.0.0-rc3build335 2,250 10/12/2015
2.0.0-rc3build334 2,386 10/10/2015
2.0.0-rc3build333 2,442 10/6/2015
2.0.0-rc3build332 2,466 10/6/2015
2.0.0-rc3build331 2,312 10/1/2015
2.0.0-rc3build330 2,257 10/1/2015
2.0.0-rc3build329 2,274 9/30/2015
2.0.0-rc3build328 2,305 9/26/2015
2.0.0-rc3build327 2,324 9/25/2015
2.0.0-rc3build326 2,265 9/25/2015
2.0.0-rc3build325 2,252 9/25/2015
2.0.0-rc3build324 2,310 9/11/2015
2.0.0-rc3build323 2,271 9/11/2015
2.0.0-rc3build322 2,227 9/11/2015
2.0.0-rc3build321 2,229 9/11/2015
2.0.0-rc3build320 2,189 9/11/2015
2.0.0-rc3build319 2,266 9/8/2015
2.0.0-rc3build318 2,270 9/6/2015
2.0.0-rc3build317 2,213 9/3/2015
2.0.0-rc3build316 2,348 9/2/2015
2.0.0-rc3build315 2,256 8/31/2015
2.0.0-rc3build314 2,296 9/8/2015
2.0.0-rc3build313 2,212 8/29/2015
2.0.0-rc3build312 2,237 8/23/2015
2.0.0-rc3build311 2,216 8/21/2015
2.0.0-rc3build310 2,309 8/18/2015
2.0.0-rc3build309 2,850 8/12/2015
2.0.0-rc3build308 2,519 8/6/2015
2.0.0-rc3build307 2,191 8/23/2015
2.0.0-rc3build306 2,524 8/6/2015
2.0.0-rc3build304 2,564 8/4/2015
2.0.0-rc3build303 2,546 8/6/2015
2.0.0-rc3build302 2,392 8/3/2015
2.0.0-rc3build301 2,506 7/31/2015
2.0.0-rc3build300 2,571 7/28/2015
2.0.0-rc3build299 2,329 7/28/2015
2.0.0-rc3build298 2,322 7/28/2015
2.0.0-rc3build297 2,335 7/31/2015
2.0.0-rc2build297 2,359 7/26/2015
2.0.0-rc2build295 2,630 7/24/2015
2.0.0-rc2build294 2,321 7/24/2015
2.0.0-rc2build293 2,299 7/26/2015
2.0.0-rc2build292 2,272 7/21/2015
2.0.0-rc2build291 2,319 7/24/2015
2.0.0-rc2build289 2,288 7/21/2015
2.0.0-rc1build371 2,233 1/11/2016
2.0.0-rc1build366 2,198 1/11/2016
2.0.0-rc1build288 2,212 7/4/2015
2.0.0-rc1build287 2,229 6/19/2015
2.0.0-rc1build286 2,241 6/8/2015
2.0.0-rc1build285 2,295 6/4/2015
2.0.0-rc1build284 2,241 6/3/2015
2.0.0-rc1build283 3,198 6/1/2015
2.0.0-rc1build282 2,210 5/29/2015
2.0.0-rc1build281 2,186 5/27/2015
2.0.0-rc1build280 2,234 5/27/2015
2.0.0-rc1build279 2,270 5/21/2015
2.0.0-rc1build278 2,440 5/16/2015
2.0.0-rc1build277 2,282 5/15/2015
2.0.0-rc1build276 2,370 5/21/2015
2.0.0-rc1build275 2,177 5/16/2015
2.0.0-rc1build274 2,474 5/15/2015
2.0.0-rc1build273 2,204 5/15/2015
2.0.0-rc1build272 2,194 5/14/2015
2.0.0-rc1build271 2,225 5/14/2015
2.0.0-rc1build270 2,218 5/13/2015
2.0.0-rc1build269 2,257 5/14/2015
2.0.0-rc1build268 2,167 5/12/2015
2.0.0-rc1build267 2,232 5/10/2015
2.0.0-rc1build266 2,130 5/7/2015
2.0.0-rc1build265 2,332 5/6/2015
2.0.0-rc1build264 2,238 5/5/2015
2.0.0-rc1build263 2,414 5/1/2015
2.0.0-rc1build262 2,381 4/30/2015
2.0.0-rc1build261 2,427 4/29/2015
2.0.0-rc1build260 2,466 4/28/2015
2.0.0-rc1build259 2,428 4/21/2015
2.0.0-rc1build258 2,453 4/29/2015
2.0.0-rc1build255 2,357 4/21/2015
2.0.0-preview256 2,414 4/15/2015
2.0.0-preview255 2,379 4/14/2015
2.0.0-preview254 2,413 4/14/2015
2.0.0-preview253 2,365 4/13/2015
2.0.0-preview252 2,387 4/10/2015
2.0.0-preview251 2,382 4/7/2015
2.0.0-preview250 2,248 4/6/2015
2.0.0-preview249 2,353 4/6/2015
2.0.0-preview248 2,351 4/7/2015
2.0.0-preview247 2,292 4/6/2015
2.0.0-preview246 2,367 4/6/2015
2.0.0-preview245 2,250 4/3/2015
2.0.0-preview244 2,330 4/3/2015
2.0.0-preview243 2,299 4/3/2015
2.0.0-preview242 2,263 4/2/2015
2.0.0-preview241 2,292 3/31/2015
2.0.0-preview240 2,406 3/31/2015
2.0.0-preview239 2,248 3/30/2015
2.0.0-preview238 2,270 3/30/2015
2.0.0-preview237 2,290 3/29/2015
2.0.0-preview236 2,454 3/28/2015
2.0.0-preview235 2,333 3/27/2015
2.0.0-preview234 2,239 3/27/2015
2.0.0-preview233 2,319 3/26/2015
2.0.0-preview232 2,472 3/26/2015
2.0.0-preview231 2,263 3/25/2015
2.0.0-preview230 2,337 3/25/2015
2.0.0-preview229 2,270 3/25/2015
2.0.0-preview228 2,249 3/23/2015
2.0.0-preview227 2,230 3/23/2015
2.0.0-preview226 2,267 3/19/2015
2.0.0-preview225 2,270 3/18/2015
2.0.0-preview224 2,265 3/18/2015
2.0.0-preview223 2,222 3/18/2015
2.0.0-preview222 2,203 3/17/2015
2.0.0-preview221 2,237 3/15/2015
2.0.0-preview220 2,300 3/14/2015
2.0.0-preview219 2,242 3/13/2015
2.0.0-preview218 2,319 3/11/2015
2.0.0-preview217 2,219 3/10/2015
2.0.0-preview216 2,272 3/10/2015
2.0.0-preview215 2,353 3/10/2015
2.0.0-preview214 2,274 3/10/2015
2.0.0-preview213 2,180 3/9/2015
2.0.0-preview212 2,235 3/6/2015
2.0.0-preview211 2,299 3/4/2015
2.0.0-preview210 2,262 3/4/2015
2.0.0-preview209 2,334 3/4/2015
2.0.0-preview208 2,536 3/3/2015
2.0.0-preview207 2,433 3/3/2015
2.0.0-preview206 2,344 3/3/2015
2.0.0-preview205 2,343 3/2/2015
2.0.0-preview204 2,270 3/2/2015
2.0.0-preview203 2,500 2/26/2015
2.0.0-preview202 2,562 2/25/2015
2.0.0-preview201 2,657 2/20/2015
2.0.0-preview200 2,726 2/20/2015
2.0.0-preview199 2,591 2/20/2015
2.0.0-preview198 2,636 2/19/2015
2.0.0-preview197 2,553 2/19/2015
2.0.0-preview196 2,571 2/19/2015
2.0.0-preview195 2,557 2/19/2015
2.0.0-preview194 2,510 2/18/2015
2.0.0-preview193 2,624 2/18/2015
2.0.0-preview192 2,568 2/17/2015
2.0.0-preview191 2,672 2/17/2015
2.0.0-preview190 2,510 2/17/2015
2.0.0-preview189 2,352 2/12/2015
2.0.0-preview188 2,491 2/11/2015
2.0.0-preview187 2,515 2/11/2015
2.0.0-preview186 2,482 2/11/2015
2.0.0-preview185 2,364 2/10/2015
2.0.0-preview184 2,442 2/10/2015
2.0.0-preview183 2,450 2/10/2015
2.0.0-preview182 2,402 2/9/2015
2.0.0-preview181 3,569 2/2/2015
2.0.0-preview180 2,353 2/2/2015
2.0.0-preview179 2,214 1/31/2015
2.0.0-preview178 2,391 1/30/2015
2.0.0-preview177 2,310 1/29/2015
2.0.0-preview176 2,399 1/24/2015
2.0.0-preview175 2,364 1/24/2015
2.0.0-preview174 2,404 1/23/2015
2.0.0-preview173 2,283 1/18/2015
2.0.0-preview172 2,289 1/19/2015
2.0.0-preview171 2,309 1/16/2015
2.0.0-preview170 2,326 1/16/2015
2.0.0-preview169 2,288 1/16/2015
2.0.0-preview168 2,256 1/16/2015
2.0.0-preview167 2,274 1/16/2015
2.0.0-preview166 2,337 1/15/2015
2.0.0-preview165 2,354 1/15/2015
2.0.0-preview164 2,273 1/15/2015
2.0.0-preview163 2,334 1/15/2015
2.0.0-preview162 2,313 1/14/2015
2.0.0-preview161 2,326 1/14/2015
2.0.0-preview160 2,344 1/14/2015
2.0.0-preview159 2,280 1/14/2015
2.0.0-preview158 2,316 1/14/2015
2.0.0-preview157 2,308 1/14/2015
2.0.0-preview156 2,236 1/13/2015
2.0.0-preview155 2,316 1/13/2015
2.0.0-preview154 2,353 1/12/2015
2.0.0-preview153 2,325 1/12/2015
2.0.0-preview152 2,277 1/9/2015
2.0.0-preview151 2,251 1/9/2015
2.0.0-preview150 2,340 1/8/2015
2.0.0-preview148 2,291 1/8/2015
2.0.0-preview147 2,304 1/3/2015
2.0.0-preview146 2,297 1/3/2015
2.0.0-preview145 2,559 12/30/2014
2.0.0-preview144 2,705 12/29/2014
2.0.0-preview143 2,764 12/29/2014
2.0.0-preview142 2,527 12/23/2014
2.0.0-preview141 2,762 12/23/2014
2.0.0-preview140 2,789 12/23/2014
2.0.0-preview139 2,741 12/20/2014
2.0.0-preview138 2,619 12/20/2014
2.0.0-preview137 2,675 12/20/2014
2.0.0-preview136 2,618 12/20/2014
2.0.0-preview135 2,702 12/20/2014
2.0.0-preview133 2,475 12/18/2014
2.0.0-preview132 2,670 12/15/2014
2.0.0-preview131 6,841 12/14/2014
2.0.0-preview130 2,552 12/12/2014
2.0.0-preview129 2,569 12/12/2014
2.0.0-preview128 2,528 12/11/2014
2.0.0-preview127 2,565 12/10/2014
2.0.0-preview126 2,515 12/10/2014
2.0.0-preview125 2,559 12/8/2014
2.0.0-preview124 2,464 12/8/2014
2.0.0-preview123 2,628 12/7/2014
2.0.0-preview119 2,444 11/24/2014
2.0.0-preview118 3,539 11/21/2014
2.0.0-preview116 3,006 11/13/2014
2.0.0-preview115 2,542 11/6/2014
2.0.0-preview114 2,859 11/6/2014
2.0.0-preview113 2,611 11/5/2014
2.0.0-preview112 2,546 11/5/2014
2.0.0-preview110 2,718 11/5/2014
2.0.0-preview109 3,040 11/4/2014
2.0.0-preview108 2,807 10/31/2014
2.0.0-preview107 3,005 10/31/2014
2.0.0-preview105 2,994 10/31/2014
2.0.0-preview104 2,338 10/29/2014
2.0.0-preview103 2,260 10/27/2014
2.0.0-preview102 2,372 10/27/2014
2.0.0-preview101 2,375 10/24/2014
2.0.0-beta258 2,364 4/21/2015
2.0.0-beta254 2,558 4/20/2015
1.4.1 16,396 10/9/2014
1.4.0 6,627 9/10/2014
1.3.1 6,059 8/18/2014
1.3.0 7,039 7/16/2014
1.2.2 5,956 7/2/2014
1.2.1 5,741 6/30/2014
1.2.0 6,003 1/9/2014
1.1.1 5,859 12/26/2013
1.1.0 5,868 12/26/2013
1.0.11 10,313 12/24/2013

## v6.0.0 Major feature release

- Decrease memory footprint
- Remove Obsolete API
- @WIP Compile-time Dependency Injection