feature: Treat warnings as errors and set warning level to 5 (#2270)
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Discord.Interactions.Builders
|
||||
/// <summary>
|
||||
/// Sets <see cref="Style"/>.
|
||||
/// </summary>
|
||||
/// <param name="style">New value of the <see cref="SetValue(string)"/>.</param>
|
||||
/// <param name="style">New value of the <see cref="Style"/>.</param>
|
||||
/// <returns>
|
||||
/// The builder instance.
|
||||
/// </returns>
|
||||
|
||||
@@ -64,7 +64,7 @@ namespace Discord.Interactions.Builders
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Adds text components to <see cref="TextComponents"/>.
|
||||
/// Adds text components to <see cref="Components"/>.
|
||||
/// </summary>
|
||||
/// <param name="configure">Text Component builder factory.</param>
|
||||
/// <returns>
|
||||
|
||||
Reference in New Issue
Block a user