Skip to content

Commit a0c20e7

Browse files
port templating changes
1 parent ecabd31 commit a0c20e7

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

src/Tests/Microsoft.TemplateEngine.Cli.UnitTests/CliTestHostFactory.cs

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -119,25 +119,6 @@ bool ITemplateEngineHost.OnPotentiallyDestructiveChangesDetected(IReadOnlyList<I
119119
//do nothing
120120
return false;
121121
}
122-
123-
[Obsolete]
124-
bool ITemplateEngineHost.OnConfirmPartialMatch(string name)
125-
{
126-
//do nothing
127-
return false;
128-
}
129-
130-
[Obsolete]
131-
void ITemplateEngineHost.LogDiagnosticMessage(string message, string category, params string[] details)
132-
{
133-
//do nothing
134-
}
135-
136-
[Obsolete]
137-
void ITemplateEngineHost.LogTiming(string label, TimeSpan duration, int depth)
138-
{
139-
//do nothing
140-
}
141122
#pragma warning restore CA1041 // Provide ObsoleteAttribute message
142123
#endregion
143124
}

0 commit comments

Comments
 (0)