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

[scriptcs] x-platform compatibility #1542

Closed
filipw opened this issue Mar 24, 2015 · 10 comments
Closed

[scriptcs] x-platform compatibility #1542

filipw opened this issue Mar 24, 2015 · 10 comments
Assignees
Labels
Area-Interactive Feature Request Interactive-ScriptingLogic Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented
Milestone

Comments

@filipw
Copy link
Contributor

filipw commented Mar 24, 2015

This was brought up before but I couldn't find an issue for that, so thought it should be logged (feel free to close it if I'm duplicating)

For example this simple piece of code (24 March nightlies):

  CSharpScript.Run(@"System.Console.WriteLine(""foo"")", new ScriptOptions().WithReferences(typeof(Object).Assembly));

Produces the following result on Mono 3.12.1:
screenshot 2015-03-24 22 35 41

@tmat
Copy link
Member

tmat commented Mar 24, 2015

Scripting isn't x-platform yet.

@filipw
Copy link
Contributor Author

filipw commented Mar 25, 2015

@tmat the hidden ploy here was to get you to commit to a milestone on xplat 😄 😄

@ManishJayaswal
Copy link
Contributor

@filipw 😄

@glennblock
Copy link

Please please. This MUST happen!

@mawindho
Copy link

Any idea when scripting will be x-plattform? Would really like to use it on my pi 😄

@RichiCoder1
Copy link

It's my understanding that much of the work to enable scripting is happening in 1.1. Does that included cross plat, even in a not-officially-supported way?

@ManishJayaswal
Copy link
Contributor

scripting would follow the footsteps of clr pretty closely as far as x-plat support is concerned.

@tmat
Copy link
Member

tmat commented Jan 5, 2016

Scripting is now generally working on CoreCLR and Mono. There are some issues, but those should be tracked separately as we find them. Note for example that GAC is now supported on Mono: ea0ce9f

@tmat tmat closed this as completed Jan 5, 2016
@tmat tmat added the Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented label Jan 5, 2016
@tmat
Copy link
Member

tmat commented Jan 5, 2016

@filipw Could you please try to use the latest bits on Mono and report any issues? Thanks!

@glennblock
Copy link

Great to see progress here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Interactive Feature Request Interactive-ScriptingLogic Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented
Projects
None yet
Development

No branches or pull requests

7 participants