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
Copy file name to clipboardExpand all lines: src/CSScriptLib/src/CSScriptLib/CSScriptLib.csproj
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,9 @@
36
36
- fixed problem with local methods in the call stack
37
37
38
38
### CSScriptLib
39
-
- no changes</PackageReleaseNotes>
39
+
- CSScript.CodeDomEvaluator local build is now using running csc.exe with the "magic" `/shared` parameter that keeps `VBCSCompiler.exe` running and improves the compilation performance dramatically.(triggered by #423)
40
+
- `CodeDomEvaluator.CompileOnServer` default value now is set to `true`.
41
+
- `CSScript.EvaluatorConfig.CompilerOptions` now allows removing some of default compiler options that you may find undesirable for whatever reason. This can be accomplished by specifying the option value with the `!no` prefix (e.g. `!no/shared` will remove `/shared`.</PackageReleaseNotes>
Copy file name to clipboardExpand all lines: src/chocolatey/cs-script.nuspec
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,9 @@
36
36
- fixed problem with local methods in the call stack
37
37
38
38
### CSScriptLib
39
-
- no changes</releaseNotes>
39
+
- CSScript.CodeDomEvaluator local build is now using running csc.exe with the "magic" `/shared` parameter that keeps `VBCSCompiler.exe` running and improves the compilation performance dramatically.(triggered by #423)
40
+
- `CodeDomEvaluator.CompileOnServer` default value now is set to `true`.
41
+
- `CSScript.EvaluatorConfig.CompilerOptions` now allows removing some of default compiler options that you may find undesirable for whatever reason. This can be accomplished by specifying the option value with the `!no` prefix (e.g. `!no/shared` will remove `/shared`.</releaseNotes>
Copy file name to clipboardExpand all lines: src/cscs/cscs.csproj
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,9 @@
30
30
- fixed problem with local methods in the call stack
31
31
32
32
### CSScriptLib
33
-
- no changes</PackageReleaseNotes>
33
+
- CSScript.CodeDomEvaluator local build is now using running csc.exe with the "magic" `/shared` parameter that keeps `VBCSCompiler.exe` running and improves the compilation performance dramatically.(triggered by #423)
34
+
- `CodeDomEvaluator.CompileOnServer` default value now is set to `true`.
35
+
- `CSScript.EvaluatorConfig.CompilerOptions` now allows removing some of default compiler options that you may find undesirable for whatever reason. This can be accomplished by specifying the option value with the `!no` prefix (e.g. `!no/shared` will remove `/shared`.</PackageReleaseNotes>
Copy file name to clipboardExpand all lines: src/csws/csws.csproj
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,9 @@
33
33
- fixed problem with local methods in the call stack
34
34
35
35
### CSScriptLib
36
-
- no changes</PackageReleaseNotes>
36
+
- CSScript.CodeDomEvaluator local build is now using running csc.exe with the "magic" `/shared` parameter that keeps `VBCSCompiler.exe` running and improves the compilation performance dramatically.(triggered by #423)
37
+
- `CodeDomEvaluator.CompileOnServer` default value now is set to `true`.
38
+
- `CSScript.EvaluatorConfig.CompilerOptions` now allows removing some of default compiler options that you may find undesirable for whatever reason. This can be accomplished by specifying the option value with the `!no` prefix (e.g. `!no/shared` will remove `/shared`.</PackageReleaseNotes>
0 commit comments