dotnet.exe comes with .NET Framework
dotnet.exe will execute any DLL even if applocker is enabled.
dotnet.exe {PATH:.dll}
dotnet.exe with msbuild (SDK Version) will execute unsigned code
dotnet.exe msbuild {PATH:.csproj}
dotnet.exe will execute any DLL.
dotnet.exe {PATH:.dll}
dotnet.exe will open a console which allows for the execution of arbitrary F# commands
dotnet.exe fsi