I can't compile my plugin after today's update
Error while compiling: UltraKits.cs(479,59): error CS1503: Argument `#2' cann
ot convert `System.Linq.IGrouping<int,string>' expression to type `string[]'
Any idea?
CS1503 error after today's update
Discussion in 'Rust Development' started by Kekafeti, Mar 29, 2018.
-
Wulf Community Admin
Whatever is on line 479 can’t be converted to string[].
-
Thanks. Just panic...