You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes at the moment logging is not translated to JS yet. The initial support for translating C# to JS only allows calling to extension APIs and declaring constant variables.
I am renaming this issue so that we can continue to use it as a tracker for all the requests for new translation supports like this.
If I have a
Console.WriteLine
orLogger.LogInformation
in theBackgroundWorker.Main
method then the build will always fail.For instance, this will work
This will fail
The text was updated successfully, but these errors were encountered: