diff --git a/Stuff/Stuff/RunOnceDelegateDecorator.cs b/Stuff/Stuff/RunOnceDelegateDecorator.cs
index 04bc523..ac0cc9a 100644
--- a/Stuff/Stuff/RunOnceDelegateDecorator.cs
+++ b/Stuff/Stuff/RunOnceDelegateDecorator.cs
@@ -13,6 +13,9 @@ public class RunOnceDelegateDecorator
#pragma warning restore 169, 414
/// Simple decoration of given delegate. Does not introduce any additional behavior
+ ///
+ /// Some remarks here.
+ ///
/// Delegate type
/// Delegate to decorate
/// New delegate which is wrapper around given one
diff --git a/Stuff/Stuff/Stuff.csproj b/Stuff/Stuff/Stuff.csproj
index 43bd7b5..0c94e96 100644
--- a/Stuff/Stuff/Stuff.csproj
+++ b/Stuff/Stuff/Stuff.csproj
@@ -46,6 +46,7 @@
+