Jump to content

Compile Error after last FP update

Fixed 1.2.6 1.2.7

user_404
user_404

Posted

21:22Failed compiling 'WirelessPower.cs':

21:22 1. Operator '??' cannot be applied to operands of type 'StringView' and 'string' [CS0019] (WirelessPower 31 line 3741)

ZA_Machete

Posted

quick fix 

search for 

Quote

string fullArgs = arg.FullString ?? "";

and replace it with this 

Quote

string fullArgs = arg.FullString.ToString();

 

 

  • Like 1
user_404

Posted

19 minutes ago, ZA_Machete said:

quick fix 

search for 

and replace it with this 

 

 

Thank you, that works. 

RickySpanish

Posted

Changed Status from Pending to Fixed

Changed Fixed In to 1.2.7

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.6m
Total downloads
Customers
11.3k
Customers served
Files Sold
162.1k
Total sales
Payments
3.5m
Processed total
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.