willCodeforFood
willCodeforFood
CC#
Created by willCodeforFood on 4/18/2024 in #help
MSTest dotnet Test failing from the command prompt
I have a TestMethod that clones a git repo and then performs some operations on the folder. When I run this test from VS test explorer, I do not have issues, However, when i run the same test from the command line using dotnet Test I get an error. I am assuming its because the enivornment im running that from does not have Git installed so it failed. After researching online, the only solution I got was to add the git.exe file to my test project and a make sure to set the Copy to Output Directory to Copy if newer or Copy always and then use the that file path in my ProcessStartInfo method but that didnt work either. Got the error error launching git: The system cannot find the path specified. What else can I do?
3 replies
CC#
Created by willCodeforFood on 3/6/2024 in #help
✅ .NET MAUI Layout
No description
13 replies
CC#
Created by willCodeforFood on 3/6/2024 in #help
Issue with Form.Close() in Winforms
No description
24 replies
CC#
Created by willCodeforFood on 1/5/2024 in #help
Package Winforms app into an installer
I have a winform project that has multiple forms, that winforms project also depends on other class libraries in the solution. I was able to create an installion file for this application and was able to install it successfully, however, when i run the installed executable file, it just does nothing. Executable runs fine in my release folder in bin. Any suggestions? I think I may be configuring the installation file wrongly
1 replies
CC#
Created by willCodeforFood on 11/30/2023 in #help
implement a GUI in winforms
Im trying to show the git log of a particular repository on a gui/ or textbox in a winforms app. Has anyone done anything like that?
1 replies
CC#
Created by willCodeforFood on 8/2/2023 in #help
❔ Need Help Backslash issue
7 replies
CC#
Created by willCodeforFood on 11/8/2022 in #help
can anyone help with a wpf issue i’m having
1 replies