typespec
typespec copied to clipboard
change the array to `IReadOnlyList` since it is a public API
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<>
API change check
APIView has identified API level changes in this PR and created following API reviews.
Microsoft.Generator.CSharp Microsoft.Generator.CSharp.ClientModel