百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
W

Windsor

> 编程语言
开源

Castle Windsor 是一款优秀、成熟的 Inversion of Control 容器,可用于 .NET

1.5K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Castle Windsor 是一款优秀、成熟的 Inversion of Control 容器,可用于 .NET

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:
  • FEATURE_APPDOMAIN - enables support for features that make use of an AppDomain in the host.
  • FEATURE_ASSEMBLIES - uses AssemblyName.GetAssemblyName() and Assembly.LoadFile().
  • FEATURE_PERFCOUNTERS - enables code that uses Windows Performance Counters.
  • FEATURE_REMOTING - supports remoting on various types including inheriting from MarshalByRefObject.
  • FEATURE_SECURITY_PERMISSIONS - enables the use of CAS and Security[Critical|SafeCritical|Transparent].
  • FEATURE_SERIALIZATION - enables support for serialization of dynamic proxies and other types.
  • FEATURE_SYSTEM_CONFIGURATION - enables features that use System.Configuration and the ConfigurationManager.

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

  • FEATURE_CODEDOM - enables code that uses System.CodeDom.
  • FEATURE_CONSOLETRACELISTENER - enables code that requires System.Diagnostics.ConsoleTraceListener.
  • FEATURE_THREADABORT - enables code that uses Thread.Abort().
  • FEATURE_WPF - enables code that uses PresentationCore.dll.

Issues· 94 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C#

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言