Skip to content

Commit f5b9d08

Browse files
committed
RC v4.10.0.0
1 parent 0b9e4a6 commit f5b9d08

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

src/CSScriptLib/src/CSScriptLib/CSScriptLib.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
- fixed problem with local methods in the call stack
3737

3838
### 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>
4042
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
4143
<AssemblyVersion>4.10.0.0</AssemblyVersion>
4244
<FileVersion>4.10.0.0</FileVersion>

src/chocolatey/cs-script.nuspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
- fixed problem with local methods in the call stack
3737

3838
### 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>
4042
<copyright>Oleg Shilo</copyright>
4143
<tags>cs-script C# script dynamic hosting</tags>
4244
<dependencies>

src/cscs/cscs.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
- fixed problem with local methods in the call stack
3131

3232
### 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>
3436
<PackageLicenseExpression>MIT</PackageLicenseExpression>
3537
<PackageIcon>css_logo.png</PackageIcon>
3638
<ApplicationIcon>css_logo.ico</ApplicationIcon>

src/csws/csws.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
- fixed problem with local methods in the call stack
3434

3535
### 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>
3739
<PackageLicenseExpression>MIT</PackageLicenseExpression>
3840
<ApplicationIcon>css_logo.ico</ApplicationIcon>
3941
<PackageIcon>..\logo\css_logo.png</PackageIcon>

0 commit comments

Comments
 (0)