File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
src/Tests/Microsoft.TemplateEngine.Cli.UnitTests Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments