Skip to content

Commit

Permalink
port templating changes
Browse files Browse the repository at this point in the history
  • Loading branch information
YuliiaKovalova committed Jan 18, 2023
1 parent ce6fd37 commit 3938f00
Showing 1 changed file with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,25 +119,6 @@ bool ITemplateEngineHost.OnPotentiallyDestructiveChangesDetected(IReadOnlyList<I
//do nothing
return false;
}

[Obsolete]
bool ITemplateEngineHost.OnConfirmPartialMatch(string name)
{
//do nothing
return false;
}

[Obsolete]
void ITemplateEngineHost.LogDiagnosticMessage(string message, string category, params string[] details)
{
//do nothing
}

[Obsolete]
void ITemplateEngineHost.LogTiming(string label, TimeSpan duration, int depth)
{
//do nothing
}
#pragma warning restore CA1041 // Provide ObsoleteAttribute message
#endregion
}
Expand Down

0 comments on commit 3938f00

Please sign in to comment.