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
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
- “ReferenceError: Pointer_stringify is not defined” error is thrown when downloading a file
- GameObjects are not rendered when using a fragment shader with RWStructuredBuffer in URP
- [Profiler] The GPU Highlight module flags the frame before the spike when using DoInference in a coroutine
Add comment