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

Using a custom build for the compiler #298

Open
alrz opened this issue Sep 14, 2023 · 1 comment
Open

Using a custom build for the compiler #298

alrz opened this issue Sep 14, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@alrz
Copy link

alrz commented Sep 14, 2023

Feature Description

Having a local build of roslyn, would it be possible to use that binary instead?

@alrz alrz added the enhancement New feature or request label Sep 14, 2023
@alrz alrz assigned waf Sep 14, 2023
@kindermannhubert
Copy link
Collaborator

This is currently not configurable.

As a workaround, you could probably (but I haven't tried) just manually replace Roslyn's dlls at %userprofile%\.dotnet\tools\.store\csharprepl\0.6.5\csharprepl\0.6.5\tools\net7.0\any
(of course, supposing that its public API surface hasn't changed).

Perhaps we could add a configurable Roslyn location to cfg.

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

No branches or pull requests

3 participants