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

DONOTMERGE: csharp example #20340

Closed
wants to merge 2 commits into from
Closed

DONOTMERGE: csharp example #20340

wants to merge 2 commits into from

Conversation

truboxl
Copy link
Contributor

@truboxl truboxl commented May 28, 2024

This is just a preview of supposedly porting a Csharp package to Termux. It shows some of the issues of using vanilla dotnet toolchain directly from Microsoft for our use case.
It needs to have its own runtime packaged (maybe need to change hardcoded paths or until packaged actual dotnet). It is also likely we need to recompile dotnet toolchain ourselves and maybe add missing support for arm and i686.

Part of #516

@truboxl truboxl marked this pull request as draft May 28, 2024 04:48
@zavocc
Copy link
Contributor

zavocc commented May 28, 2024

Would porting the dotnet sdk also possible or just dotnet-based packages?

@truboxl
Copy link
Contributor Author

truboxl commented May 28, 2024

Would porting the dotnet sdk also possible or just dotnet-based packages?

I think the latter would be easier given the current resources available and targets aarch64, x86_64 for now...
I am still thinking how to approach the SDK though...

@truboxl
Copy link
Contributor Author

truboxl commented Jun 7, 2024

Superseded by #20423 example

@truboxl truboxl closed this Jun 7, 2024
@truboxl truboxl deleted the csharp-example branch June 7, 2024 14:59
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

Successfully merging this pull request may close these issues.

2 participants