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: Remove ReadOnlySkillCollection accessor from ISkillCollection (microsoft#2178)
This ISkillCollection inherits IReadOnlySkillCollection, and therefore
this is an implicit cast. There's certainly no need to implement it as a
required property for future implementers of ISkillCollection.
### Description
Remove property `ISkillCollection.ReadOnlySkillCollection`. Clean up
comments, samples and tests.
### Contribution Checklist
- [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
- [ ] I didn't break anyone 😄
-> This could be a (very low impact) breaking change, if anyone happens
to be calling this.
0 commit comments