Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

String format result wrong: FormatPatternString are outputed #39

Open
coddoge opened this issue Mar 29, 2018 · 5 comments
Open

String format result wrong: FormatPatternString are outputed #39

coddoge opened this issue Mar 29, 2018 · 5 comments

Comments

@coddoge
Copy link

coddoge commented Mar 29, 2018

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

@samuelGrahame
Copy link

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

@coddoge
Copy link
Author

coddoge commented Sep 19, 2018

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.

@samuelGrahame
Copy link

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.

@kswoll
Copy link
Owner

kswoll commented Oct 6, 2018

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. :)

@samuelGrahame
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants