-
Notifications
You must be signed in to change notification settings - Fork 3
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
Forking to .NET nanoFramework tool #1
Comments
Hi @josesimoes I would be happy to stay involved! Let's see, what would you need for this to be usable in a CI-CD pipeline? |
Thank you for the prompt reply! First and foremost: the solution/project needs to be brought up to date. A .NET tool seems like a good option. We use it for several other CLI on .NET nanoFramework. Plus it's easy to distribute over nuget.org and updates are handled seamleslly. Regarding a pipeline: OK with GitHub actions or AZDO. Either works. To handle the build, unit tests and publishing to nuget (if .NET tool). Nothing fancy but needs to be added. 😅 As final note: this code seems to be pretty stable and I'm not envisioning any changes required here, therefore I'm not seeing a busy release cadence. Just feels more efficient if can have the machine do the work for us. |
Not sure if you are aware, but the conversion requires Windows for the text rendering. Is that acceptable or are you looking for something that runs on Linux? |
That shouldn't be a problem. It's perfectly fine that the tool runs on Windows only. |
OK I think I can publish it as a .NET tool, give me a week. |
Oh... brilliant! |
I have updated the projects but it does not look very promising with the tool:
|
I managed to skip the check and produce a package that most likely can be published, however, the
At this point I am not sure what else to try. Any ideas welcome! |
Nice progress!! Do you have that code available in github so I can take a look? |
Sure it's in the net60 branch |
I could build and pack as .NET tool, can you install it as a tool though? :) I will check the PR, thanks! |
Hi @miloush 😃
Thank you for this managed port of the old TFConvert!
It's OK for you that we take it and convert it to a .NET tool over at .NET nanoFramework and setup a CI-CD pipeline?
Or would you rather prefer to keep it here and discuss a path forward for it?
The text was updated successfully, but these errors were encountered: