We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a55e14 commit 2624ef7Copy full SHA for 2624ef7
src/IUnityContainer.cs
@@ -12,6 +12,7 @@ namespace Unity
12
/// <summary>
13
/// Interface defining the behavior of the Unity dependency injection container.
14
/// </summary>
15
+ [CLSCompliant(true)]
16
public interface IUnityContainer : IDisposable
17
{
18
0 commit comments