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

Export needs to include build commands that use csc.exe #112

Open
jaredpar opened this issue Feb 1, 2024 · 0 comments
Open

Export needs to include build commands that use csc.exe #112

jaredpar opened this issue Feb 1, 2024 · 0 comments

Comments

@jaredpar
Copy link
Owner

jaredpar commented Feb 1, 2024

Today the export command creates build files that effectively dotnet exec csc.dll for the generated .rsp file. This means it strongly favors .NET Core based compilers vs .NET Framework ones. For the marority of cases the difference is immaterial. There are a few cases though where the runtime matters:

  1. Tracking down certain classes of analyzer bugs
  2. Performance investigation

The export command should be changed to emit both files to support these scenarios.

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

No branches or pull requests

1 participant