|
47 | 47 | namespace Projects%3B |
48 | 48 |
|
49 | 49 | #pragma warning disable CS8981 // The type name only contains lower-cased ascii characters. Such names may become reserved for the language. |
| 50 | +/// <summary> |
| 51 | +/// Metadata for the ]]>%(ClassName)<![CDATA[ project. |
| 52 | +/// </summary> |
50 | 53 | [global::System.CodeDom.Compiler.GeneratedCode("Aspire.Hosting", null)] |
51 | 54 | [global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage(Justification = "Generated code.")] |
52 | 55 | [global::System.Diagnostics.DebuggerDisplay("Type = {GetType().Name,nq}, ProjectPath = {ProjectPath}")] |
53 | 56 | ]]>$(AspireGeneratedClassesVisibility)<![CDATA[ class ]]>%(ClassName)<![CDATA[ : global::Aspire.Hosting.IProjectMetadata |
54 | 57 | #pragma warning restore CS8981 |
55 | 58 | { |
| 59 | + /// <summary> |
| 60 | + /// The path to the ]]>%(ClassName)<![CDATA[ project. |
| 61 | + /// </summary> |
56 | 62 | public string ProjectPath => """]]>%(ProjectPath)<![CDATA["""%3B |
57 | 63 | }]]> |
58 | 64 | </Source> |
@@ -89,13 +95,20 @@ namespace Projects%3B |
89 | 95 | namespace Projects%3B |
90 | 96 |
|
91 | 97 | #pragma warning disable CS8981 // The type name only contains lower-cased ascii characters. Such names may become reserved for the language. |
| 98 | +/// <summary> |
| 99 | +/// Metadata for the Aspire Host project. |
| 100 | +/// </summary> |
92 | 101 | [global::System.CodeDom.Compiler.GeneratedCode("Aspire.Hosting", null)] |
93 | 102 | [global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage(Justification = "Generated code.")] |
94 | 103 | [global::System.Diagnostics.DebuggerDisplay("Type = {GetType().Name,nq}, ProjectPath = {ProjectPath}")] |
95 | 104 | ]]>$(AspireGeneratedClassesVisibility)<![CDATA[ class ]]>%(ClassName)<![CDATA[ |
96 | 105 | #pragma warning restore CS8981 |
97 | 106 | { |
98 | 107 | private ]]>%(ClassName)<![CDATA[() { } |
| 108 | +
|
| 109 | + /// <summary> |
| 110 | + /// The path to the Aspire Host project. |
| 111 | + /// </summary> |
99 | 112 | public static string ProjectPath => """]]>%(ProjectPath)<![CDATA["""%3B |
100 | 113 | }]]> |
101 | 114 | </Source> |
|
0 commit comments