Kephas.Core 9.1.0-dev.6

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

Provides a common infrastructure for other framework components.
           Typically used areas and classes/interfaces/services:
           - Ambient services: IAmbientServices, AmbientServices.
           - Dynamic reflection: RuntimeTypeInfo.
           - Composition/Dependency Injection: ICompositionContext, LiteCompositionContainerBuilder, IExportFactory.
           - Application management: IAppRuntime, StaticAppRuntime, DynamicAppRuntime, IAppLifecyclebehavior, AppIdentity.
           - Serialization: ISerializationService.
           - Operations: IOperation, OperationResult.
           - Services: SingletonAppServiceContractAttribute, AppServiceContractAttribute, OverridePriorityAttribute, ProcessingPriorityAttribute.
           - Threading.Tasks: PreserveThreadContext extension method.
           - Logging: ILogManager, ILogger.
           - Cryptography: IEncryptionService, IHashingService.
           - Data: IIdentifiable, IIdGenerator.
           - Diagnostics: Profiler, IProcessStarter.
           - Interaction: IEventHub, ISignal.
           - Commands: Command, IArgs, Args.

           Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.

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.  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 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 (29)

Showing the top 5 NuGet packages that depend on Kephas.Core:

Package Downloads
Kephas.Composition.Mef

Provides the composition services implementation using the System.Composition DI framework. Typically used areas and classes/interfaces/services: - WithMefCompositionContext. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.

Kephas.Application

Provides an abstract infrastructure for applications based on Kephas Framework. Typically used areas and classes/interfaces/services: - AppBase, IAppContext. - IAppManager, DefaultAppManager. - IFeatureManager, FeatureManagerBase. - Interaction: FeatureStartedEvent, FeatureStartingEvent, FeatureStoppedEvent, FeatureStoppingEvent. - Configuration: SystemSettings, AppSettings, HostSettings. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.

Kephas.Serialization.Json

Provides JSON serialization infrastructure using the Newtonsoft.Json implementation.

Kephas.Testing

Provides a common infrastructure for testing Kephas based services. Typically used areas and classes/interfaces/services: - TestBase. - Injection: InjectionTestBase. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.

Kephas.Platform

Provides platform specific infrastructure: assembly loaders, application runtime services, other. Check the documentation and the samples from https://github.com/quartz-software/kephas/wiki and https://github.com/quartz-software/kephas/tree/master/Samples. Kephas Framework ("stone" in aramaic) is a very ambitious project aiming to deliver a framework for an application ecosystem.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.1.0 6,097 4/13/2022
11.1.0-dev.4 224 4/6/2022
11.1.0-dev.3 215 3/30/2022
11.1.0-dev.2 212 3/23/2022
11.1.0-dev.1 206 3/23/2022
11.0.0 5,009 3/11/2022
11.0.0-dev.7 227 3/7/2022
11.0.0-dev.6 213 2/28/2022
11.0.0-dev.5 202 2/26/2022
11.0.0-dev.4 216 2/24/2022
11.0.0-dev.3 207 2/23/2022
11.0.0-dev.2 225 2/18/2022
11.0.0-dev.1 214 2/7/2022
10.3.0 4,914 1/18/2022
10.2.0 3,579 12/3/2021
10.1.0 7,521 11/23/2021
10.1.0-dev.7 291 11/17/2021
10.1.0-dev.6 262 11/16/2021
10.1.0-dev.5 244 11/10/2021
10.1.0-dev.4 274 11/8/2021
10.1.0-dev.3 232 11/8/2021
10.1.0-dev.2 245 11/4/2021
10.1.0-dev.1 251 11/3/2021
10.0.1 14,062 10/16/2021
10.0.0 14,130 10/13/2021
10.0.0-dev.4 245 10/13/2021
10.0.0-dev.3 259 10/11/2021
10.0.0-dev.2 311 10/8/2021
9.3.4 14,633 8/25/2021
9.3.3 13,544 8/25/2021
9.3.2 13,524 8/24/2021
9.3.1 13,637 8/12/2021
9.3.0 13,474 8/12/2021
9.2.0 13,918 6/17/2021
9.1.0 13,822 6/17/2021
9.1.0-dev.9 279 5/26/2021
9.1.0-dev.8 270 5/26/2021
9.1.0-dev.7 284 5/17/2021
9.1.0-dev.6.1 288 4/28/2021
9.1.0-dev.6 273 4/28/2021
9.1.0-dev.5 285 4/23/2021
9.1.0-dev.4 290 4/21/2021
9.1.0-dev.3 285 4/17/2021
9.1.0-dev.2 269 4/12/2021
9.1.0-dev.1 288 4/9/2021
9.0.5 13,538 3/31/2021
9.0.4 13,444 3/23/2021
9.0.3 13,652 3/20/2021
9.0.1 13,634 3/18/2021
9.0.0 13,561 3/17/2021
9.0.0-dev.4 286 3/4/2021
9.0.0-dev.3 297 3/1/2021
9.0.0-dev.2 301 2/22/2021
9.0.0-dev.0 387 11/16/2020
8.4.6 1,282 3/1/2021
8.4.5 964 2/15/2021
8.4.4 931 1/4/2021
8.4.3 861 12/4/2020
8.4.0 18,322 11/11/2020
8.3.1 943 11/4/2020
8.3.0 14,158 10/28/2020
8.2.0 15,385 10/16/2020
8.1.0 14,169 9/23/2020
8.0.5 1,238 9/11/2020
8.0.4 1,279 9/8/2020
8.0.3 3,090 8/18/2020
8.0.2 1,791 7/3/2020
8.0.1 1,596 7/1/2020
8.0.0 15,576 7/1/2020
8.0.0-dev.44.2 445 6/25/2020
8.0.0-dev.44.1 391 6/25/2020
8.0.0-dev.44 390 6/25/2020
8.0.0-dev.43.2 451 6/24/2020
8.0.0-dev.43 373 6/23/2020
8.0.0-dev.42.1 396 6/23/2020
8.0.0-dev.42 415 6/22/2020
8.0.0-dev.41.1 377 6/20/2020
8.0.0-dev.41 402 6/18/2020
8.0.0-dev.40 370 6/18/2020
8.0.0-dev.39.2 379 6/15/2020
8.0.0-dev.39.1 378 6/15/2020
8.0.0-dev.39 383 6/15/2020
8.0.0-dev.38 485 6/14/2020
8.0.0-dev.37 350 6/13/2020
8.0.0-dev.36 402 6/13/2020
8.0.0-dev.35 350 6/12/2020
8.0.0-dev.34 393 6/12/2020
8.0.0-dev.33 450 6/10/2020
8.0.0-dev.32 373 6/1/2020
8.0.0-dev.31 393 6/1/2020
8.0.0-dev.30 457 5/30/2020
8.0.0-dev.28 406 5/28/2020
8.0.0-dev.27 397 5/15/2020
8.0.0-dev.26 385 5/14/2020
8.0.0-dev.25 388 5/14/2020
8.0.0-dev.24 400 5/13/2020
8.0.0-dev.23 380 5/13/2020
8.0.0-dev.22 393 5/13/2020
8.0.0-dev.21 382 5/12/2020
8.0.0-dev.20 389 5/12/2020
8.0.0-dev.19 383 5/7/2020
8.0.0-dev.18 376 5/7/2020
8.0.0-dev.17 379 5/6/2020
8.0.0-dev.16 368 5/6/2020
8.0.0-dev.15 383 5/5/2020
8.0.0-dev.14 373 5/5/2020
8.0.0-dev.13 398 5/4/2020
7.6.0-dev.13 398 5/1/2020
7.6.0-dev.12 415 4/30/2020
7.6.0-dev.11 375 4/28/2020
7.6.0-dev.10 370 4/27/2020
7.6.0-dev.9 378 4/24/2020
7.6.0-dev.8 383 4/22/2020
7.6.0-dev.7 369 4/15/2020
7.6.0-dev.6 366 4/15/2020
7.6.0-dev.5 358 4/15/2020
7.6.0-dev.4 348 4/11/2020
7.6.0-dev.3 377 4/10/2020
7.6.0-dev.2 373 4/10/2020
7.6.0-dev.1 457 4/8/2020
7.5.2 13,300 3/20/2020
7.5.1 11,839 3/12/2020
7.5.0 14,120 3/10/2020
7.5.0-dev.18 401 3/5/2020
7.5.0-dev.17 391 3/5/2020
7.5.0-dev.16 436 3/4/2020
7.5.0-dev.15.1 431 3/4/2020
7.5.0-dev.15 366 3/3/2020
7.5.0-dev.14 379 3/3/2020
7.5.0-dev.13 357 2/29/2020
7.5.0-dev.12 490 2/29/2020
7.5.0-dev.10 373 2/25/2020
7.5.0-dev.9 411 2/20/2020
7.5.0-dev.8 437 2/18/2020
7.5.0-dev.7 377 2/18/2020
7.5.0-dev.6 389 2/14/2020
7.5.0-dev.5 409 2/12/2020
7.5.0-dev.4 395 2/11/2020
7.5.0-dev.3 364 2/11/2020
7.5.0-dev.2 506 2/8/2020
7.5.0-dev.1 400 2/7/2020
7.4.2 14,098 2/5/2020
7.4.1 13,517 2/3/2020
7.4.0 13,804 1/31/2020
7.4.0-dev.4 445 1/31/2020
7.4.0-dev.3 429 1/29/2020
7.4.0-dev.2 375 1/28/2020
7.4.0-dev.1 379 1/23/2020
7.3.1 13,043 1/21/2020
7.3.1-preview.7 381 1/21/2020
7.3.1-preview.4 407 1/20/2020
7.3.1-preview.3 367 1/20/2020
7.3.1-preview.2 375 1/20/2020
7.3.1-preview.1 410 1/20/2020
7.3.0 12,610 1/19/2020
7.2.6 12,599 1/18/2020
7.2.5 12,570 12/19/2019
7.2.4 12,479 12/19/2019
7.2.3 12,356 12/16/2019
7.2.2 12,232 12/9/2019
7.2.1 12,535 12/4/2019
7.2.0 12,656 11/26/2019
7.2.0-preview.10 380 11/20/2019
7.2.0-preview.9 376 11/19/2019
7.2.0-preview.8 382 11/18/2019
7.2.0-preview.6 397 11/14/2019
7.2.0-preview.5 383 11/14/2019
7.2.0-preview.4 379 11/14/2019
7.2.0-preview.2 374 11/11/2019
7.2.0-preview.1 389 11/9/2019
7.1.1 805 11/6/2019
7.1.0 14,088 11/6/2019
7.1.0-preview.8 396 11/5/2019
7.1.0-preview.7 386 11/4/2019
7.1.0-preview.6 386 11/1/2019
7.1.0-preview.5 410 10/31/2019
7.1.0-preview.4 410 10/30/2019
7.1.0-preview.3 403 10/26/2019
7.1.0-preview.2 389 10/25/2019
7.1.0-preview.1 380 10/24/2019
7.0.0 11,779 10/16/2019
7.0.0-rc.41 395 10/15/2019
7.0.0-rc.40 408 10/15/2019
7.0.0-rc.39 409 10/12/2019
7.0.0-rc.38 389 10/11/2019
7.0.0-rc.37 679 10/10/2019
7.0.0-rc.36 387 10/9/2019
7.0.0-rc.35 387 10/8/2019
7.0.0-rc.34 399 10/8/2019
7.0.0-rc.33 383 10/7/2019
7.0.0-rc.32 394 10/5/2019
7.0.0-rc.31 394 10/3/2019
7.0.0-rc.30 399 10/1/2019
7.0.0-rc.28 391 10/1/2019
7.0.0-rc.27 398 9/30/2019
7.0.0-rc.26 405 9/30/2019
7.0.0-rc.25 396 9/27/2019
7.0.0-rc.24 393 9/27/2019
7.0.0-rc.23 382 9/26/2019
7.0.0-rc.22 400 9/25/2019
7.0.0-rc.21 395 9/24/2019
7.0.0-rc.20 393 9/23/2019
7.0.0-rc.19 392 9/20/2019
7.0.0-rc.18.1 400 9/20/2019
7.0.0-rc.18 391 9/20/2019
6.5.0-rc.17 415 9/19/2019
6.5.0-rc.16 416 9/18/2019
6.5.0-rc.15 420 9/18/2019
6.5.0-rc.14.1 407 9/18/2019
6.5.0-rc.14 406 9/17/2019
6.5.0-rc.13 400 9/16/2019
6.5.0-rc.12.2 412 9/13/2019
6.5.0-rc.12.1 403 9/12/2019
6.5.0-rc.12 412 9/12/2019
6.5.0-rc.11 413 9/11/2019
6.5.0-rc.10 401 9/10/2019
6.5.0-rc.9 410 9/9/2019
6.5.0-rc.8 414 9/6/2019
6.5.0-rc.7 387 9/6/2019
6.5.0-rc.6 407 9/6/2019
6.5.0-rc.5 401 9/2/2019
6.5.0-rc.4 402 9/2/2019
6.5.0-rc.3 412 8/30/2019
6.5.0-rc.2 416 8/29/2019
6.5.0-rc.1 419 8/28/2019
6.5.0-beta.5 406 8/28/2019
6.5.0-beta.4 419 8/27/2019
6.0.0 7,195 8/6/2019
6.0.0-rc.7 413 7/19/2019
6.0.0-rc.6 406 6/28/2019
6.0.0-rc.5 400 6/28/2019
6.0.0-rc.4 404 6/25/2019
6.0.0-rc.3 410 6/20/2019
6.0.0-rc.2 410 5/29/2019
6.0.0-rc.1 415 5/28/2019
6.0.0-beta.3 423 4/17/2019
5.3.0-beta.2 419 3/21/2019
5.3.0-beta.1 469 3/20/2019
5.2.0 6,833 3/19/2019
5.1.0 6,847 1/25/2019
5.0.0 6,787 12/21/2018
5.0.0-rc11 3,734 12/14/2018
5.0.0-rc10 3,641 11/16/2018
5.0.0-rc09 3,437 11/1/2018
5.0.0-rc08 3,389 10/31/2018
5.0.0-rc07 3,359 10/31/2018
5.0.0-rc06 3,510 10/30/2018
5.0.0-rc05 3,305 10/29/2018
5.0.0-rc04 3,491 10/29/2018
5.0.0-rc03 3,486 10/26/2018
5.0.0-rc02 3,376 10/25/2018
5.0.0-rc01 3,442 10/12/2018
5.0.0-beta03 3,463 9/21/2018
5.0.0-beta02 3,521 9/10/2018
5.0.0-beta01 3,436 9/4/2018
4.5.1 1,333 8/7/2018
4.5.0 10,373 8/7/2018
4.5.0-rc01 3,282 6/7/2018
4.5.0-beta09 3,319 6/7/2018
4.5.0-beta08 3,495 5/16/2018
4.5.0-beta07 3,243 5/9/2018
4.5.0-beta06 3,282 4/25/2018
4.5.0-beta05 3,251 4/12/2018
4.5.0-beta03 3,213 4/12/2018
4.2.0-beta02 3,181 3/27/2018
4.2.0-beta01 3,013 2/14/2018
4.1.1 1,505 2/1/2018
4.1.0 9,110 1/15/2018
4.1.0-rc10 3,251 12/19/2017
4.1.0-rc09 3,318 12/19/2017
4.1.0-rc08 3,294 12/12/2017
4.1.0-rc07 3,117 12/5/2017
4.1.0-rc06 3,061 12/5/2017
4.1.0-rc05 3,034 12/5/2017
4.1.0-rc03 3,058 12/4/2017
4.1.0-rc02 3,115 12/4/2017
4.1.0-rc01 2,976 12/4/2017
4.1.0-beta09 3,072 12/3/2017
4.1.0-beta08 3,155 11/25/2017
4.1.0-beta07 3,136 11/23/2017
4.1.0-beta06 3,095 11/22/2017
4.1.0-beta05 3,100 11/21/2017
4.1.0-beta04 1,205 11/21/2017
4.1.0-beta03 1,219 11/17/2017
4.1.0-beta02 1,171 11/17/2017
4.1.0-beta01 1,174 11/16/2017
4.0.1-beta01 1,197 11/6/2017
4.0.0 14,014 10/23/2017
4.0.0-rc05 3,250 10/17/2017
4.0.0-rc04 3,361 10/17/2017
4.0.0-rc03 3,288 10/12/2017
4.0.0-rc02 3,308 10/10/2017
4.0.0-rc01 3,400 10/6/2017
4.0.0-beta9 3,203 10/5/2017
4.0.0-beta8 2,648 10/5/2017
4.0.0-beta7 3,309 10/3/2017
4.0.0-beta6 3,264 9/30/2017
4.0.0-beta5 3,247 9/28/2017
4.0.0-beta4 3,297 9/27/2017
4.0.0-beta3 3,218 9/26/2017
4.0.0-beta2 3,239 9/25/2017
4.0.0-beta1 3,279 9/22/2017
3.11.0 5,238 8/18/2017
3.10.1 1,354 8/18/2017
3.10.0 8,518 8/1/2017
3.9.1 1,374 6/23/2017
3.9.0 8,443 6/13/2017
3.8.1 4,926 5/26/2017
3.8.0 4,846 5/26/2017
3.7.0 5,186 5/23/2017
3.6.0 5,450 5/18/2017
3.5.0 5,168 5/13/2017
3.4.0 4,853 5/4/2017
3.3.6 1,351 4/13/2017
3.3.5 1,355 4/12/2017
3.3.1 1,379 4/12/2017
3.3.0 14,466 4/12/2017
3.3.0-preview1 1,157 4/6/2017
3.2.0 5,982 3/27/2017
3.1.0 4,575 3/22/2017
3.1.0-preview4 2,853 3/9/2017
3.1.0-preview3 2,670 12/9/2016
3.1.0-preview2 2,577 12/9/2016
3.1.0-preview1-rc2 3,046 10/31/2016
3.1.0-preview1 3,106 10/28/2016
3.0.9 5,670 10/19/2016
3.0.8 5,504 8/19/2016
3.0.7 5,572 7/12/2016
3.0.7-pre1 3,879 5/18/2016
3.0.6 3,892 5/13/2016
3.0.5 4,054 4/27/2016
3.0.4 3,487 4/1/2016
3.0.3 1,430 3/30/2016
3.0.2 1,435 3/30/2016
3.0.1 1,422 3/30/2016
3.0.0 4,231 3/29/2016
3.0.0-rc5 3,299 3/24/2016
3.0.0-rc4 3,255 3/21/2016
3.0.0-rc3 3,601 12/22/2015
3.0.0-rc1 2,444 12/17/2015

Please check https://github.com/kephas-software/kephas/releases for the change log.
           Also check the documentation and the samples from https://github.com/kephas-software/kephas/wiki and https://github.com/kephas-software/kephas/tree/master/Samples.