Skip to content

Search: collection properties should be read-only #11712

Closed

Description

Based on .NET Guidelines, we need to change all the collection properties to read-only (i.e. only a get accessor). Also, some of those collections should be IReadOnlyList<T> or IReadOnlyDictionary<TKey, TValue> instead of their non-read-only equivalents. See APIView for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

ClientThis issue points to a problem in the data-plane of the library.Searchblocking-releaseBlocks release

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions