Skip to content

Tags: yajiesunny/cs-script

Tags

v3.29.0

Toggle v3.29.0's commit message
- Implemented NuGet dependencies discovery

v3.28.9.0

Toggle v3.28.9.0's commit message
# Release v3.28.9.0

* CS-Script v3.28.9.0
 - added injection of debug directives for seamless debugging raw auto-classes
 - added support for freestyle auto-classes
 - use vswhere tool for getting VS2017 IDE path in debugVS15.0.cs
 - CSScriptLib: Roslyn is made a default evaluator engine (instead of Mono).
 - fixed missing autoclass freestyle sample from the CLI/syntax help content

* CSScriptLib.Core v1.0.5.0
  - Issue oleg-shilo#132: Extensions collision (.NET Core version)
  - Issue oleg-shilo#123: cs-script.core and <PrivateImplementationDetails>1 error
  - Issue oleg-shilo#124: cs-script.core compile only
  - Added `CompileAssemblyFromCode`
  - Added `CSScript.Evaluator.Check`
  - Issue oleg-shilo#123: cs-script.core and <PrivateImplementationDetails>1 error

* CS-Script.Core: Release v1.0.0.0
  - Added support for redirecting to Core vs .NET-Full engine
  - Added publishing script
  - Embedded dbg (for `print()` extension)
  - Added `//css_compiler`

v3.28.7.0

Toggle v3.28.7.0's commit message
Release v3.28.7.0

 - added injection of debug directives for seamless debugging raw auto-classes
 - added support for freestyle auto-classes

v3.28.65.0

Toggle v3.28.65.0's commit message
# Release v3.28.6.0

* CS-Script v3.28.6.0
    - added auto loading of the `app.config` if found
    - switch `-sconfig` can now be passed from the code with `//css_args`.
    - parsing `//css_args` is updated to match OS process arguments handling.

* CSScriptLib.Core v1.0.2.0
    - parsing `//css_args` is updated to match OS process arguments handling.

* CS-Script.Core v0.0.2.0-alpha
    - parsing `//css_args` is updated to match OS process arguments handling.
    - Limitations:
         - Currently Roslyn has an incredible _first execution_  loading performance overhead. Which is leveraged by CS-Script caching and _CS-Script server_. But it is expected that eventually MS will address this rather annoying deficiency in Roslyn itself.
         - Hard-codded Roslyn-scripting compiler, which is to be replaced in the next releases with Roslyn-CodeDOM compiler.
         - CS-Script server does not support idle-timeout yet

v3.28.5.0

Toggle v3.28.5.0's commit message
Release v3.28.5.0

- switch `-l` (local) is now enabled by default
- switch `-sconfig` (script config) is now enabled by default
- Added missing file to the DynamicWPF sample

v3.28.4.0

Toggle v3.28.4.0's commit message
# Release v3.28.4.0

* CS-Script v3.28.4.0
  - Added resolving GAC assemblies on Mono (when running on Windows)
  - Implemented resolving custom config file specified by file name only (local with respect to cscs.exe)
  - Command `-stop` now stops syntaxer.exe as well

* CS-Script.Core v1.0.1.0
  - Implemented resolving `using` into assemblies from 'dotnet\shared' folder
  - Issue oleg-shilo#110: Compiling to Byte[]/File in .NET Standard
  - Issue oleg-shilo#106: Fix netstandard2 version to work in 4.6.1 and fix ReferenceDomainAssemblies

v3.28.3.0

Toggle v3.28.3.0's commit message
# Release v3.28.3.0

- Added probing for C#/VB compiler on Linux; Needed for CS-Script.Syntaxer.
- Fixed Rolsyn support for VB.NET syntax (on Windows)
- Added -nuget CLI command ('Installs new or updates existing NuGet package')
- Fixed problem with file name only scripts being imported from the script local dir even if they are not found there. Was caused by incorrect processing of `ResolveRelativeFromParentScriptLocation` setting.

v3.28.2.1

Toggle v3.28.2.1's commit message
# Release v3.28.2.1

- Added -nuget CLI command ('Installs new or updates existing NuGet package')
- Fixed problem with file name only scripts being imported from the script local dir even if they are not found there. Was caused by incorrect processing of `ResolveRelativeFromParentScriptLocation` setting.

v3.28.2.0

Toggle v3.28.2.0's commit message
# Release v3.28.2.0

* CS-Script.Core
- Issue oleg-shilo#106: Fix netstandard2 version to work in 4.6.1 and fix ReferenceDomainAssemblies
- Fix netstandard2 version to work in 4.6.1 and fix ReferenceDomainAssemblies

* CS-Script
- Issue oleg-shilo#108: Option to no longer suppress TargetInvocationException in AsmBrowser
- Fixed problem with `cscs -config:get` not handling the properties containing '_'
- Issue oleg-shilo#107: //css_resource fails to resolve relative paths
- Solved problem with `MarshalByRefObjectWithInfiniteLifetime` being defined in both cscs and CSScriptLibrary
- Renamed MarshalByRefObjectWithInfiniteLifetime -> CSScriptLibrary.MarshalByRefObjectWithInfiniteLifetime
- Processing feedback on oleg-shilo#98 fixes.

v3.28.0.0

Toggle v3.28.0.0's commit message
Release v3.28.0.0 - repackaged