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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>dotnet-aspnet-codegenerator-design</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.VisualStudio.Web.CodeGeneration.Design.Resources">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Microsoft.VisualStudio.Web.CodeGeneration.Design.Resources.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Microsoft.VisualStudio.Web.CodeGeneration.Design.Resources.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Microsoft.VisualStudio.Web.CodeGeneration.Design.Resources.AppDesc">
            <summary>
              Looks up a localized string similar to Code generation for Asp.net Core.
            </summary>
        </member>
        <member name="P:Microsoft.VisualStudio.Web.CodeGeneration.Design.Resources.ConfigurationOptionDesc">
            <summary>
              Looks up a localized string similar to Configuration for the project (Possible values: Debug/ Release).
            </summary>
        </member>
        <member name="P:Microsoft.VisualStudio.Web.CodeGeneration.Design.Resources.ConnectToServerError">
            <summary>
              Looks up a localized string similar to Could not connect to port {0}..
            </summary>
        </member>
        <member name="P:Microsoft.VisualStudio.Web.CodeGeneration.Design.Resources.EnableTracingMessage">
            <summary>
              Looks up a localized string similar to To see more information, enable tracing by setting environment variable 'codegen_trace' = 1..
            </summary>
        </member>
        <member name="P:Microsoft.VisualStudio.Web.CodeGeneration.Design.Resources.FileSystemChangeMessageNotSupported">
            <summary>
              Looks up a localized string similar to Server does not support File System change messages. HostId: &apos;{0}&apos;, ProtocolVersion: &apos;{1}&apos;..
            </summary>
        </member>
        <member name="P:Microsoft.VisualStudio.Web.CodeGeneration.Design.Resources.GenericErrorMessage">
            <summary>
               Looks up a localized string similar to Scaffolding failed..
            </summary>
        </member>
        <member name="P:Microsoft.VisualStudio.Web.CodeGeneration.Design.Resources.ProjectInformationError">
            <summary>
              Looks up a localized string similar to Could not get ProjectInformation..
            </summary>
        </member>
        <member name="P:Microsoft.VisualStudio.Web.CodeGeneration.Design.Resources.ProjectPathOptionDesc">
            <summary>
              Looks up a localized string similar to Path to .csproj file in the project..
            </summary>
        </member>
        <member name="P:Microsoft.VisualStudio.Web.CodeGeneration.Design.Resources.RunWithoutSimulationMode">
            <summary>
              Looks up a localized string similar to Please run scaffolding without --simulation-mode switch.
            </summary>
        </member>
        <member name="P:Microsoft.VisualStudio.Web.CodeGeneration.Design.Resources.SimulationModeOptionDesc">
            <summary>
              Looks up a localized string similar to Specifies whether to persist any file changes..
            </summary>
        </member>
        <member name="P:Microsoft.VisualStudio.Web.CodeGeneration.Design.Resources.TargetFrameworkOptionDesc">
            <summary>
              Looks up a localized string similar to Target Framework to use. (Short folder name of the tfm. eg. net46).
            </summary>
        </member>
    </members>
</doc>

Commits for ChrisCompleteCodeTrunk/ActionTireCo/packages/Microsoft.VisualStudio.Web.CodeGeneration.Design.2.1.0/lib/net461/dotnet-aspnet-codegenerator-design.xml

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