-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolved #11: Change design of the resolving progress.
- Loading branch information
Showing
15 changed files
with
212 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/Castle.Windsor.MsDependencyInjection/Castle.Windsor.MsDependencyInjection.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
src/Castle.Windsor.MsDependencyInjection/GlobalMsLifetimeScope.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
namespace Castle.Windsor.MsDependencyInjection | ||
{ | ||
public class GlobalMsLifetimeScope : MsLifetimeScope | ||
{ | ||
public GlobalMsLifetimeScope(IWindsorContainer container) | ||
: base(container) | ||
{ | ||
} | ||
} | ||
} |
23 changes: 0 additions & 23 deletions
23
src/Castle.Windsor.MsDependencyInjection/GlobalMsLifetimeScopeProvider.cs
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
src/Castle.Windsor.MsDependencyInjection/MsCompatibleKernel.cs
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
src/Castle.Windsor.MsDependencyInjection/MsCompatibleWindsorContainer.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 0 additions & 25 deletions
25
src/Castle.Windsor.MsDependencyInjection/MsScopedTransientLifestyleManager.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.