Upgrade to Roslyn packages 1.0.0 rc2 by filipw · Pull Request #1064 · scriptcs/scriptcs · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
5ccbcb8
Initial commit
filipw Mar 7, 2015
ca43877
added engine based on new roslyn bits from the fork
filipw Mar 7, 2015
890876f
added SLN
filipw Mar 7, 2015
87a539f
fixed csproj and added nuget
filipw Mar 7, 2015
e1d5cba
made the code compile
filipw Mar 7, 2015
6723aea
renamed roslyn to csharp
filipw Mar 7, 2015
34eb022
renamed old roslyn engine folder to csharp
filipw Mar 7, 2015
22e144e
add a build script which creates a nuget package
adamralph Mar 7, 2015
eb1201c
Merge pull request #1 from adamralph/build
filipw Mar 8, 2015
2bf1562
added core and contracts as submodule
filipw Mar 8, 2015
092e409
updated references to use submodule projects
filipw Mar 8, 2015
ac240ba
do not open multiline on invalid REPL command
filipw Mar 8, 2015
3b3defe
Create README.md
filipw Mar 8, 2015
edffe53
Update README.md
filipw Mar 8, 2015
7698aac
updated nuspec and build
filipw Mar 8, 2015
eaa80ff
Merge branch 'master' of https://github.com/scriptcs/scriptcs-csharp
filipw Mar 8, 2015
320821a
updated AssemblyInfo.cs
filipw Mar 8, 2015
f2a248a
added BaseDirectory support
filipw Mar 8, 2015
141cc93
updated packages
filipw Mar 14, 2015
538f92d
don't execute empty code
filipw Mar 14, 2015
b6ccae8
added VB. We'l need to figure out how to rename the repo and all that
filipw Mar 14, 2015
9b88947
fixed some code redundancy between repl engines
filipw Mar 14, 2015
cfc7ad3
added VB specific VisualBasicNamespaceLineProcessor
filipw Mar 15, 2015
5735856
removed trace - too many issues with it now (breaking REPL)
filipw Mar 15, 2015
56cadcb
split into 3 assemblies
filipw Mar 15, 2015
d622279
renamed to ScriptCs.Engines.sln
filipw Mar 15, 2015
8f23c4c
Update README.md
glennblock Mar 17, 2015
315f9ef
Merge pull request #3 from glennblock/master
filipw Mar 17, 2015
b0ef141
fix build script after rename and split into 3 projects
adamralph Mar 17, 2015
c3a6a60
Merge pull request #5 from adamralph/fix-build
filipw Mar 17, 2015
93a61c5
refactor: move MSBuild task config into method
adamralph Mar 17, 2015
bb1768a
refactor: remove redundant line break
adamralph Mar 17, 2015
0359d63
Merge pull request #6 from adamralph/refactor-baufile
filipw Mar 17, 2015
34927f1
added in memory engine and compiler engine
filipw Mar 21, 2015
2b45367
added CSharpPersistentEngine
filipw Mar 21, 2015
0fedff3
Merge pull request #8 from scriptcs/feature/cache-and-debug
adamralph Mar 21, 2015
2fc8687
updated packages to 1.0.0-rc2 from nuget (no more myget)
filipw May 2, 2015
fb9f669
removed scriptcs submodule and referenced scriptcs via nuget
filipw May 2, 2015
4e6d665
updated build
filipw May 2, 2015
d97800c
Merge remote-tracking branch 'remotes/test/master' into feature/rosly…
filipw Jun 30, 2015
cdc2156
removed unneeded files
filipw Jun 30, 2015
ae3bef5
removed ScriptCs.Engine.Roslyn and added the new engine projects
filipw Jun 30, 2015
208a5ff
fixed breaking project config on the new new engine projects
filipw Jun 30, 2015
c270d06
fixed tests that wouldn't build
filipw Jun 30, 2015
df1c63b
fixed unit tests
filipw Jul 26, 2015
e326a37
replaced roslyn nuget packages with references to lib folder
filipw Jul 26, 2015
44f666e
internalize roslyn 1.0.0-rc2
filipw Jul 26, 2015
330e1aa
ensure the proper assembly name at startup
filipw Jul 26, 2015
896ee27
replaced Common.Logging.ILog with ScriptCs ILog
filipw Jul 26, 2015
7b67e24
removed unneeded Common Logging references
filipw Jul 26, 2015
1ba5939
removed unneeded ScriptCs.Engine.Roslyn
filipw Jul 26, 2015
14661ce
fixed more tests - respect the immutability
filipw Jul 26, 2015
5d94fcf
added new names to Build.proj, temporarily remove acceptance tests
filipw Jul 26, 2015
8a2c373
Merge remote-tracking branch 'remotes/upstream/dev' into feature/rosl…
filipw Jul 27, 2015
548ada1
changed all new engines to use ILogProvider
filipw Jul 27, 2015
b86a86a
removed unneeded files from old engine repos
filipw Jul 27, 2015
e4d3ce9
added Common info files to new engine projects
filipw Jul 27, 2015
4fc4101
updated NuGet.exe
filipw Jul 27, 2015
87a6997
changed casing on nuget.core in an attempt to get Travis CI to pass
filipw Jul 27, 2015
5151114
fixed Core and Contracts references in ScriptCs.CSharp and ScriptCs.V…
filipw Jul 27, 2015
14396f0
one more nuget core rename
filipw Jul 27, 2015
e8ac626
Merge branch 'dev' of https://github.com/scriptcs/scriptcs into featu…
filipw Aug 8, 2015
8c1a46c
fixed broken build
filipw Aug 11, 2015
a62f706
revert acceptance tests
filipw Aug 11, 2015
a735c7a
fixed debug compiled script to respect the host
filipw Aug 11, 2015
ada5fab
changed script library acceptance test to run without debug mode
filipw Aug 11, 2015
f483129
addressed code review feedback - clean up of proj files, don't share …
filipw Aug 17, 2015
b63fcf6
further clean up of project files and nuspecs
filipw Aug 17, 2015
a855e2e
Merge remote-tracking branch 'remotes/upstream/dev' into feature/rosl…
filipw Sep 16, 2015
adfe3d0
Merge branch 'feature/roslyn-engines-rc2' of https://github.com/filip…
filipw Sep 16, 2015
9f4dcce
fixed typo
filipw Sep 22, 2015
1c798aa
Merge branch 'feature/roslyn-engines-rc2' of https://github.com/filip…
filipw Sep 22, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 18 additions & 6 deletions ScriptCs.sln
5 changes: 3 additions & 2 deletions build/Build.proj
Binary file added lib/Microsoft.CodeAnalysis.CSharp.Desktop.dll
Binary file not shown.
87 changes: 87 additions & 0 deletions lib/Microsoft.CodeAnalysis.CSharp.Desktop.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added lib/Microsoft.CodeAnalysis.CSharp.dll
Binary file not shown.
Loading