Replies: 2 comments 1 reply
-
|
Great point! You may prefer file-based apps with .NET 10 (available now with the RC2 release) https://typescript-is-like-csharp.chrlschn.dev/pages/getting-started.html#use-net-10-file-based-apps |
Beta Was this translation helpful? Give feedback.
-
|
Hi Kai, sorry for the long response time here! I've been swamped! .NET supports package management and central package management via the You can read more here: https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management I'm planning on adding this to the docs this weekend. In general, even when using Rider, I typically just use the command line (more so because I'm used to it from using it in Node projects1) |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
When initializing a Bun/Node project, the only files and directories created are
package.json,node_modules, and the chosen package manager's lockfile.When initializing a C# .NET project, I see the following files :
It would be nice to explain them and compare them with the Bun/Node file structure.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions