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

Use different path to NETCore SDK #93

Open
FilipToth opened this issue Mar 9, 2022 · 0 comments
Open

Use different path to NETCore SDK #93

FilipToth opened this issue Mar 9, 2022 · 0 comments
Assignees
Labels
Alto 1 breaking A breaking change bug Something isn't working help wanted Extra attention is needed
Milestone

Comments

@FilipToth
Copy link
Member

BUG REPORT

As of now (not sure if it's committed as I've been working on a huge update on my local branch), we're using a preset path to the dotnet SDK, this should be changed immediately to something more dynamic where simply installing a new dotnet SDK will break the whole REPL system.

Problem

at Alto.AltoRepl::CreateBaseConfig(string)

 var baseConfig = new Dictionary<string, string>
{
    {"NETCorePath", "C:/Program Files/dotnet/packs/Microsoft.NETCore.App.Ref/6.0.0-preview.7.21377.19/"}
};
@FilipToth FilipToth self-assigned this Mar 9, 2022
@FilipToth FilipToth added Alto 1 breaking A breaking change bug Something isn't working help wanted Extra attention is needed labels Mar 9, 2022
@FilipToth FilipToth added this to the Alto 1.0 milestone Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Alto 1 breaking A breaking change bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant