CoderNate / CSharpToPython

C# to Python source code converter using Roslyn
MIT License
50 stars 22 forks source link

codernate out-of-date #1

Closed Dejniel closed 1 year ago

Dejniel commented 3 years ago

"Binary expression kind AsExpression not implemented yet." It is implemented but test fail https://github.com/CoderNate/CSharpToPython/runs/117719059

CoderNate commented 3 years ago

It turns out I had a commit still sitting around on my hard drive that I had never pushed which fixes the issue you're talking about. I pushed that up so the tests pass now but my build pipeline isn't cooperating. The Uno Wasm version it was using doesn't seem to be available anymore and newer versions are giving compile errors.

CoderNate commented 1 year ago

I fixed the build and redeployed so I'll close this. Thanks.