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

Build fails running Build.cmd at RGBLedMatrix/samples/Program.cs - CS4014 #2149

Closed
fehdem opened this issue Oct 16, 2023 · 1 comment · Fixed by #2153
Closed

Build fails running Build.cmd at RGBLedMatrix/samples/Program.cs - CS4014 #2149

fehdem opened this issue Oct 16, 2023 · 1 comment · Fixed by #2153
Labels
bug Something isn't working Status: Fixed untriaged

Comments

@fehdem
Copy link
Contributor

fehdem commented Oct 16, 2023

Describe the bug
Build fails running Build.cmd at RGBLedMatrix/samples/Program.cs(66,1)
error CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Steps to reproduce
Running Build.cmd on Windows command line.

Dotnet --version: 7.0.401
(instead of 7.0.203 as configured in the most recent global.json)

@fehdem fehdem added the bug Something isn't working label Oct 16, 2023
@ghost ghost added the untriaged label Oct 16, 2023
@krwq
Copy link
Member

krwq commented Oct 26, 2023

I've sent a patch, it will also remove the need to touch global.json

@ghost ghost added the Status: Fixed label Oct 27, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Nov 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working Status: Fixed untriaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants