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

Add the ability to compile the code directly to an assembly in the command line tool #44

Open
mwadams opened this issue Jun 27, 2022 · 0 comments
Labels
enhancement New feature or request review This issue needs review. The goal is unclear or disputed.

Comments

@mwadams
Copy link
Contributor

mwadams commented Jun 27, 2022

We would like to be able to emit an assembly from the command line tool in addition to the raw C# code. This might be a friendlier path for non-C# developers.

We already have everything we need to be able to do this (specifically the map-file support which allows us to discover what we emitted and pass it in to the Roslyn compiler).

But we may discover we are just building a C# compiler tool front end, in which case this is a waste of time and it would better left to the end user.

@mwadams mwadams added enhancement New feature or request review This issue needs review. The goal is unclear or disputed. labels Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request review This issue needs review. The goal is unclear or disputed.
Projects
None yet
Development

No branches or pull requests

1 participant