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 b904270 commit 51f71c0Copy full SHA for 51f71c0
Orm/Xtensive.Orm/IoC/ServiceContainer.cs
@@ -16,11 +16,10 @@
16
using AttributeSearchOptions = Xtensive.Reflection.AttributeSearchOptions;
17
using AppConfiguration = System.Configuration.Configuration;
18
using ConfigurationSection = Xtensive.IoC.Configuration.ConfigurationSection;
19
+using Key = System.ValueTuple<System.Type, string>;
20
21
namespace Xtensive.IoC
22
{
- using Key = ValueTuple<Type, string>;
23
-
24
/// <summary>
25
/// Default IoC (inversion of control) container implementation.
26
/// </summary>
0 commit comments