phaseshift
phaseshift
CC#
Created by Promipi on 7/24/2024 in #help
Exectute Python from C#
Foreign function interface
4 replies
CC#
Created by Promipi on 7/24/2024 in #help
Exectute Python from C#
You want to invoke python in a different process, or you want to run it like ffi?
4 replies
CC#
Created by Merrig on 7/24/2024 in #help
✅ .NET SDK installed on the machine is targeting a different platform
Isn't unity still based on net framework? I don't think installing a recent .net SDK will help much with unity? If you're just seeing a 32 Vs 64 bit issue, I have seen similar symptoms due to bad ordering of .net related locations in PATH
22 replies
CC#
Created by leave on 3/29/2024 in #help
How can I remove/delete an executable (".exe") file once it ceases running or being utilized
This sounds nefarious
7 replies
CC#
Created by Kuno on 3/17/2024 in #help
Logging in ASP.NET
But you could use a ilogger factory
53 replies
CC#
Created by LazyGuard on 3/17/2024 in #help
A question about aggregates in DDD
Is it? There might also be some conflating of DDD and event sourcing going on here. But I imagine DDD when applied often goes into the cqrs and/or event sourcing just because of the available material
24 replies
CC#
Created by Salight on 2/23/2024 in #help
Why is this exception occuring what am i have to do ?
(people like code, not screenshots). I'm not a front end guy so not sure what's up.
11 replies
CC#
Created by nAyeem on 2/13/2024 in #help
anyone using neovim with lazyvim setup for dotnet c# debugging?
If you really want to dig through it, suggest visiting the vim channel on primeagen discord
4 replies
CC#
Created by nAyeem on 2/13/2024 in #help
anyone using neovim with lazyvim setup for dotnet c# debugging?
It's a pain to get the debugger running from the right location (working directory set to the debug bin dir). I also had issues with neotest. Honestly would just stick to studio
4 replies
CC#
Created by Emmanuel on 1/21/2024 in #help
await in Console App breaks my switch menu
If"start menu" is your root call in Main, you should not be re-calling from anywhere else
41 replies
CC#
Created by Emmanuel on 1/21/2024 in #help
await in Console App breaks my switch menu
And yeah, you're doing the same mistake as earlier and not awaiting an async method
41 replies
CC#
Created by Emmanuel on 1/21/2024 in #help
await in Console App breaks my switch menu
That looks like you're not properly managing a main loop, you're just recursing deeper
41 replies
CC#
Created by Emmanuel on 1/21/2024 in #help
await in Console App breaks my switch menu
$code
41 replies
CC#
Created by Emmanuel on 1/21/2024 in #help
await in Console App breaks my switch menu
I don't know what the original problem is- could you clarify? Also show the logout code
41 replies
CC#
Created by Emmanuel on 1/21/2024 in #help
await in Console App breaks my switch menu
It's pretty similar tbh,
41 replies
CC#
Created by Emmanuel on 1/21/2024 in #help
await in Console App breaks my switch menu
😁
41 replies
CC#
Created by Emmanuel on 1/21/2024 in #help
await in Console App breaks my switch menu
Correct
41 replies
CC#
Created by Emmanuel on 1/21/2024 in #help
await in Console App breaks my switch menu
This is why 'async' is called 'viral'. As soon as you introduce it, it spreads all the way to the top
41 replies
CC#
Created by Emmanuel on 1/21/2024 in #help
await in Console App breaks my switch menu
Yes
41 replies
CC#
Created by Emmanuel on 1/21/2024 in #help
await in Console App breaks my switch menu
Yes
41 replies