Updated Wiki: Home
CS-Script moved to GitHubCS-Script SourceThis is the source code repository of the original CS-Script.Currently it is used world wide for extending the applications functionality with scripting and as...
View ArticleCreated Unassigned: Settings missing from Visual Studio generated projects [13]
If I enable unsafe code or add nuget dependencies to my csscript, it doesn't run from visual studio.
View ArticleCommented Unassigned: Settings missing from Visual Studio generated projects...
If I enable unsafe code or add nuget dependencies to my csscript, it doesn't run from visual studio.Comments: Can you please describe how you run the script from VS? So far I see the problem with...
View ArticleCommented Unassigned: Settings missing from Visual Studio generated projects...
If I enable unsafe code or add nuget dependencies to my csscript, it doesn't run from visual studio.Comments: Can you please describe how you run the script from VS? So far I see the problem with...
View ArticleCommented Unassigned: Settings missing from Visual Studio generated projects...
If I enable unsafe code or add nuget dependencies to my csscript, it doesn't run from visual studio.Comments: Hi Oleg, I was doing script->rightClick->open-in-VS. I'll try Notepad++. The...
View ArticleCreated Unassigned: Roslyn referenced from 4.5 [14]
HiThe roslyn libraries are part of .NET 4.6. When you don't have it installed, a project with your nuget doesn't build (at least not using msbuild on our build server). Please create a version without...
View ArticleCommented Unassigned: Roslyn referenced from 4.5 [14]
HiThe roslyn libraries are part of .NET 4.6. When you don't have it installed, a project with your nuget doesn't build (at least not using msbuild on our build server). Please create a version without...
View ArticleCommented Unassigned: Roslyn referenced from 4.5 [14]
HiThe roslyn libraries are part of .NET 4.6. When you don't have it installed, a project with your nuget doesn't build (at least not using msbuild on our build server). Please create a version without...
View ArticleCommented Unassigned: Roslyn referenced from 4.5 [14]
HiThe roslyn libraries are part of .NET 4.6. When you don't have it installed, a project with your nuget doesn't build (at least not using msbuild on our build server). Please create a version without...
View ArticleCommented Unassigned: Settings missing from Visual Studio generated projects...
If I enable unsafe code or add nuget dependencies to my csscript, it doesn't run from visual studio.Comments: I just hit this bug in reverse. When a cs references UdpClient, it runs from the...
View ArticleCommented Unassigned: Settings missing from Visual Studio generated projects...
If I enable unsafe code or add nuget dependencies to my csscript, it doesn't run from visual studio.Comments: Txs, this one cannot be addressed directly. This is because VS has auto references some...
View ArticleCommented Unassigned: Settings missing from Visual Studio generated projects...
If I enable unsafe code or add nuget dependencies to my csscript, it doesn't run from visual studio.Comments: According to https://msdn.microsoft.com/en-us/library/8hww4s6c.aspx, csc.exe will load...
View ArticleCommented Unassigned: Settings missing from Visual Studio generated projects...
If I enable unsafe code or add nuget dependencies to my csscript, it doesn't run from visual studio.Comments: Yes, I know about csc.rsp and indeed it was tempting to use it. Though I had to abandon...
View ArticleUpdated Release: Release v3.11.0.0 (Feb 02, 2016)
This is an old release and for the latest release pleases visit https://github.com/oleg-shilo/cs-script/releasesImplemented Async CSScript.Evaluator extensions for all public Evaluator APIImplemented...
View ArticleReleased: Release v3.11.0.0 (Feb 02, 2016)
This is an old release.For the latest release pleases visit https://github.com/oleg-shilo/cs-script/releasesImplemented Async CSScript.Evaluator extensions for all public Evaluator API Implemented...
View ArticleUpdated Release: Release v3.11.0.0 (Feb 02, 2016)
This is an old release.For the latest release pleases visit https://github.com/oleg-shilo/cs-script/releasesImplemented Async CSScript.Evaluator extensions for all public Evaluator APIImplemented...
View ArticleUpdated Wiki: .NET 4.6 Support
Support for C#6.0 supportUsage Starting from v3.9.15 CS-Script does support execution of C# 6.0 scripts. However due to the unstable (and slow) nature of the current MS solution for C# 6.0 hosted...
View Article