New Post: Portable version to support all platforms
I wanted to propose using the new VS 11 Portable libraries to enable a single instance of the CommonServiceLocator to work with .NET 4, SL4+, WP7.1+, WinRT and XBox 360. The only breaking change is...
View ArticleCreated Issue: Portable version to support all platforms [15106]
Posted as discussion by onovotny: http://commonservicelocator.codeplex.com/discussions/347703.I wanted to propose using the new VS 11 Portable libraries to enable a single instance of the...
View ArticleNew Post: Portable version to support all platforms
I added an issue for this: Portable version to support all platforms. Let's vote.
View ArticleNew Post: Are there plans to support Windsor Castle 3.0?
Windsor Castle 3.0 was released in Dec 2011. Are there any plans to update CommonServiceLocator.WindsorAdapter.dll to support Windsor Castle 3.0?
View ArticleCreated Issue: FileLoadException in xaml designer [15215]
I have just created a new WPF project (VS2010) and added references to some assemblies required by the project, including Microsoft.Practices.ServiceLocation. Whenever I open a xaml file in the VS xaml...
View ArticleCommented Issue: FileLoadException in xaml designer [15215]
I have just created a new WPF project (VS2010) and added references to some assemblies required by the project, including Microsoft.Practices.ServiceLocation. Whenever I open a xaml file in the VS xaml...
View ArticleCommented Issue: ServiceLocator.Current throws NullReferenceException [9676]
When no IoC container is registered using ServiceLocator.SetLocatorProvider(ServiceLocatorProvider) the Current property will throw a NullReferenceException. Throwing a NullReferenceException is always...
View ArticleNew Post: ServiceLocatorImplBase seems to break the contract of IServiceProvider
IServiceLocator extends the BCL interface IServiceProvider. The IServiceProvider.GetService (Type) method is very similar to IServiceLocator.GetInstance (Type), therefore, ServiceLocatorImplBase's...
View ArticleNew Post: ServiceLocatorImplBase seems to break the contract of IServiceProvider
This has been discussed before here, and this design flaw has been confirmed by Glenn Block, the coordinator of the CSL. Fixing this is a big breaking change, but not changing this IMO is not really an...
View ArticleCommented Issue: Portable version to support all platforms [15106]
Posted as discussion by onovotny: http://commonservicelocator.codeplex.com/discussions/347703.I wanted to propose using the new VS 11 Portable libraries to enable a single instance of the...
View ArticleNew Post: Portable version to support all platforms
Just wanted to update on this as with the RTM bits, IServiceProvider is in the PCL, so it's possible to target .NET 4, SL4, WP7 and Windows Store as-is. It would be great if you could publish an...
View ArticleNew Post: Passing constructor arguments with StructureMap Adapter
HelloI have a class with parameter in a constructorThis class is Export by Interface in prism application -> [Export(typeof(interface))]But I can't get this instance by ServiceLocator;var...
View ArticleNew Comment on "Project Rationale"
Awesome!!! and BTW very useful.. I don't understand why is not more popular.
View ArticleNew Comment on "Project Rationale"
It's not very popular since this project is only useful for reusable frameworks. For line of business application (that's about 99% of all code written) this abstraction is useless. When you apply the...
View ArticleSource code checked in, #96133
Upgrade: New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link: http://go.microsoft.com/fwlink/?LinkId=254563
View ArticleUpdated Release: Common Service Locator 1.0 (Sep 30, 2008)
This is a signed binary of the Microsoft.Practices.ServiceLocation DLL and associated PDB and XML Doc comment files. This provides a common assembly to implement IServiceProvider.New update: Signed...
View ArticleUpdated Release: Common Service Locator 1.0 (Sep 30, 2008)
This is a signed binary of the Microsoft.Practices.ServiceLocation DLL and associated PDB and XML Doc comment files. This provides a common assembly to implement IServiceProvider.New update: Signed...
View Article