Skip to content

Conversation

@hoyosjs
Copy link
Member

@hoyosjs hoyosjs commented Oct 30, 2025

No description provided.

AGENTS.md Outdated
```
6. **Using directives**: Must be placed **outside** the namespace declaration
7. **Var keyword**: Avoid using `var` - use explicit types (configured as error when type is apparent)
8. **File organization**: One type per file, filename matches type name
Copy link
Member

@noahfalk noahfalk Oct 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our existing code doesn't adhere to this (example)

My experience has been that applying a 1 type per file rule tends to proliferate lots of very tiny files when working with enums, delegates, small structs, and records. I'm fine to go with it if the team consensus likes this style or it has some concrete benefit for copilot.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be here. It was the result of asking copilot to extract context from editor config since it had feedback about it being better.

noahfalk
noahfalk previously approved these changes Oct 30, 2025
@steveisok steveisok self-requested a review October 30, 2025 10:48
steveisok
steveisok previously approved these changes Oct 30, 2025
@hoyosjs hoyosjs dismissed stale reviews from steveisok and noahfalk via 2e31ef7 October 31, 2025 05:11
@hoyosjs hoyosjs enabled auto-merge (squash) October 31, 2025 05:12
@hoyosjs hoyosjs merged commit ace088c into main Oct 31, 2025
19 checks passed
@hoyosjs hoyosjs deleted the juhoyosa/add-nuget-instructions branch October 31, 2025 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants