Skip to content

Tags: marcob/scriptcs

Tags

v0.14.0

Toggle v0.14.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request scriptcs#983 from scriptcs/dev

merge dev to master for 0.14

v0.13.3

Toggle v0.13.3's commit message
Merge pull request scriptcs#937 from adamralph/936

fix install script for choco < v0.9.8.33

v0.13.2

Toggle v0.13.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request scriptcs#924 from adamralph/922

Ensuring GAC dlls are loaded. Fix for scriptcs#922

v0.13.1

Toggle v0.13.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request scriptcs#919 from scriptcs/dev

merge dev to master

v0.13

Toggle v0.13's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request scriptcs#907 from scriptcs/dev

merge dev to master

v0.12

Toggle v0.12's commit message
Merge pull request scriptcs#881 from scriptcs/dev

Ship it.

scriptcs#876

v0.11

Toggle v0.11's commit message
Tagging v0.11

v0.10.2

Toggle v0.10.2's commit message
Merge pull request scriptcs#816 from adamralph/815

fixed install script

v0.10.1

Toggle v0.10.1's commit message
Merge pull request scriptcs#813 from adamralph/747

removal of old install paths in choco install script

v0.10

Toggle v0.10's commit message
Merge branch 'dev'

* dev: (245 commits)
  Update version to v0.10
  refactor: whitespace and usings
  green: fixed AppDomainAssemblyResolverTests
  Adding AssemblyResolver unit test for verifying binary filtering. Also refactored all resolver tests to use Autofixture
  Adding to call the overload that applies the .dll and .exe filter
  Removing warning
  Fixing StyleCop settings, finishg unit tests
  Adding first two groups of unit tests. One group to go
  Removing unused variable
  Adding logic to warn if newer version of assembly is being registered that was already resolved. Adding new methods to AssemblyUtility to make assembly loading more testable. Completely refactoring module loader to make it more maintainable and easier to test
  Addressing code review feedback from @adamralph
  whitespace, remove and sort usings
  changed script command to log and return an error when the submission is incomplete
  Adding ordering logic to ensure that if multiple assemblies are present, latest version always wins
  Fixing test. Need to have .dll in the path name to have it discovered
  Moving init code into the AppDomainAssemblyResolver. Calling init now in the ScriptServicesBuilderFactory instead of ScriptServicesBuilder
  Refactoring out interface and registering with Autofac. Adding logic to pass module package assemblies to the AppDomainResolver
  added test for not performing submission complete check for script mode
  perform the complete submission check only if there is no executed code file (so only for REPL mode)
  Fixed failing tests
  ...