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

Generate testing assemblies at compile time #1663

Open
slozier opened this issue Feb 25, 2023 · 1 comment
Open

Generate testing assemblies at compile time #1663

slozier opened this issue Feb 25, 2023 · 1 comment
Labels

Comments

@slozier
Copy link
Contributor

slozier commented Feb 25, 2023

There are a number of tests (see #1662) that generate assemblies during testing. These could probably be generated at compile time (similar to what's done in the DLR ClrAssembly project). This would improve test coverage on systems that don't have csc/vbc/ilasm (e.g. a posix system without Mono).

@slozier
Copy link
Contributor Author

slozier commented Jan 9, 2025

Another option would be to also generate proj files which would allow us to compile on the fly using dotnet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant