-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Easy dotnet conventions to verify #122
Comments
Does nasted namespaces matters in C#?
|
I'm afk now, pls discuss with @aarani |
What do you mean by nested namespace? |
I edited my comment to provide the example. |
In almost 6 years of writing C# code, I've never seen this but if it compiles you can't nuke it. |
I don't see a nested namespace in the snippet
…On Thu, Aug 17, 2023, 18:02 Afshin Arani ***@***.***> wrote:
Does nasted namespaces matters in C#? for example:
// a nested namespace
namespace Nested
{
public class NestedNameSpaceClass
{
public static void SayHello()
{
Console.WriteLine("Hello");
}
}
}
What do you mean by nested namespace?
I edited my comment to provide the example.
In almost 6 years of writing C# code, I've never seen this but if it
compiles you can't nuke it.
—
Reply to this email directly, view it on GitHub
<#122 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACQ4JZKLUOBGT37VV7RF43XVXT3HANCNFSM6AAAAAA2FQODFA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
""
instead of String.Empty/string.Empty<OutputType>Exe</OutputType>
in a .?proj file, then findConsole.
in some .cs/.fs file, then find project file (and folder for it) is not suffixed asConsole
.<OutputType>Exe</OutputType>
in a .?proj file, then findConsole.
in some .cs/.fs file.<OutputType>Exe</OutputType>
in a .fsproj file, then find Async.RunSynchronously in some .fs file.The text was updated successfully, but these errors were encountered: