NRefactory icon indicating copy to clipboard operation
NRefactory copied to clipboard

Cannot implicitly convert type `T[]` to `IReadOnlyCollection<T>`

Open dgrunwald opened this issue 11 years ago • 0 comments

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.

dgrunwald avatar Jan 10 '14 23:01 dgrunwald