dotnet-campus / SourceYard

Add a NuGet package only for dll reference? By using dotnetCampus.SourceYard, you can pack a NuGet package with source code. By installing the new source code package, all source codes behaviors just like it is in your project.
MIT License
51 stars 12 forks source link

修复安装到 WPF 重名文件问题 #42

Open lindexi opened 5 years ago

lindexi commented 5 years ago

我在 Source 包 A 里面包含 Foo.xaml 文件

我在项目也包含 Foo.xaml 文件,因为两个 Foo.xaml 文件都会在相同的 obj 文件夹创建 xx.g.cs 文件,此时将会冲突

walterlv commented 5 years ago

目前,这个问题我在插件 SDK 中的处理方式是,建立一个包名开头的文件夹,然后把全部的资源文件(.xaml, .png, .ico)放到这个文件夹里面,避免重名。