NRefactory
NRefactory copied to clipboard
Cannot implicitly convert type `T[]` to `IReadOnlyCollection<T>`
When opening MSBuildBasedProject.cs in SharpDevelop 5, CS0029InvalidConversionIssue shows several false-positives.
The resolver seems to have problems with conversions from T[] to IReadOnlyCollection<T>.
Conversions from T[] to IReadOnlyList<T> work fine, so the problem is not that the .NET 4.5 types are missing in the compilation.