Skip to content

Conversation

@jonsequitur
Copy link
Contributor

@jonsequitur jonsequitur commented Sep 28, 2021

Progress toward #130.

This PR also contains the following breaking renames:

  • AliasedSet.Contains is now AliasedSet.ContainsAlias
  • CommandLineBuilder.UseResources is now CommandLineBuilder.UseLocalizationResources
  • CommandLineBuilder.UseMiddleware is now CommandLineBuilder.AddMiddleware (fixes Rename CommandLineBuilder.UseMiddleware extension method #588)
  • Removed CommandLineBuilder.UseHelp overloads that can customize the HelpBuilder.
  • Removed the ability to set exit codes via UseDebugDirective and UseVersionOption
  • Removed ModelBinder.BindConstructorArgumentFromValue

@jonsequitur jonsequitur requested a review from Keboo September 28, 2021 15:09
@jonsequitur jonsequitur changed the title Adding more XML doc comments Adding more XML doc comments; rename AliasedSet.Contains Sep 28, 2021
@jonsequitur jonsequitur changed the title Adding more XML doc comments; rename AliasedSet.Contains Adding more XML doc comments; a few breaking renames Sep 28, 2021
jonsequitur and others added 25 commits September 28, 2021 15:22
Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
Co-authored-by: Kevin B <Keboo@users.noreply.github.com>
@jonsequitur jonsequitur force-pushed the xml-doc-comments-9-2021 branch from f8d9472 to de30e34 Compare September 28, 2021 22:27
@jonsequitur jonsequitur marked this pull request as ready for review September 28, 2021 22:31
@jonsequitur jonsequitur merged commit 74b012d into dotnet:main Sep 28, 2021
@jonsequitur jonsequitur added this to the 2.0 GA milestone Dec 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename CommandLineBuilder.UseMiddleware extension method

2 participants