castleproject / Windsor

Castle Windsor is a best of breed, mature Inversion of Control container available for .NET
http://www.castleproject.org
Apache License 2.0
1.51k stars 457 forks source link

Castle Windsor

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-2023 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.6.2 .NET Standard / 6
FEATURE_APPDOMAIN :white_check_mark: :no_entry_sign:
FEATURE_ASSEMBLIES :white_check_mark: :no_entry_sign:
FEATURE_PERFCOUNTERS            :white_check_mark: :no_entry_sign:
FEATURE_REMOTING :white_check_mark: :no_entry_sign:
FEATURE_SECURITY_PERMISSIONS :white_check_mark: :no_entry_sign:
FEATURE_SERIALIZATION :white_check_mark: :no_entry_sign:
FEATURE_SYSTEM_CONFIGURATION :white_check_mark: :no_entry_sign:

The following conditional compilation symbols are defined for tests only under .NET 4.6.2: