typespec icon indicating copy to clipboard operation
typespec copied to clipboard

change the array to `IReadOnlyList` since it is a public API

Open ArcturusZhang opened this issue 1 year ago • 1 comments

Since the GetSerializationTypeProviders is a public API and we never except the consumer of this method to modify the returned values, we should return it in a IReadOnlyList<>

ArcturusZhang avatar May 22 '24 05:05 ArcturusZhang

API change check

APIView has identified API level changes in this PR and created following API reviews.

Microsoft.Generator.CSharp Microsoft.Generator.CSharp.ClientModel

azure-sdk avatar May 22 '24 05:05 azure-sdk