You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.Net: comments and var name inconsistent with source (#8832)
### Motivation and Context
Please help reviewers and future users, providing the following
information:
1. Why is this change required?
comment and variable name are inconsistent with actual code
3. What problem does it solve?
readability
5. What scenario does it contribute to?
Step8 of the Getting started test cases
7. If it fixes an open issue, please link to the issue here.
### Description
This is a cosmetic change to improve the consistency of the code base
and its comment/var names
### Contribution Checklist
<!-- Before submitting this PR, please make sure: -->
- [x] The code builds clean without any errors or warnings
- [x] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄
0 commit comments