-
# dotnet-run
**NAME**
dotnet-run -- Runs source code 'in-place' without any explicit compile or launch commands.
**SYNOPSIS**
dotnet run [options]
**DESCRIPTION**
The run command provides a conven…
-
For some reason, my dotnet script does not work anymore.
What I probably did was trying to run dotnetscript from cmd
when I try to do it again in packagemanager console it does not work anymore.…
-
When I install this package it doesn't create the TypeLite.tt file as stated in the original documentation. Has that behavior changed or am I missing something?
-
Documentation states that I should be able to run a csx file directly by invoking the name.
foo.csx arg1 arg2
This doesn't work on new installations
I am guessing this commit disabled it
htt…
tomlm updated
5 years ago
-
```
System:
macOS 10.13.4
```
```
dotnet --version :
2.1.300-rc1-008673
```
```
dotnetscript version:
Package Id Version Commands
------------------------------------…
-
```
System:
macOS 10.13.4
```
```
dotnet --version :
2.1.300-rc1-008673
```
```
dotnetscript version:
Package Id Version Commands
------------------------------------…
-
I got this message when execute `dotnet script`.
```bash
❯ dotnet script "./CSharp/Newton.csx"
It was not possible to find any compatible framework version
The specified framework 'Microsoft.NET…