Skip to content

Use Microsoft.Extensions.CommandLineUtils and Microsoft.Extensions.Tools.Internal in service ref programs #13323

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 1 commit into from
Aug 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project>
<!--
Settings users may update as they see fit.
-->
<PropertyGroup>
<!--
Options added to the OpenAPI document generation tool ('dotnet-getdocument') command line. Available options
control console output: 'no-color', 'prefix-output' and 'verbose'. All require a double-dash prefix.
Options added to the OpenAPI document generation tool ('dotnet-getdocument') command line. For example, the
'prefix-output', 'quiet' and 'verbose' options control console output and the 'help' and 'version' options show
information. Long form options require a double-dash prefix.
-->
<OpenApiGenerateDocumentsOptions Condition=" '$(OpenApiGenerateDocumentsOptions)' == '' " />

Expand Down
15 changes: 0 additions & 15 deletions src/Tools/GetDocumentInsider/src/AnsiConsole.cs

This file was deleted.

20 changes: 0 additions & 20 deletions src/Tools/GetDocumentInsider/src/AnsiConstants.cs

This file was deleted.

131 changes: 0 additions & 131 deletions src/Tools/GetDocumentInsider/src/AnsiTextWriter.cs

This file was deleted.

This file was deleted.

Loading