j_uice
j_uice
CC#
Created by j_uice on 1/13/2023 in #help
❔ Ignoring Main?
Indirectly I learned about having just top level statements so that is nice
78 replies
CC#
Created by j_uice on 1/13/2023 in #help
❔ Ignoring Main?
thank yall for the help, I was starting to go crazy lol
78 replies
CC#
Created by j_uice on 1/13/2023 in #help
❔ Ignoring Main?
I am not sure why 😄
78 replies
CC#
Created by j_uice on 1/13/2023 in #help
❔ Ignoring Main?
int[] numsToSort = new int[100];
Console.WriteLine(numsToSort);
int[] numsToSort = new int[100];
Console.WriteLine(numsToSort);
78 replies
CC#
Created by j_uice on 1/13/2023 in #help
❔ Ignoring Main?
its an extension I have on vscode I guess it does that for some reason
78 replies
CC#
Created by j_uice on 1/13/2023 in #help
❔ Ignoring Main?
thank yall 🙂
78 replies
CC#
Created by j_uice on 1/13/2023 in #help
❔ Ignoring Main?
i didnt make that
78 replies
CC#
Created by j_uice on 1/13/2023 in #help
❔ Ignoring Main?
it was that tempCodeRunnerFile.cs
78 replies
CC#
Created by j_uice on 1/13/2023 in #help
❔ Ignoring Main?
78 replies
CC#
Created by j_uice on 1/13/2023 in #help
❔ Ignoring Main?
omg
78 replies
CC#
Created by j_uice on 1/13/2023 in #help
❔ Ignoring Main?
cursed pc
78 replies
CC#
Created by j_uice on 1/13/2023 in #help
❔ Ignoring Main?
error CS8802: Only one compilation unit can have top-level statements.
78 replies
CC#
Created by j_uice on 1/13/2023 in #help
❔ Ignoring Main?
warning CS7022: The entry point of the program is global code; ignoring 'Program.Main(string[])' entry point.
78 replies
CC#
Created by j_uice on 1/13/2023 in #help
❔ Ignoring Main?
so this seems like it might be a vs code thing?
78 replies
CC#
Created by j_uice on 1/13/2023 in #help
❔ Ignoring Main?
same thing
78 replies
CC#
Created by j_uice on 1/13/2023 in #help
❔ Ignoring Main?
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

</Project>
78 replies
CC#
Created by j_uice on 1/13/2023 in #help
❔ Ignoring Main?
even with that it doesn't work
78 replies
CC#
Created by j_uice on 1/13/2023 in #help
❔ Ignoring Main?
yes
78 replies
CC#
Created by j_uice on 1/13/2023 in #help
❔ Ignoring Main?
I just went to dotnetfiddle (online ide) and it runs like I want it to
78 replies
CC#
Created by j_uice on 1/13/2023 in #help
❔ Ignoring Main?
yes
78 replies