Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle module/external packaging with nuget #8

Closed
stevefan1999-personal opened this issue Jun 27, 2021 · 1 comment
Closed

Handle module/external packaging with nuget #8

stevefan1999-personal opened this issue Jun 27, 2021 · 1 comment

Comments

@stevefan1999-personal
Copy link

stevefan1999-personal commented Jun 27, 2021

I love the idea of this project to compete with Golang, but I don't think there is a neat way to resolve external dependency problem. Unfortunately, this also mean you'd have to implement some kind of module support, just like Go Modules, which is a hot mess. In Golang you can just import from GitHub, but in .NET world most of us use nuget. More specifically, should we pull the nuget manifest every time we see one in the parent directory and link it this way?

Related: #1 but specifically targeting nuget

@MichalStrehovsky
Copy link
Member

NuGet implies MSBuild and at that point one is better off using dotnet - this is not trying to be a replacement of dotnet, but a very simple/low-dependency way to compile C# source files to simple/low-dependency executables.

Some people like the Go Modules hot mess and this is just about having those options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants