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

dotnet-svcutil test baseline update: remove CloseAsync() #5050

Merged

Conversation

imcarolwang
Copy link
Contributor

These test baselines are updated for changes of PR #4909 (issue #4891), dotnet-svcutil no longer generate CloseAsync() when the referenced wcf package version equals or greater than 4.10.

The risk here is we missed testing the tool running in projects with different .net targets, it is due to the limitation of .net defined in global.json under the repository root. We do cover this scenario in manual testing, specifically, verifying that when the test project references wcf packages older than 4.10.*, the CloseAysnc() still get generated.

@HongGit
Copy link
Contributor

HongGit commented Mar 28, 2023

@imcarolwang can you please rebase this PR?

@imcarolwang imcarolwang force-pushed the svcutil_removeCloseAsyncInBaselines branch from 8196fa5 to 662d787 Compare March 28, 2023 06:02
@imcarolwang
Copy link
Contributor Author

@imcarolwang can you please rebase this PR?

rebased.

@imcarolwang imcarolwang force-pushed the svcutil_removeCloseAsyncInBaselines branch from 662d787 to 926d158 Compare April 21, 2023 06:15
@imcarolwang imcarolwang merged commit bac8d09 into dotnet:main Apr 23, 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.

2 participants