
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
dotnet-run
Advanced tools
Run Mono and .NET programs easily on all platforms.
$ npm install dotnet-run
This will detect Mono/.NET or automatically download a suitable version for your system.
Unless we can find Mono v6.0.0.311 or greater on your system, we will provide you a minimal Mono installation automatically.
We provide minimal Mono releases for macOS, much smaller than official releases. Our v6.0.0.311 is distributed as a 33.6 MB tarball, which installs faster and is more than ten times smaller than the official pkg installer at 362.2 MB. Our package is unobtrusive to your system and will safely co-exist with any existing Mono install you may or may not have from before.
Linux users must provide their own Mono install before consuming this package. More information can be found on this page.
We use the built-in .NET Framework on Windows.
const run = require('dotnet-run');
run('bang.exe', ['pong', 'pang'], process.exit);
$ dotnet-run bang.exe pong pang
Hello, pong pang!
$ dotnet-run --version
Mono JIT compiler version 6.0.0.311 (2019-02/494641b300c Mon Jul 1 20:30:26 EDT 2019)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS:
SIGSEGV: altstack
Notification: kqueue
Architecture: amd64
Disabled: none
Misc: softdebug
Interpreter: yes
LLVM: yes(600)
Suspend: hybrid
GC: sgen (concurrent by default)
Please report an issue if you encounter a problem, or open a pull request if you make a patch.
FAQs
Run .NET programs easily on all platforms
The npm package dotnet-run receives a total of 20 weekly downloads. As such, dotnet-run popularity was classified as not popular.
We found that dotnet-run demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.