orleans
orleans copied to clipboard
Support implementing multiple IConverter<,> in single converter class
Fix and unit test for https://github.com/dotnet/orleans/issues/8879
Only select IConverter<,> interfaces whose types arguments matches the searched type.
Unit test also submitted separately as a fail test in https://github.com/dotnet/orleans/pull/8880
Microsoft Reviewers: Open in CodeFlow
Should we also add IPopulator<,>?