Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 365
Upgrade to Roslyn packages 1.0.0 rc2 #1064
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
72 commits
Select commit
Hold shift + click to select a range
5ccbcb8
Initial commit
filipw ca43877
added engine based on new roslyn bits from the fork
filipw 890876f
added SLN
filipw 87a539f
fixed csproj and added nuget
filipw e1d5cba
made the code compile
filipw 6723aea
renamed roslyn to csharp
filipw 34eb022
renamed old roslyn engine folder to csharp
filipw 22e144e
add a build script which creates a nuget package
adamralph eb1201c
Merge pull request #1 from adamralph/build
filipw 2bf1562
added core and contracts as submodule
filipw 092e409
updated references to use submodule projects
filipw ac240ba
do not open multiline on invalid REPL command
filipw 3b3defe
Create README.md
filipw edffe53
Update README.md
filipw 7698aac
updated nuspec and build
filipw eaa80ff
Merge branch 'master' of https://github.com/scriptcs/scriptcs-csharp
filipw 320821a
updated AssemblyInfo.cs
filipw f2a248a
added BaseDirectory support
filipw 141cc93
updated packages
filipw 538f92d
don't execute empty code
filipw b6ccae8
added VB. We'l need to figure out how to rename the repo and all that
filipw 9b88947
fixed some code redundancy between repl engines
filipw cfc7ad3
added VB specific VisualBasicNamespaceLineProcessor
filipw 5735856
removed trace - too many issues with it now (breaking REPL)
filipw 56cadcb
split into 3 assemblies
filipw d622279
renamed to ScriptCs.Engines.sln
filipw 8f23c4c
Update README.md
glennblock 315f9ef
Merge pull request #3 from glennblock/master
filipw b0ef141
fix build script after rename and split into 3 projects
adamralph c3a6a60
Merge pull request #5 from adamralph/fix-build
filipw 93a61c5
refactor: move MSBuild task config into method
adamralph bb1768a
refactor: remove redundant line break
adamralph 0359d63
Merge pull request #6 from adamralph/refactor-baufile
filipw 34927f1
added in memory engine and compiler engine
filipw 2b45367
added CSharpPersistentEngine
filipw 0fedff3
Merge pull request #8 from scriptcs/feature/cache-and-debug
adamralph 2fc8687
updated packages to 1.0.0-rc2 from nuget (no more myget)
filipw fb9f669
removed scriptcs submodule and referenced scriptcs via nuget
filipw 4e6d665
updated build
filipw d97800c
Merge remote-tracking branch 'remotes/test/master' into feature/rosly…
filipw cdc2156
removed unneeded files
filipw ae3bef5
removed ScriptCs.Engine.Roslyn and added the new engine projects
filipw 208a5ff
fixed breaking project config on the new new engine projects
filipw c270d06
fixed tests that wouldn't build
filipw df1c63b
fixed unit tests
filipw e326a37
replaced roslyn nuget packages with references to lib folder
filipw 44f666e
internalize roslyn 1.0.0-rc2
filipw 330e1aa
ensure the proper assembly name at startup
filipw 896ee27
replaced Common.Logging.ILog with ScriptCs ILog
filipw 7b67e24
removed unneeded Common Logging references
filipw 1ba5939
removed unneeded ScriptCs.Engine.Roslyn
filipw 14661ce
fixed more tests - respect the immutability
filipw 5d94fcf
added new names to Build.proj, temporarily remove acceptance tests
filipw 8a2c373
Merge remote-tracking branch 'remotes/upstream/dev' into feature/rosl…
filipw 548ada1
changed all new engines to use ILogProvider
filipw b86a86a
removed unneeded files from old engine repos
filipw e4d3ce9
added Common info files to new engine projects
filipw 4fc4101
updated NuGet.exe
filipw 87a6997
changed casing on nuget.core in an attempt to get Travis CI to pass
filipw 5151114
fixed Core and Contracts references in ScriptCs.CSharp and ScriptCs.V…
filipw 14396f0
one more nuget core rename
filipw e8ac626
Merge branch 'dev' of https://github.com/scriptcs/scriptcs into featu…
filipw 8c1a46c
fixed broken build
filipw a62f706
revert acceptance tests
filipw a735c7a
fixed debug compiled script to respect the host
filipw ada5fab
changed script library acceptance test to run without debug mode
filipw f483129
addressed code review feedback - clean up of proj files, don't share …
filipw b63fcf6
further clean up of project files and nuspecs
filipw a855e2e
Merge remote-tracking branch 'remotes/upstream/dev' into feature/rosl…
filipw adfe3d0
Merge branch 'feature/roslyn-engines-rc2' of https://github.com/filip…
filipw 9f4dcce
fixed typo
filipw 1c798aa
Merge branch 'feature/roslyn-engines-rc2' of https://github.com/filip…
filipw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
You can’t perform that action at this time.

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess lines 46 and 49 can be reverted now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah