issues
search
yanghuan
/
CSharp.lua
The C# to Lua compiler
Other
1.23k
stars
202
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
any possible support that convert lua to csharp? plz
#516
killop
opened
1 week ago
0
Fix GetCustomAttribute(s) extension methods.
#515
Orden4
closed
1 month ago
1
CSharpLua.BugErrorException: Compiler has a bug,原来旧版本是可以通过编译的,使用apple芯片后必须升级,然后编译报错
#514
uncleciba
closed
1 month ago
0
Compiler has a bug,旧版本没有问题,但用apple芯片必须升级,使用2.0的release后,原来编译通过的,现在也不行了
#513
uncleciba
opened
1 month ago
2
Enum.HasFlag bugged
#511
Orden4
closed
5 months ago
1
how to use class and methods exported in c
#510
wu162
opened
5 months ago
1
Record types don't work correctly in dictionaries
#509
tomshackell
closed
6 months ago
0
Incorrect handling of nullable records: attempt to call a nil value (field 'op_Inequality')
#508
tomshackell
closed
6 months ago
0
Is there any sourcemap support?
#507
IcyVizi
opened
7 months ago
1
Lua to C#
#506
ghost
closed
8 months ago
0
Properly handle Pinvoke in code
#505
ghost
closed
8 months ago
0
Could you add the classes to handle JSON and XML?
#504
ghost
closed
8 months ago
0
Self-contained distribution of CSharp.lua
#501
ghost
closed
9 months ago
0
Support "response files"
#500
ghost
closed
3 months ago
0
Interface overloads fail to be disambiguated in generated Lua
#494
joelverhagen
closed
9 months ago
1
Allow coroutine to be undefined for partial Array usage
#493
joelverhagen
closed
9 months ago
0
Another repro of #488 (with nested namespace)
#492
joelverhagen
closed
9 months ago
0
Sort partial definitions before accepting them
#491
joelverhagen
closed
9 months ago
0
Disambiguate duplicate module names
#490
joelverhagen
closed
9 months ago
0
调用await 函数问题
#489
mudebug77
closed
9 months ago
6
Order of input files can cause runtime errors
#488
joelverhagen
closed
9 months ago
0
Add Linq.AsEnumerable
#487
joelverhagen
closed
10 months ago
0
Braceless using makes method return nil
#486
joelverhagen
closed
10 months ago
0
Aggressive inlining in indexer causes compiler null reference exception
#485
joelverhagen
closed
10 months ago
0
Fix casing of HashSet collection copy
#484
joelverhagen
closed
10 months ago
0
Copy constructor of HashSet does not copy
#483
joelverhagen
closed
10 months ago
0
Fix Linq.Single with predicate
#482
joelverhagen
closed
10 months ago
0
Clone on 2-dimensional (2D) array returns a single dimensional array
#481
joelverhagen
closed
10 months ago
0
Switch clause with type matching does not work
#480
joelverhagen
closed
10 months ago
1
Switch on value tuple fails to match due to unassigned destructuring
#479
joelverhagen
closed
10 months ago
1
Default equality comparer in Dictionary is not used
#478
joelverhagen
closed
10 months ago
0
GetHashCode does not always return an int
#477
joelverhagen
closed
9 months ago
0
KeyValuePair does not implement GetHashCode (error about "user-defined struct")
#476
joelverhagen
closed
9 months ago
1
HasValue on nullable struct produces bad method order
#475
joelverhagen
closed
10 months ago
1
Default ValueTuple is not supported
#474
joelverhagen
closed
8 months ago
0
Incorrect order of operations with increment and array access
#473
joelverhagen
opened
10 months ago
0
输出的lua继承的静态字段没有为父类静态字段赋值
#472
xuhuanzy
closed
10 months ago
0
Wrong method selected when extension method implements Add for collection initializer
#471
joelverhagen
closed
10 months ago
0
Add Linq.MinBy and Linq.MaxBy support
#470
joelverhagen
closed
10 months ago
0
Primary constructors (C# 12) are not supported
#469
joelverhagen
closed
9 months ago
0
Add missing implicit for Span<T>
#468
joelverhagen
closed
10 months ago
0
Note to the repository author
#467
joelverhagen
closed
10 months ago
2
Add modf implementation in classic
#466
joelverhagen
closed
10 months ago
0
GetValueOrDefault on nullable enum produces bad method order
#465
joelverhagen
closed
10 months ago
1
Add support for Linq.Order and Linq.OrderDescending
#464
joelverhagen
closed
10 months ago
0
Enum.GetValues fails with `attempt to call a nil value (method 'getIsEnum')`
#463
joelverhagen
opened
10 months ago
0
Dictionary in generic class uses key namespace before it is assigned.
#462
joelverhagen
closed
9 months ago
0
Nested records are skipped in compilation
#461
joelverhagen
closed
10 months ago
0
Vector<T> is not implemented
#460
joelverhagen
closed
7 months ago
0
Namespace used before it is assigned when ref and stackalloc are used
#459
joelverhagen
closed
10 months ago
3
Next