Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nx-dotnet/core

Package Overview
Dependencies
Maintainers
1
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx-dotnet/core - npm Package Compare versions

Comparing version 0.1.4-dev.8 to 0.1.4-dev.9

6

package.json

@@ -9,6 +9,6 @@ {

"chokidar": "^3.5.1",
"@nx-dotnet/dotnet": "0.1.4-dev.8",
"@nx-dotnet/utils": "0.1.4-dev.8"
"@nx-dotnet/dotnet": "0.1.4-dev.9",
"@nx-dotnet/utils": "0.1.4-dev.9"
},
"version": "0.1.4-dev.8"
"version": "0.1.4-dev.9"
}

@@ -52,3 +52,3 @@ {

{"value": "mstest", "label": "Unit Test Project"},
{"value": null, "label": "No Unit Test Project"}
{"value": "none", "label": "No Unit Test Project"}
]

@@ -55,0 +55,0 @@ }

@@ -109,3 +109,3 @@ "use strict";

dotnetClient.new(normalizedOptions.template, newParams);
if (options['test-framework'] !== null) {
if (options['test-framework'] !== 'none') {
yield GenerateTestProject(normalizedOptions, host, dotnetClient, projectType);

@@ -112,0 +112,0 @@ }

@@ -7,3 +7,3 @@ export interface NxDotnetProjectGeneratorSchema {

language: string;
"test-template": 'nunit' | 'mstest' | 'xunit' | null;
"test-template": 'nunit' | 'mstest' | 'xunit' | 'none';
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc