Skip to content

Improve support for TestWorkspace with source generated files#58455

Merged
sharwell merged 2 commits intodotnet:mainfrom
sharwell:sg-testing
Dec 23, 2021
Merged

Improve support for TestWorkspace with source generated files#58455
sharwell merged 2 commits intodotnet:mainfrom
sharwell:sg-testing

Conversation

@sharwell
Copy link
Copy Markdown
Contributor

@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.

@sharwell sharwell requested review from a team as code owners December 21, 2021 23:42
@ghost ghost added the Area-IDE label Dec 21, 2021
@sharwell sharwell enabled auto-merge December 21, 2021 23:44
[Fact]
public async Task DoIncludeSymbolsFromMultipleSourceGeneratedFiles()
{
using var workspace = TestWorkspace.CreateCSharp(
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Contributor 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
Copy Markdown
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
Copy Markdown
Contributor 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