Loic.castleproject.Windsor
1.0.0
dotnet add package Loic.castleproject.Windsor --version 1.0.0
NuGet\Install-Package Loic.castleproject.Windsor -Version 1.0.0
<PackageReference Include="Loic.castleproject.Windsor" Version="1.0.0" />
<PackageVersion Include="Loic.castleproject.Windsor" Version="1.0.0" />
<PackageReference Include="Loic.castleproject.Windsor" />
paket add Loic.castleproject.Windsor --version 1.0.0
#r "nuget: Loic.castleproject.Windsor, 1.0.0"
#addin nuget:?package=Loic.castleproject.Windsor&version=1.0.0
#tool nuget:?package=Loic.castleproject.Windsor&version=1.0.0
Castle Windsor
<img align="right" src="docs/images/windsor-logo.png">
Castle Windsor is a best of breed, mature Inversion of Control container available for .NET.
See the documentation.
Releases
See the releases.
License
Castle Windsor is © 2004-2020 Castle Project. It is free software, and may be redistributed under the terms of the Apache 2.0 license.
NuGet Preview Feed
If you would like to use preview NuGet's from our CI builds on AppVeyor, you can add the following NuGet source to your project:
https://ci.appveyor.com/nuget/windsor-qkry8n2r6yak
Building
Conditional Compilation Symbols
The following conditional compilation symbols are currently defined for Windsor:
Symbol | .NET 4.5 | .NET Standard |
---|---|---|
CASTLE_SERVICES_LOGGING |
✅ | 🚫 |
FEATURE_APPDOMAIN |
✅ | 🚫 |
FEATURE_ASSEMBLIES |
✅ | 🚫 |
FEATURE_EVENTLOG |
✅ | 🚫 |
FEATURE_GAC |
✅ | 🚫 |
FEATURE_GETCALLINGASSEMBLY |
✅ | 🚫 |
FEATURE_ISUPPORTINITIALIZE |
✅ | 🚫 |
FEATURE_NETCORE_REFLECTION_API |
🚫 | ✅ |
FEATURE_PERFCOUNTERS |
✅ | 🚫 |
FEATURE_REMOTING |
✅ | 🚫 |
FEATURE_SECURITY_PERMISSIONS |
✅ | 🚫 |
FEATURE_SERIALIZATION |
✅ | 🚫 |
FEATURE_SYSTEM_CONFIGURATION |
✅ | 🚫 |
FEATURE_URIMEMBERS |
✅ | 🚫 |
CASTLE_SERVICES_LOGGING
- enables access toCastle.Services.Logging.log4netIntegration
andCastle.Services.Logging.NLogIntegration
in the logging facility.FEATURE_APPDOMAIN
- enables support for features that make use of an AppDomain in the host.FEATURE_ASSEMBLIES
- usesAssemblyName.GetAssemblyName()
andAssembly.LoadFile()
.FEATURE_EVENTLOG
- uses Castle Core APIs that are based on the Windows Event Log.FEATURE_GAC
- enables support for obtaining assemblies using an assembly's long form name.FEATURE_GETCALLINGASSEMBLY
- enables code that usesSystem.Reflection.Assembly.GetCallingAssembly()
.FEATURE_ISUPPORTINITIALIZE
- enables support for features that make use ofSystem.ComponentModel.ISupportInitialize
.FEATURE_NETCORE_REFLECTION_API
- provides shims to implement missing functionality in .NET Core that have no alternatives.FEATURE_PERFCOUNTERS
- enables code that uses Windows Performance Counters.FEATURE_REMOTING
- supports remoting on various types including inheriting fromMarshalByRefObject
.FEATURE_SECURITY_PERMISSIONS
- enables the use of CAS andSecurity[Critical|SafeCritical|Transparent]
.FEATURE_SERIALIZATION
- enables support for serialization of dynamic proxies and other types.FEATURE_SYSTEM_CONFIGURATION
- enables features that useSystem.Configuration
and theConfigurationManager
.FEATURE_URIMEMBERS
- enables code that usesUri.SchemeDelimiter
.
The following conditional compilation symbols are defined for tests only under .NET 4.5:
FEATURE_CODEDOM
- enables code that usesSystem.CodeDom
.FEATURE_CONSOLETRACELISTENER
- enables code that requiresSystem.Diagnostics.ConsoleTraceListener
.FEATURE_THREADABORT
- enables code that usesThread.Abort()
.FEATURE_WPF
- enables code that usesPresentationCore.dll
.NUNIT_SETCULTUREATTRIBUTE
- usesNUnit.Framework.SetCultureAttribute
.NUNIT_TIMEOUTATTRIBUTE
- usesNUnit.Framework.TimeoutAttribute
.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. |
-
net5.0
- No dependencies.
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 |
---|---|---|
1.0.0 | 1 | 7/31/2021 |