| « Posts en français | Generic Visitor Implementation thanks to C# 3.0 » |
Assemblies EmbeddedResources with .NET 3.5 SP1
Hello everyone,
It's been a long time since posting. I've just installed the new SP1 for VS2008, and .NET 3.5 SP1. Then, I've been struggling with assemblies and embedded resources. Before installing it, if I had an assymbly with the default namespace Products.Repositories, and a file named Domain.Mapping.xml, it used to generate a manifest with a name like that : Products.Repositories.Resources.Domain_mapping. Now, it generated a manifest with the following name : Products.Repositories.Domain.Mapping.xml. I personnally find it more logical since in it does not alter the file name or nor it adds a Resources in the namespace. But, it would have also been great to be aware of that change... Now, you are ;)