Skip to content
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.

can't handle wpf upper directory. #486

Open
jixunmoe opened this issue May 3, 2016 · 1 comment · May be fixed by #530
Open

can't handle wpf upper directory. #486

jixunmoe opened this issue May 3, 2016 · 1 comment · May be fixed by #530

Comments

@jixunmoe
Copy link

jixunmoe commented May 3, 2016

+ Project
 + Style
  + Color
   + WindowColor.xaml
  + Window
   + WindowStyle.xaml

Inside WindowStyle.xaml:

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
    <ResourceDictionary.MergedDictionaries>
        <ResourceDictionary Source="../color/WindowColor.xaml" />
    </ResourceDictionary.MergedDictionaries>
</ResourceDictionary>

After renaming process, ../color/WindowColor.xaml did not get replaced.

@jixunmoe
Copy link
Author

jixunmoe commented May 3, 2016

I think maybe is not because of .., because upper level used in the wpf form gets replaced correctly.

I'll try to make a minimal project that ConfuserEx will fail to rename.

@jixunmoe jixunmoe linked a pull request Aug 4, 2016 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant