Problem
The .github/copilot-instructions.md currently says "Do NOT document return values" (no <returns> tag). This convention is inherited from the internal BPM repo and is inappropriate for a public samples repository where XML docs help developers understand the code.
Proposed Changes
- Update
.github/copilot-instructions.md to remove the "Do NOT document return values" rule
Context
The Samples repo has minimal public API surface, so the code change scope is small — primarily the copilot-instructions update.
See also: Azure/Connectors-NET-SDK#41
Problem
The
.github/copilot-instructions.mdcurrently says "Do NOT document return values" (no<returns>tag). This convention is inherited from the internal BPM repo and is inappropriate for a public samples repository where XML docs help developers understand the code.Proposed Changes
.github/copilot-instructions.mdto remove the "Do NOT document return values" ruleContext
The Samples repo has minimal public API surface, so the code change scope is small — primarily the copilot-instructions update.
See also: Azure/Connectors-NET-SDK#41