namespace MySql.src
{
public class User
{
public static String symbol1 = "hello jack";
}
}
new a proj “MySql”; and new a csharp file “User.cs” like top code
new a invoke code activity and use code **Console.WriteLine("MySql.src.User.symbol1)**;
run maybe error, reopen the proj, run success and log hello jack
and next
4. i add the new var symbol2 in User.cs, public static String symbol2 = "hello tom";.
5. the invoke code use **Console.WriteLine("MySql.src.User.symbol2)**;
6. trying debug or run again the proj, showing error of No compiled code to run error CS0117: 'User' does not contain a definition for 'symbo2' At line 43
Let me check on the second one too…but these might be improvements that are needed as of now…
Its not invoke code is refreshed its more because thw .local .peoject folders are to be updated as these are dynamic classes that are being created so its more on the ca file refresh rather than invoke code