orleans icon indicating copy to clipboard operation
orleans copied to clipboard

Support implementing multiple IConverter<,> in single converter class

Open ccorsano opened this issue 1 year ago • 1 comments

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

ccorsano avatar Feb 25 '24 14:02 ccorsano

Should we also add IPopulator<,>?

ReubenBond avatar Mar 07 '24 22:03 ReubenBond