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: multiply overloaded options in csharp #18818

Merged
merged 1 commit into from Nov 15, 2022

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented Nov 15, 2022

This way we'll get the same treatment in docs generator as well as dotnet api generator.

This also adds non-suffixed aliases for string options, e.g. Name in addition to NameString and NameRegex.

Fixes #18407.

This way we'll get the same treatment in docs generator as well
as dotnet api generator.

This also adds non-suffixed aliases for string options, e.g.
`Name` in addition to `NameString` and `NameRegex`.
@dgozman dgozman merged commit 0387d96 into microsoft:main Nov 15, 2022
aslushnikov pushed a commit that referenced this pull request Nov 16, 2022
This way we'll get the same treatment in docs generator as well as
dotnet api generator.

This also adds non-suffixed aliases for string options, e.g. `Name` in
addition to `NameString` and `NameRegex`.

Fixes #18407.
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.

[BUG] .net docs do not agree with implementation
2 participants