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

Remove requirement of a DotNet SDK #38

Closed
noiano opened this issue Mar 23, 2021 · 1 comment
Closed

Remove requirement of a DotNet SDK #38

noiano opened this issue Mar 23, 2021 · 1 comment

Comments

@noiano
Copy link

noiano commented Mar 23, 2021

Hello,
according to the readme of this project the requirement should include a dotnet runtime not a dotnet SDK.
The following lines check for the installation of a full SDK rather than a runtime

subprocess.check_output(["dotnet", "--version"]).decode().strip().partition("-")[0].split("."))

According to this issue the proper command should be

dotnet --info

and not

dotnet --version
@github-actions
Copy link

In order to consolidate to fewer feedback channels, we've moved suggestions and issue reporting to Developer Community.

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

No branches or pull requests

1 participant