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
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
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Capacity-size memory is copied instead of Length-size when using UnsafeUtility.memCpy()
- Console displays "SerializedObjectNotCreatableException: Object at index 0 is null" error during Unity theme change while "Tile Palette" window is opened
- Details are not shown when Error Message is still selected after changing Log Entry Count in the Console
- Disabling Unity VCS in Project Settings unfocuses the Project Settings Window
- Help box icon in "Tile Palette" window is blurry in both Unity themes
Add comment