dotnet / interactive

.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
MIT License
2.8k stars 374 forks source link

Don't name kernel directories starting with a period character #3461

Open burnchar opened 4 months ago

burnchar commented 4 months ago

Describe the bug

Naming the .NET kernels with a period hides them in Unix/Linux. This is confusing, as normal attempts to list the directories will not show them. I suggest "dotnet" rather than ".net".

# ls
python3  python3.10  python3.9
# ls -a
.  ..  .net-csharp  .net-fsharp  .net-powershell  python3  python3.10  python3.9

Please complete the following: