n8ta
n8ta
CC#
Created by n8ta on 2/21/2024 in #help
How to run a target when any of a set of input files has changed?
I'll try default
19 replies
CC#
Created by n8ta on 2/21/2024 in #help
How to run a target when any of a set of input files has changed?
This is the only thing being built in this .proj
19 replies
CC#
Created by n8ta on 2/21/2024 in #help
How to run a target when any of a set of input files has changed?
beforeTargets=beforeBuild
19 replies
CC#
Created by n8ta on 2/21/2024 in #help
How to run a target when any of a set of input files has changed?
I put it in beforebuild for now
19 replies
CC#
Created by n8ta on 2/21/2024 in #help
How to run a target when any of a set of input files has changed?
If I change that I see it and some debug info on why it didn't run !
19 replies
CC#
Created by n8ta on 2/21/2024 in #help
How to run a target when any of a set of input files has changed?
@mtreit doesn't show up at all in the output. The only difference between this target and those that show up is this one doesn't have a BeforeTarget / AfterTarget property
19 replies
CC#
Created by n8ta on 2/21/2024 in #help
How to run a target when any of a set of input files has changed?
Got it testing thx
19 replies
CC#
Created by n8ta on 2/21/2024 in #help
How to run a target when any of a set of input files has changed?
binlog?
19 replies
CC#
Created by n8ta on 2/21/2024 in #help
How to run a target when any of a set of input files has changed?
Could not find any way to debug why a target did or did not run
19 replies
CC#
Created by n8ta on 2/21/2024 in #help
How to run a target when any of a set of input files has changed?
I've messed with it for a few hours and at this point I'm ready to bail and run a node script to it (:
19 replies
CC#
Created by n8ta on 2/21/2024 in #help
How to run a target when any of a set of input files has changed?
Hey Mike thanks received!
19 replies
CC#
Created by n8ta on 12/14/2023 in #help
✅ How does this code call System.Text.StringBuilder.ToString?
@333fred gotcha. I don't see any super shallow paths where it could be inlined but I'm not sure how else it could occur
7 replies
CC#
Created by n8ta on 12/14/2023 in #help
✅ How does this code call System.Text.StringBuilder.ToString?
@333fred that could be happening. Is there a good way to tell from the dll?
7 replies
CC#
Created by etet2 on 9/6/2023 in #help
❔ Profiling Multithreading
One way to continue would be generate a dump of the process and then look at each thread's stack and see if you can suss out what each thread is waiting for. https://learn.microsoft.com/en-us/dotnet/core/diagnostics/dotnet-dump You can open that dump file in visual studio. Looks like there's also dotnet-dump analyze but I've never used that.
4 replies
CC#
Created by n8ta on 8/13/2023 in #help
❔ No atomic appends to file in .NET core?
Thanks let me give that a try!
5 replies
CC#
Created by Dusty on 7/26/2023 in #help
❔ Markdown RegEx substituation
Regex doesn't produce output it only identifies sections of the input and matches. You'll need to combine regex with some other code to accomplish this. Can you clarify your approach?
17 replies
CC#
Created by n8ta on 7/12/2023 in #help
Specifying framework version of dependency manually in SDK style project
Right now we've got a single packages.config and 100% hardcoded <References so it'll be nice to let that go
11 replies
CC#
Created by n8ta on 7/12/2023 in #help
Specifying framework version of dependency manually in SDK style project
Okay that sounds like a reasonable compromise to me, thanks!
11 replies
CC#
Created by n8ta on 7/12/2023 in #help
Specifying framework version of dependency manually in SDK style project
So it can be found by dotnet build and such. Easily restored globally etc.
11 replies
CC#
Created by n8ta on 7/12/2023 in #help
Specifying framework version of dependency manually in SDK style project
Okay so what that gets me is that the version isn't hardcoded in my reference anymore correct?
11 replies