Cyclomatic
Cyclomatic
CC#
Created by Cyclomatic on 9/27/2024 in #help
Directory.Build.props
thanks
22 replies
CC#
Created by Cyclomatic on 9/27/2024 in #help
Directory.Build.props
weird, you're right, that's the one. i did try it but it hadn't worked as expected. but now it seems to
22 replies
CC#
Created by Cyclomatic on 9/27/2024 in #help
Directory.Build.props
hmm
22 replies
CC#
Created by Cyclomatic on 9/27/2024 in #help
Directory.Build.props
yeah I tried that, but I think that was giving me the path of the .csproj rather than the props file
22 replies
CC#
Created by Cyclomatic on 9/27/2024 in #help
Directory.Build.props
so if not through a build props file, how can I achieve what I want - keep the csproj agnostic about where it builds the output file
22 replies
CC#
Created by Cyclomatic on 9/27/2024 in #help
Directory.Build.props
i dont understand what you are saying. the files are already being built and output to a common directory from all projects in my repo. i just want to achieve the same thing using a Directory.Build.props file. Given the folder structure, I need the Directory.Build.props to specify the output folder for all projects and the only I see to achieve this is by knowing the path of the Directory.Build.props file from the file itself. let's not worry about nuget for the time being, one step at a time 🙂
22 replies
CC#
Created by Cyclomatic on 9/27/2024 in #help
Directory.Build.props
I wanto share a project from one repo in another repo, and hence trying to introduce the Dependency.Build.props file to get around some issues I am having in setting the output directory in the project itself
22 replies
CC#
Created by Cyclomatic on 9/27/2024 in #help
Directory.Build.props
all my projects are already being built to the same directory but each project specifies the output path. there's also a nuget.config at the root of the repo that specifies where the nuget packages need to be output
22 replies
CC#
Created by Cyclomatic on 9/27/2024 in #help
Directory.Build.props
it is already not pleasant 😄
22 replies
CC#
Created by Cyclomatic on 6/21/2024 in #help
XML Deserialization
I actually want the index for all XmlElements, not just header and title, so not ideal above
28 replies
CC#
Created by Cyclomatic on 6/21/2024 in #help
XML Deserialization
Imagine something like
<node>
<p>Hi></p>
<p>Hello</p>
<p>Etc</p>
</node>
<node>
<p>Hi></p>
<p>Hello</p>
<p>Etc</p>
</node>
28 replies
CC#
Created by Cyclomatic on 6/21/2024 in #help
XML Deserialization
Multiple
28 replies
CC#
Created by Cyclomatic on 6/21/2024 in #help
XML Deserialization
(big "XML")
28 replies
CC#
Created by Cyclomatic on 6/21/2024 in #help
XML Deserialization
I was originally working with something like xElement.Elements().Select(o => { new { Node = o.Node, Index = o.Index }) etc but's getting complicated!
28 replies
CC#
Created by Cyclomatic on 6/21/2024 in #help
XML Deserialization
I know, but it is what I have to work with
28 replies
CC#
Created by Cyclomatic on 6/21/2024 in #help
XML Deserialization
because the order is how is it displayed in a UI
28 replies
CC#
Created by Cyclomatic on 6/21/2024 in #help
XML Deserialization
and is important
28 replies
CC#
Created by Cyclomatic on 6/21/2024 in #help
XML Deserialization
yeah
28 replies