Michael Aird

Results 29 comments of Michael Aird

No worries. We're continuing to crank through implementing some more things. On our radar: - Switch statements - Try/catch blocks - CastExpression - ArrayCreationExpression - ElementAccessExpression - LogicalAndExpression - LessThanExpression...

Here's my initial crack at handling generic types(and nullable types, and arrays and some other bits). https://github.com/michaelaird/Rosetta/commit/e7e92dca146660de1123c391bfcb46f10f2a0eb3 Over the weekend, I'm going to try to also put in calling generic...

Great! We're new to using roslyn so feel free to make any "code review" type suggestions on things you think we should do differently.

I believe this commit fixes this issue. as well as upgrading to the Roslyn 2.0: https://github.com/michaelaird/Rosetta/commit/1d0297ebcbb6a6150a0cfea6662228de4f909b42

Let me know if you want to chat about integrating our changes back into the main. On Thu, May 11, 2017 at 7:54 AM Andrea wrote: > @michaelaird Yes, yep...

I've now merged all your changes into my fork so it should be pull-able. I had to upgrade to .net 4.6 because the latest versions of the nuget packages for...

I haven't added any new projects. I don't think I added any tests. :( There is one test failing: WhenFileShortParameterSpecifiedThenFileRoutineIsExecuted

No worries and no rush on my part. The translation units we've implemented make Rosetta complete enough for translating our Script# projects so it's been hugely helpful for us. Feel...

@Artur-A Have you looked at NSwag ( https://github.com/NSwag/NSwag ) ? It might meet your needs for generating TypeScript client code to match your server-side API.