Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update wording of summary for generated classes
Co-authored-by: Eric Erhardt <[email protected]>
  • Loading branch information
shadow-cs and eerhardt authored Jan 14, 2022
commit b85753796411100be06da9dd88dba680e9671d0f
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ internal class Emitter

private static readonly string s_generatedTypeSummary =
"<summary> " +
"The implementation of this type is subject to change without further notice, " +
"do not use it directly in your code. " +
"This API supports the logging infrastructure and is not intended to be used directly from your code. " +
"It is subject to change in the future. " +
"</summary>";
private static readonly string s_generatedCodeAttribute =
$"global::System.CodeDom.Compiler.GeneratedCodeAttribute(" +
Expand Down