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

Improve support for TestWorkspace with source generated files #58455

Merged
merged 2 commits into from
Dec 23, 2021

Conversation

sharwell
Copy link
Member

@sharwell sharwell commented Dec 21, 2021

Extracted from #58363 to simplify the review.

The full review is relatively simple, but each commit is constructed as a distinct change that can be reviewed separately.

[Fact]
public async Task DoIncludeSymbolsFromMultipleSourceGeneratedFiles()
{
using var workspace = TestWorkspace.CreateCSharp(
Copy link
Contributor

Choose a reason for hiding this comment

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

can the xml syntax cannot support this scenario?

Copy link
Contributor

Choose a reason for hiding this comment

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

all the other tests in this file use the xml syntax so I would prefer if we kept things consistent

Copy link
Member Author

Choose a reason for hiding this comment

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

➡️ I needed one test to use the new code so we can see it's working. Both work; but the XML form is clumsier. Eventually it would be nice to provide an object model similar to Microsoft.CodeAnalysis.Testing.

Copy link
Contributor

Choose a reason for hiding this comment

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

but the XML form is clumsier

Is this a style question or are there bugs that we don't find by testing with one or the other?

I can agree that testing via XML is much nicer in VB and would be fine if we used a different teat api surface area in C# vs VB. However, without some additional benefit beyond ergonomics I can't say I think it would be worth the exercise.

Copy link
Member Author

@sharwell sharwell Dec 22, 2021

Choose a reason for hiding this comment

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

It doesn't have a schema, so there's no real completion support. I'm not a fan of the reliance on copy/pasting from some other existing test which occurs even when writing VB code.

I'm not sure whether we validate the complete contents of the XML markup (e.g. if an attribute is misspelled but still valid XML, do we fail?).

@sharwell sharwell merged commit 01cbd62 into dotnet:main Dec 23, 2021
@ghost ghost added this to the Next milestone Dec 23, 2021
@Cosifne Cosifne modified the milestones: Next, 17.1.P3 Jan 5, 2022
@sharwell sharwell deleted the sg-testing branch January 13, 2022 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants