Search Issue Tracker

Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.

Postponed

Votes

0

Found in

5.3.0f4

Issue ID

761240

Regression

No

[Mono] NotImplementedException is thrown internally when passing IEnumerator as argument

Mono

-

Steps to reproduce:
1. Open user attached project
2. Look at console window

Expected: All scripts are compiled without compile error messages

Actual results:
Unhandled Exception: System.NotImplementedException: The requested feature is not implemented.
at Mono.CSharp.TypeInferenceContext.OutputTypeInference (Mono.CSharp.ResolveContext ec, Mono.CSharp.Expression e, System.Type t) [0x00000] in <filename unknown>:0

This line Breaks:
this.Test(this.Enumerator, null);

Workaround:
this.Test<string>(this.Enumerator, null)

Notes: Tested on MonoDevelop

Reproduced on: 5.4.0b14, 5.3.4p3, 5.2.4f1

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.