mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Circular data detection fix, TypeDataChanged rebuild fix
This commit is contained in:
parent
617cdcbede
commit
5674bf80c0
4 changed files with 80 additions and 53 deletions
|
@ -21,7 +21,7 @@ namespace System
|
|||
public static extern String CallerProject;
|
||||
|
||||
[LinkName("#CallerExpression")]
|
||||
public static extern String[Int32.MaxValue] CallerExpression;
|
||||
public static extern String[0x0FFFFFFF] CallerExpression;
|
||||
|
||||
[LinkName("#ProjectName")]
|
||||
public static extern String ProjectName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue