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

chore(dotnet): no nested namespace in transport channels #17273

Merged
merged 1 commit into from
Sep 12, 2022

Conversation

mxschmitt
Copy link
Member

No description provided.

@@ -226,11 +226,6 @@ for (const [name, type] of modelTypes)
for (const [name, literals] of enumTypes)
renderEnum(name, literals);

if (process.argv[3] !== '--skip-format') {
Copy link
Member

Choose a reason for hiding this comment

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

Why was this removed?

Copy link
Member Author

@mxschmitt mxschmitt Sep 12, 2022

Choose a reason for hiding this comment

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

it's done here now: https://github.com/microsoft/playwright-dotnet/blob/main/build.sh#L69 for the whole project after generating files.

@mxschmitt mxschmitt merged commit c7367b7 into microsoft:main Sep 12, 2022
mxschmitt pushed a commit that referenced this pull request Sep 13, 2022
…hannels (#17303)

This PR cherry-picks the following commits:

- c7367b7

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
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.

2 participants