Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestIterator fails due to IEnumerator helper type not found #1302

Open
manodasanW opened this issue Mar 16, 2023 · 1 comment
Open

TestIterator fails due to IEnumerator helper type not found #1302

manodasanW opened this issue Mar 16, 2023 · 1 comment
Assignees
Labels
AssemblyVersion change Requires assembly version change for WinRT.Runtime bug Something isn't working

Comments

@manodasanW
Copy link
Member

System.InvalidOperationException : Target type is not a projected type: System.Collections.IEnumerator.

Stack Trace: 
TypeExtensions.GetHelperType(Type type) line 103
IDynamicInterfaceCastable.GetInterfaceImplementation(RuntimeTypeHandle interfaceType) line 144
IEnumerator.MoveNext()
CustomIteratorTest.MoveNext() line 1916
TestCSharp.TestIterator() line 2595

@manodasanW manodasanW added the bug Something isn't working label Mar 16, 2023
@manodasanW manodasanW self-assigned this Mar 16, 2023
@manodasanW manodasanW added the AssemblyVersion change Requires assembly version change for WinRT.Runtime label Mar 16, 2023
@manodasanW
Copy link
Member Author

Need to evaluate whether this needs to be converted to an IDIC interface which would be an API surface change:

class IEnumerator<T> : global::System.Collections.Generic.IEnumerator<T>, global::Windows.Foundation.Collections.IIterator<T>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AssemblyVersion change Requires assembly version change for WinRT.Runtime bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant