Change the root namespace from Topics.Radical to Radical
mauroservienti opened this issue · 5 comments
mauroservienti commented
Should be done ASAP, before we release the first package on NuGet
Related to: RadicalFx/housekeeping#8
mauroservienti commented
Plan of attack:
- Change in every project the Assembly name removing "Topics.";
- Change in every project the root namespace removing "Topics.";
- Change in every project all the namespaces removing "Topics.";
- update all the "using" statements to point to the new namespace;
- test a clean build;
- ensure that "resx" file generation is still correct, where required (the Radical assembly should be the only affected);
enosrecanati commented
Is ok by tomorrow?
mauroservienti commented
I assigned the issue to https://github.com/RadicalFx/radical-universal/milestones/Epiphany-Stocking milestone, January 11.
it should be great to have it done by January 6.
Take your time :-)
enosrecanati commented
Commited in 3176b56a03942de30b3f518b38e100c79bb9a55d
mauroservienti commented
great! thanks