Skip to content

Commit b9079da

Browse files
committed
Merge branch 'master' into feature/execution-cache
2 parents 6f86639 + c3b837e commit b9079da

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
Run C# scripts from the .NET CLI, define NuGet packages inline and edit/debug them in VS Code - all of that with full language services support from OmniSharp.
44

5-
> ⚠️ If you are using C# for VS Code version [1.15.0](https://github.com/OmniSharp/omnisharp-vscode/releases/tag/v1.15.0) on Linux or Mac, make sure to update to [1.15.2](https://github.com/OmniSharp/omnisharp-vscode/releases/tag/v1.15.2). There is a [bug](https://github.com/OmniSharp/omnisharp-roslyn/issues/1184) in the version of OmniSharp that shipped with 1.15.0, that prevents C# scripting from working in non-Windows environments. You can also go to VS Code settings and set `"omnisharp.path":"latest"`. This change will allow you to use C# 7.3 already.
6-
75
## Build status
86

97
| Build server | Platform | Build status |
@@ -252,7 +250,7 @@ Dotnet-Script can create a standalone executable or DLL for your script.
252250
The executable you can run directly independent of dotnet install, while the DLL is can be run using the dotnet CLI like this:
253251

254252
```shell
255-
dotnet publish\myscript.dll -- arg1 arg2
253+
dotnet script exec {path_to_dll} -- arg1 arg2
256254
```
257255

258256
### Caching

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy