WootzJs icon indicating copy to clipboard operation
WootzJs copied to clipboard

String format result wrong: FormatPatternString are outputed

Open coddoge opened this issue 6 years ago • 5 comments

Code: System.Console.WriteLine$2("{0:yyyy-MM-dd HH:mm:ss}",[System.DateTime.get_Now()]) Resuit: {0:yyyy-MM-dd HH:mm:ss}2018-03-29 09:41:45 expected: 2018-03-29 09:41:45 without format string

Code: System.Console.WriteLine$2("{0:yyyy-MM-dd HH:mm:ss},{1}",[System.DateTime.get_Now(),0]) Result: {0:yyyy-MM-dd HH:mm:ss},{1}2018-03-29 09:43:39,0 expected: 2018-03-29 09:43:39,0 without format string

build in vs2017. Run in Chrome console command-line

coddoge avatar Mar 29 '18 01:03 coddoge

Not sure if this github is still active, if you need csharp to Javascript give bridge.net a try. I use it in production

samuelGrahame avatar May 12 '18 21:05 samuelGrahame

Sorry for late reply, and thank you for suggestion! I have looked that, and it seem it's so cool. Before using in production, i will try it in Amateur project.

coddoge avatar Sep 19 '18 07:09 coddoge

if you need any help with bridge just give me a buzz - [email protected] I have made this library: https://github.com/samuelGrahame/ExpressCraft currently using above library with bridge with our production software. works like a treat.

samuelGrahame avatar Sep 20 '18 00:09 samuelGrahame

Hey guys, I've been following the Blazor project with a lot of energy, and in my opinion, this is the way forward here. I enjoyed playing with WootzJs, but Blazor seems first class, so that's where I'd put my marbles. :)

kswoll avatar Oct 06 '18 22:10 kswoll

Blazor is good and all, but been able to interact with the dom and other javascript is way off from being ready for production.

samuelGrahame avatar Oct 08 '18 22:10 samuelGrahame