Is csharp scripting compatible with .net 10 file based program #121370
Unanswered
andrew-vdb
asked this question in
Q&A
Replies: 1 comment
-
|
No, they are not the same. Scripting is interactive, you can load libraries in the middle of execution, change the definition of a symbol or function, etc. File-based program is the same as statically compiled program. It's compatible and gradually upgradable to project-based program. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wonder about what the exactly difference from both approach performance wise, i can see in die based program you can choose sdk. I mean considering the limitation for file based program is one file, just wondering if scripting api updated too to match what file based program can do or both stay as incompatible, which means if write down the script that you run in csharp scripting, it will not work as file based program or vice versa?
Beta Was this translation helpful? Give feedback.
All reactions