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

Set ModuleKind based on OutputType #25

Closed
iwillspeak opened this issue Sep 19, 2021 · 0 comments
Closed

Set ModuleKind based on OutputType #25

iwillspeak opened this issue Sep 19, 2021 · 0 comments
Labels
feature New feature or request good first issue Good for newcomers up for grabs Shout out and claim this issue

Comments

@iwillspeak
Copy link
Owner

Our compilation options have 3 supported output types: Exe, Lib, and Script. Of these only Exe is intended to be directly run. We should update the ModuleKind on the compilation output to reflect this.

Executables should have the kind Console as currently. Others should have the kind DLL.

See Mono.Cecil's ModuleKind for the options.

@iwillspeak iwillspeak added feature New feature or request good first issue Good for newcomers up for grabs Shout out and claim this issue labels Sep 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request good first issue Good for newcomers up for grabs Shout out and claim this issue
Projects
None yet
Development

No branches or pull requests

1 participant