Closed MikeHillberg closed 4 years ago
I'm wondering why you choose to name this
IXamlServiceProvider
instead of already existingIServiceProvider
IServiceProvider is specific to .NET. But we should project it to IServiceProvider in the cs/winrt projection: https://github.com/microsoft/CsWinRT/issues/358
I'm wondering why you choose to name this
IXamlServiceProvider
instead of already existingIServiceProvider
IServiceProvider is specific to .NET. But we should project it to IServiceProvider in the cs/winrt projection: microsoft/CsWinRT#358
There is already a classic COM interface called IServiceProvider, so C++ code may encounter name conflicts if we called it IServiceProvider.
I'm wondering why you choose to name this
IXamlServiceProvider
instead of already existingIServiceProvider