fha*_*eau 4 c# unity-container
我正在使用IoC Container Unity,根据文档,将此xmlns属性添加到"unity"部分必须允许Visual Studio执行一些Intellisense操作:
<configuration>
<configSections>
<section name="unity" type="Microsoft.Practices.Unity.Configuration.UnityConfigurationSection, Microsoft.Practices.Unity.Configuration"/>
</configSections>
[..]
<unity xmlns="http://schemas.microsoft.com/practices/2010/unity">
[..]
</unity>
</configuration>
Run Code Online (Sandbox Code Playgroud)
实际上,它不起作用.似乎资源已被(重新)移动.你知道新的链接吗?