Craigory Coppola

Results 44 issues of Craigory Coppola

Angular CLI supports builders.json + collection.json instead of executors.json + generators.json. These should be supported by nxdoc.

enhancement
scope: nxdoc

Something like: ``` nx g @nx-dotnet/typescript:interfaces --target="[lib / app name]" --source="[lib / app name]" [--sourceNamespace="Example.CSharp.Project"] ``` would be perfect to keep typescript interfaces for API DTO's or entities on the...

enhancement
stretch-goal
scope: core

https://devblogs.microsoft.com/dotnet/how-to-create-your-own-templates-for-dotnet-new/ - [ ] #23 Ability to generate .NET project templates - [ ] #24 Ability to publish .NET project templates - [x] Ability to use custom .NET templates. (this...

enhancement
help wanted
stretch-goal
scope: core

https://docs.microsoft.com/en-us/aspnet/core/fundamentals/tools/dotnet-aspnet-codegenerator?view=aspnetcore-5.0

enhancement
stretch-goal
scope: core

`dotnet` cli tool does not currently support sql projects. To patch this gap we could use https://github.com/rr-wfm/MSBuild.Sdk.SqlProj

enhancement
stretch-goal
scope: core

`dotnet new {template}` allows for installing custom templates. We should provide a generator that would house these in the mono-repo. https://devblogs.microsoft.com/dotnet/how-to-create-your-own-templates-for-dotnet-new/ For more info see #12

enhancement
help wanted
stretch-goal
scope: core

We should be able to install + publish .NET templates to a nuget feed. See #12 for more info.

enhancement
help wanted
stretch-goal
scope: core

https://docs.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package-using-the-dotnet-cli

enhancement
scope: core

## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes #

### What version of Bun is running? 0.5.6 ### What platform is your computer? Linux 5.10.16.3-microsoft-standard-WSL2 x86_64 x86_64 ### What steps can reproduce the bug? Try to run this script...

bug