The Wayback Machine - https://web.archive.org/web/20220410095551/https://github.com/topics/nx
Skip to content
#

nx

Here are 474 public repositories matching this topic...

s0l4r
s0l4r commented Dec 1, 2021

Possible bug detected..

When running this command all is ok (NS and Web):

nx generate @nstudio/angular:component --name=product --createBase --platforms=nativescript,web--dry-run

CREATE libs/xplat/features/src/lib/ui/base/product.base-component.ts
CREATE libs/xplat/nativescript/features/src/lib/ui/components/product/product.component.html
CREATE libs/xplat/nativescript/features/sr
good first issue
photomoose
photomoose commented Aug 24, 2021

The xmldoc package adds additional newlines when manipulating the .csproj file to add the output path and msbuild task (not sure whether this affects Windows users, but definitely affects MacOS users). Although functionality is not impacted, the additional whitespace looks a bit unsightly, especially when creating xunit test projects, which bring in several PackageReferences.

For example:

`

enhancement good first issue scope: core dependencies

Improve this page

Add a description, image, and links to the nx topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nx topic, visit your repo's landing page and select "manage topics."

Learn more