Skip to content

Comments

Feat: .NET Scripting#57

Draft
ashifolfi wants to merge 16 commits intomainfrom
feat/mono-implementation
Draft

Feat: .NET Scripting#57
ashifolfi wants to merge 16 commits intomainfrom
feat/mono-implementation

Conversation

@ashifolfi
Copy link
Collaborator

@ashifolfi ashifolfi commented Jan 2, 2023

This pull request attempts to add support for using .NET languages for scripting. There are two options by which this can be done, through the Microsoft .NET Core method or with Mono. Given even Unity is moving off of Mono at this point the best idea would be to use the method everyone else is which offers a much higher version support for .NET and the C# language in particular.

Topical Issues: #28

Current Todo:

  • Research how to go about doing this (hostfxr will be used)
  • Create a plan for implementation
  • Hard reset this branch to current state of main (remove previous extremely out of date work)

@ashifolfi ashifolfi added the enhancement New feature or request label Jan 2, 2023
@ashifolfi ashifolfi self-assigned this Jan 2, 2023
@ashifolfi
Copy link
Collaborator Author

image

@ashifolfi ashifolfi changed the title Feat: Mono implementation Feat: .NET Scripting Apr 26, 2024
@ashifolfi
Copy link
Collaborator Author

The best way to achieve this currently is with the hostfxr API/system Microsoft created for .NET.

relevant resources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant