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