Enable the bootstrapping of new projects with dotnet new
#1742
SuperSonicHub1
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Python.NET 3.0 is awesome and has absolutely saved me from having to rewrite a bunch a code in order to use a audio fingerprinting library written in C# with a scraping library
written in Python because all the equivalent fingerprinting libraries for Python have awful DX. I can definitely see myself using this again as a lot of people are writing neat stuff in C# nowadays, so it would be awesome if starting a new project could be easy as:
I imagine our
main.pywould look something like this in order to automatically load libraries installed withdotnet addand use .NET Core:Here are the associated docs: https://docs.microsoft.com/en-us/dotnet/core/tools/custom-templates
Beta Was this translation helpful? Give feedback.
All reactions