fix: Build documentation at compilation

Some documentation was broken. I refactored it to be declarative now the
project build correctly and produce XML documentation.
This commit is contained in:
kbe
2026-07-22 19:58:53 +02:00
parent e8c84f0ba1
commit 040a51bf03
5 changed files with 11 additions and 6 deletions
+1
View File
@@ -113,6 +113,7 @@ public sealed class RemoteWindow
return NativeMethods.FlashWindowEx(ref info);
}
/// <summary>Returns a string representation of this window, including its handle, class name, and title.</summary>
public override string ToString()
{
var sb = new StringBuilder();