Subversion Repository Public Repository

ChrisCompleteCodeTrunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.VisualStudio.Web.CodeGeneration</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Extensions.CommandLineUtils.ArgumentEscaper">
            <summary>
            A utility for escaping arguments for new processes.
            </summary>
        </member>
        <member name="M:Microsoft.Extensions.CommandLineUtils.ArgumentEscaper.EscapeAndConcatenate(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Undo the processing which took place to create string[] args in Main, so that the next process will
            receive the same string[] args.
            </summary>
            <remarks>
            See https://blogs.msdn.microsoft.com/twistylittlepassagesallalike/2011/04/23/everyone-quotes-command-line-arguments-the-wrong-way/
            </remarks>
            <param name="args"></param>
            <returns></returns>
        </member>
        <member name="T:Microsoft.Extensions.CommandLineUtils.DotNetMuxer">
            <summary>
            Utilities for finding the "dotnet.exe" file from the currently running .NET Core application
            </summary>
        </member>
        <member name="P:Microsoft.Extensions.CommandLineUtils.DotNetMuxer.MuxerPath">
            <summary>
            The full filepath to the .NET Core muxer.
            </summary>
        </member>
        <member name="M:Microsoft.Extensions.CommandLineUtils.DotNetMuxer.MuxerPathOrDefault">
            <summary>
            Finds the full filepath to the .NET Core muxer,
            or returns a string containing the default name of the .NET Core muxer ('dotnet').
            </summary>
            <returns>The path or a string named 'dotnet'.</returns>
        </member>
    </members>
</doc>

Commits for ChrisCompleteCodeTrunk/ActionTireCo/packages/Microsoft.VisualStudio.Web.CodeGeneration.2.1.0/lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.xml

Diff revisions: vs.
Revision Author Commited Message
1 BBDSCHRIS picture BBDSCHRIS Wed 22 Aug, 2018 20:08:03 +0000