Skip to content

Commit 2ea5d32

Browse files
trwalkegladjohn
andauthored
Add guideline to avoid reflection in code and tests (#5784)
* Add guideline to avoid reflection in code and tests Ensuring agents do not use reflection when coding * Update .clinerules/msal-guidelines.md Co-authored-by: Gladwin Johnson <90415114+gladjohn@users.noreply.github.com> --------- Co-authored-by: Gladwin Johnson <90415114+gladjohn@users.noreply.github.com>
1 parent 6013281 commit 2ea5d32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.clinerules/msal-guidelines.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Through its comprehensive feature set and proven reliability, MSAL.NET simplifie
4646
- Implement proper error handling and retry logic
4747
- Keep dependencies minimal and well-justified
4848
- Document security considerations thoroughly
49+
- Do not use reflection in source code and tests.
4950

5051
### Authentication Best Practices
5152
- Use certificate-based authentication over client secrets when possible

0 commit comments

Comments
 (0)