-
Given the following CSX configuration file:
``` c#
Add("Test", 3);
while (true) ;
```
My app hangs at `ConfigR.Config.Global`. According to this [SO question](http://stackoverflow.com/q/15982013/586…
-
* Create a CSX script file which uses the global Args variable to access command line parameters, e.g.
```
Console.WriteLine(Args[0]);
```
* Running it with csi is fine and shows the expec…
-
As a user, I would like to be able to generate code from a model in a single step. For example, if I have a model `Model.drawio.svg`, I would like to be able to (exact syntax TBD):
- `ss.cli Model.…
emmby updated
5 months ago
-
i'm seeing a weird issue where if i try to open a non-.net project (ie https://github.com/swagger-api/swagger-ui) in Atom, omnisharp closes the current project and recursively opens up parent projects…
-
There was a typo in a script that
* prevented any further RE exectution because a .set() was in progress
* the fccd would change from 0.02s exposure to 0.3s exposure after a period of time (30s or m…
-
Sometimes you want to use an existing class but its in a namespace and CSharpScript doesn't like that.
The script #loads could be evaluated for any files with namespaces and create temp copies wit…
-
When I use the convenience method :openvs "MyScript.csx" the created solution is 2013 format. This means the visual studio version selector uses 2013 to open the project if it is installed, and this d…
-
For the sake of performance and ease of debugging it would be nice if workspacer could look for a DLL named workspacer.Config.dll under %USERPROFILE%/.workspacer and if present load the assembly and u…
-
To fix the installation on mac, replace in the install_swig_osx.sh file, line 19:
```
curl --remote-name ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.35.tar.gz
```
with
```
curl --r…
-
How might we make StateSmith onboarding easier for new users?
StateSmith is a powerful tool but the learning curve is steep relative to its commercial peers. Some of this curve can be addressed by …
emmby updated
5 months ago