fluentCODE / ScrawlIssues

Issue Tracker for Scrawl by fluentCODE
14 stars 0 forks source link

Files with dependencies upon other files aren't merged properly #124

Closed Buildstarted closed 9 years ago

Buildstarted commented 9 years ago
<Content Include="Web.config" />
<Content Include="Web.Debug.config">
    <DependentUpon>Web.config</DependentUpon>
</Content>
<Content Include="Web.Release.config">
    <DependentUpon>Web.config</DependentUpon>
</Content>

The above files are dependent upon each other yet Scrawl shows them as separate entities due to the Content element.

image

Other filetypes are not so lucky.

<TypeScriptCompile Include="Scripts\definitions.ts" />
    <Content Include="Scripts\definitions.js">
    <DependentUpon>definitions.ts</DependentUpon>
</Content>

image

Only the definitions.js file shows up in the project viewer. The .ts file is nowhere to be found.

Where'd my files go? giphy

stirno commented 9 years ago

The joys of csproj.

stirno commented 9 years ago

Not entirely happy with the visual we've got atm but I do have this working in dev now. Should merge back so you can see it soon.