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: Enable CS1998 as error #9983

Merged
merged 11 commits into from
Oct 14, 2022
Merged

Conversation

Youssef1313
Copy link
Member

@Youssef1313 Youssef1313 commented Sep 27, 2022

GitHub Issue (If applicable): closes #9962

PR Type

What kind of change does this PR introduce?

What is the current behavior?

What is the new behavior?

PR Checklist

Please check if your PR fulfills the following requirements:

Other information

Internal Issue (If applicable):

@gitpod-io
Copy link

gitpod-io bot commented Sep 27, 2022

@Youssef1313 Youssef1313 force-pushed the issues/9962 branch 3 times, most recently from 62b6a40 to 9aa0e46 Compare September 27, 2022 09:58
@Youssef1313 Youssef1313 marked this pull request as draft September 27, 2022 10:28
@Youssef1313 Youssef1313 force-pushed the issues/9962 branch 4 times, most recently from 753b288 to a20a9a1 Compare September 27, 2022 11:41
@Youssef1313 Youssef1313 force-pushed the issues/9962 branch 6 times, most recently from 3903070 to bff9651 Compare September 27, 2022 20:36
@Youssef1313 Youssef1313 marked this pull request as ready for review September 28, 2022 00:06
@MartinZikmund
Copy link
Member

Thanks, this will be a very useful one! For the tests - yes, it is quite possible they were "fake passing" - seen that for ExecuteOnUIThread which was also previously sometimes accidentally called without await and caused us to think the tests were ok, even though they failed after they "finished"

@jeromelaban jeromelaban marked this pull request as draft October 5, 2022 14:56
@Youssef1313 Youssef1313 marked this pull request as ready for review October 6, 2022 13:40
@Youssef1313
Copy link
Member Author

@jeromelaban Is this ready to merge?

@Youssef1313
Copy link
Member Author

@jeromelaban Could you take a look please? Thanks!

@jeromelaban
Copy link
Member

I'll merge it after the .NET 7 PR

@Youssef1313
Copy link
Member Author

#10019 is merged now! 🎉

@MartinZikmund
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

auto-merge was automatically disabled October 12, 2022 17:58

Head branch was pushed to by a user without write access

@Youssef1313
Copy link
Member Author

@MartinZikmund I resolved a small conflict and auto-merge got disabled.

@MartinZikmund
Copy link
Member

@MartinZikmund I resolved a small conflict and auto-merge got disabled.

Reenabled 👍

@jeromelaban
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@MartinZikmund MartinZikmund merged commit 7f6120d into unoplatform:master Oct 14, 2022
@Youssef1313 Youssef1313 deleted the issues/9962 branch October 15, 2022 01:18
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

Successfully merging this pull request may close these issues.

Treat CS1998 (Async method lacks 'await' operators and will run synchronously) as an error
3 participants