Caeden
Caeden
CC#
Created by Caeden on 1/20/2024 in #help
Combine string formatting (eg `$"{number:N2}" with D2) so like `{number:N2D2}`)
Thanks as well
12 replies
CC#
Created by Caeden on 1/20/2024 in #help
Combine string formatting (eg `$"{number:N2}" with D2) so like `{number:N2D2}`)
Thanks
12 replies
CC#
Created by Caeden on 1/20/2024 in #help
Combine string formatting (eg `$"{number:N2}" with D2) so like `{number:N2D2}`)
D2 does like pad left and N does pad right as far as I am aware from what it says here
12 replies
CC#
Created by Caeden on 1/20/2024 in #help
Combine string formatting (eg `$"{number:N2}" with D2) so like `{number:N2D2}`)
So 3.7 becomes 03.70
12 replies
CC#
Created by Caeden on 1/20/2024 in #help
Combine string formatting (eg `$"{number:N2}" with D2) so like `{number:N2D2}`)
I want to pad a float left and right
12 replies
CC#
Created by Caeden on 1/20/2024 in #help
Combine string formatting (eg `$"{number:N2}" with D2) so like `{number:N2D2}`)
this doesn't work, nor does number:N2:D2, and I couldn't find it here https://learn.microsoft.com/en-us/dotnet/standard/base-types/standard-numeric-format-strings
12 replies
CC#
Created by Caeden on 1/13/2024 in #help
Github actions failing to run project (dotnet run)
Yeah it was auto generated
24 replies
CC#
Created by Caeden on 1/13/2024 in #help
Github actions failing to run project (dotnet run)
Yeah much apologies for that, didnt test that change
24 replies
CC#
Created by Caeden on 1/13/2024 in #help
Github actions failing to run project (dotnet run)
Probably not conventional there
24 replies
CC#
Created by Caeden on 1/13/2024 in #help
Github actions failing to run project (dotnet run)
The point of running dotnet run was just as a base test before dotnet test
24 replies
CC#
Created by Caeden on 1/13/2024 in #help
Github actions failing to run project (dotnet run)
This was fixed (I believe?) by removing <BaseOutputPath>D:\Github\Evolution\bin</BaseOutputPath> in the csprog?
24 replies
CC#
Created by Caeden on 1/13/2024 in #help
Github actions failing to run project (dotnet run)
Sorry for getting back to you late
24 replies
CC#
Created by Caeden on 1/13/2024 in #help
Github actions failing to run project (dotnet run)
Hey, thanks for responding
24 replies
CC#
Created by Caeden on 10/8/2023 in #help
❔ Creating a github workflow to test solution (MSTest)
I showed the dotnet test above, do you know how I can link the projects?
37 replies
CC#
Created by Caeden on 10/8/2023 in #help
❔ Creating a github workflow to test solution (MSTest)
Okay
37 replies
CC#
Created by Caeden on 10/8/2023 in #help
❔ Creating a github workflow to test solution (MSTest)
the .sln
37 replies
CC#
Created by Caeden on 10/8/2023 in #help
❔ Creating a github workflow to test solution (MSTest)
Can I just rename the Wa-Tor or will this break something
37 replies
CC#
Created by Caeden on 10/8/2023 in #help
❔ Creating a github workflow to test solution (MSTest)
Got it
37 replies
CC#
Created by Caeden on 10/8/2023 in #help
❔ Creating a github workflow to test solution (MSTest)
theres got to be a way to test from cmd tho
37 replies