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

Added build verification workflow for all tools #111

Merged
merged 8 commits into from
Jan 24, 2023

Conversation

IEvangelist
Copy link
Member

@IEvangelist IEvangelist commented Jan 19, 2023

In this PR:

  • Added dotnet-build-verification.yml GitHub Action workflow: builds and tests .NET bits.
  • Added node-build-verification.yml GitHub Action workflow: builds and tests NodeJS bits.
  • Upgraded everything to .NET 7 and NodeJS 18.
  • Upgrade all package references, both for .NET and Node.
  • Attempted to fix broken FakeGitHubClient for tests, fixed one use case, and applied Fact(Skip = "...") to the other two that were failing.
  • In TypeScript code, use properly scoped imports, i.e.; instead of importing all, use explicit imports to minimize the overall size.
  • Ran npm run lint and npm run format commands.
  • Refactored all namespaces to be file-scoped.

Fixes #109

@IEvangelist IEvangelist requested a review from adegeo January 19, 2023 20:23
Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM.

I would like @adegeo to check the repoman changes though.

@IEvangelist
Copy link
Member Author

This LGTM.

I would like @adegeo to check the repoman changes though.

The only changes to repoman were file-scoped namespaces, and upgrading of dependent package versions. Nothing else changed.

@IEvangelist IEvangelist merged commit 90573d0 into dotnet:main Jan 24, 2023
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.

Add build verification workflow for all tools
4 participants