Skip to content

.Net: Review public API surface of OpenAPI plugins #6884

@SergeyMenshykh

Description

@SergeyMenshykh

Ensure that the public API surface of OpenAPI plugins is as small as possible and:

  • All classes that need to be sealed and internal are sealed and internal.
  • All public classes belong to the correct namespace and have internal constructors.
  • Abstract classes are used instead of interfaces where it makes sense.
  • All class members that should not be public are not public.
  • Etc.

Metadata

Metadata

Labels

.NETIssue or Pull requests regarding .NET codeIgniteFeatures planned for next Ignite conferenceopenapiIssues related to the OpenAPI function importersk team issueA tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)

Type

No type

Projects

Status

Sprint: Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions