View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001649 | NoesisGUI | Unity | public | 2020-04-08 20:11 | 2020-04-09 20:24 |
| Reporter | stonstad | Assigned To | sfernandez | ||
| Priority | normal | Severity | minor | ||
| Status | resolved | Resolution | no change required | ||
| Product Version | 3.0.0 | ||||
| Summary | 0001649: Compile Errors - Disambiguation Needed | ||||
| Description | FilterPredicate.cs uses a type that cannot be resolved due to two types having the same name (System.ComponentModel) and System.Collections.Specialized. See included error message for details. | ||||
| Steps To Reproduce | Import Noesis 3.0.6 into a project. | ||||
| Attached Files | |||||
| Platform | Any | ||||
|
Resolved through the following disambiguation using statements: using System.Collections; |
|
|
Also needed w/ SortComparer. |
|
|
What platform, scripting backend and API compatibility level are you using? |
|
|
Scripting Backend: IL2CPP OK, it turns out Newtonsoft.Json defines System.ComponentModel shims which use the same namespace. I don't believe there is anything to fix here. |
|
|
Ok, thanks for the feedback, I'm closing this. |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-04-08 20:11 | stonstad | New Issue | |
| 2020-04-08 20:11 | stonstad | File Added: Errors.PNG | |
| 2020-04-08 20:13 | stonstad | Note Added: 0006174 | |
| 2020-04-08 20:14 | stonstad | Note Added: 0006175 | |
| 2020-04-09 13:16 | sfernandez | Assigned To | => sfernandez |
| 2020-04-09 13:16 | sfernandez | Status | new => feedback |
| 2020-04-09 13:16 | sfernandez | Note Added: 0006179 | |
| 2020-04-09 17:26 | stonstad | File Added: Cause.png | |
| 2020-04-09 17:26 | stonstad | Note Added: 0006181 | |
| 2020-04-09 17:26 | stonstad | Status | feedback => assigned |
| 2020-04-09 20:23 | sfernandez | Status | assigned => resolved |
| 2020-04-09 20:23 | sfernandez | Resolution | open => no change required |
| 2020-04-09 20:23 | sfernandez | Note Added: 0006184 | |
| 2020-04-09 20:24 | sfernandez | Product Version | 3.0 => 3.0.0 |
| 2025-10-10 13:29 | jsantos | Category | Unity3D => Unity |