Skip to content

Provide Table Explicit Properties - #1149 #1921

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

Merged
merged 6 commits into from
May 26, 2025

Conversation

mkaszewiak
Copy link
Collaborator

This is to address #1149

Copy link

github-actions bot commented Apr 24, 2025

Test Results

    58 files  +  3      58 suites  +3   53m 0s ⏱️ - 1m 32s
 2 056 tests +  6   2 053 ✅ +  6   3 💤 ±0  0 ❌ ±0 
32 114 runs  +138  32 078 ✅ +138  36 💤 ±0  0 ❌ ±0 

Results for commit 81b6f5d. ± Comparison against base commit 47c920c.

♻️ This comment has been updated with latest results.

@mkaszewiak mkaszewiak marked this pull request as ready for review April 25, 2025 08:47
@twsouthwick
Copy link
Member

LGTM, but looks like you need to sign the CLA. Can you also give it a better title?

/// <summary>
/// Gets the collection of table cells within the table row.
/// </summary>
public IEnumerable<TableCell>? TableCell
Copy link
Collaborator

Choose a reason for hiding this comment

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

since this is an IEnumerable, I think plural TableCells would be a better name

Copy link
Member

Choose a reason for hiding this comment

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

And do we currently return nullable enumerables? I'd prefer to return an empty enumerable, but we should follow whatever the pattern is

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@twsouthwick I applied changes you and Mike recommended can I have this PR re reviewed/approved Thanks

@dotnet dotnet deleted a comment from dotnet-policy-service bot Apr 28, 2025
@mkaszewiak mkaszewiak self-assigned this Apr 28, 2025
@mkaszewiak
Copy link
Collaborator Author

@dotnet-policy-service agree company="Microsoft"

@mkaszewiak mkaszewiak changed the title initial commit Provide Table Explicit Properties - #1149 Apr 28, 2025
@mkaszewiak mkaszewiak requested a review from mikeebowen April 28, 2025 15:53
@mkaszewiak
Copy link
Collaborator Author

Hi @twsouthwick @tomjebo — could I kindly get one more review/approval on this PR? It’s been open for a while now. Thanks a lot!

@mkaszewiak mkaszewiak merged commit a891355 into dotnet:main May 26, 2025
22 checks passed
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.

3 participants