You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: