Craigory Coppola

Results 44 issues of Craigory Coppola

## 🐛 Bug Report Attempting to test components that inject a service imported from a namespace fails in Jest 27 / Angular 12. ## To Reproduce 1. `ng new my-app`...

:bug: Bug
Confirmed
workaround2: non-obvious

### Environment * OS Version: MacOS Big Sur (11.6.4) * Node.js Version: 17 ### Actual behavior List-segments are matched in a way that is compatible with `glob` ### Expected behavior...

Type: Bug
Upstream: micromatch

## Current Behavior Generators from local plugins are not included in the prompt when running `nx g` without a default collection or specified collection. They are also not present in...

The backing code for ArrayPrompt works if any individual choice is a string or expanded object, but the typings require all choices to be either a string or Choice object....

## Current Behavior Currently, we set the output path of C# projects in the monorepo individually. We do this by manually specifying them in each .csproj file. This has issues....

enhancement
scope: core

## Current Behavior Currently, we set a prebuild task on C# projects in the monorepo individually. We do this by manually specifying them in each .csproj file. This has issues....

enhancement
scope: core

**Is your feature request related to a problem? Please describe.** `.csproj` files contain relative paths to any other projects in the repo that they reference **Describe the solution you'd like**...

enhancement
scope: core

Hey @AgentEnder I think this breaks restore. After clearing my node modules and installing using PNPM I get this: ``` .../node_modules/@nx-dotnet/core postinstall$ node ./src/tasks/post-install │ node:internal/modules/cjs/loader:936 │ throw err; │...

Currently e2e / integration tests are only in place for the following 3 generators: 1. `nx g @nx-dotnet/core:app` 2. `nx g @nx-dotnet/core:lib` 3. `nx g @nx-dotnet/core:project-reference` The existing tests are...

help wanted
good first issue
scope: core
hacktoberfest

Generated docs from nxdoc currently contain no info about default values or option choices from enum. These should be contained inside the markdown.

enhancement
scope: nxdoc