Tune
Tune copied to clipboard
The Ultimate .NET Experiment
When I'm trying test code that depend on `System.Linq` I'm getting error: ``` [02:16:29.522] Running started. [02:16:29.800] Script parsed. [02:16:29.853] Script compilation into assembly assemblyName_636777153898003530. [02:16:31.283] Script compilation failed: (3,14):...
Hi, finally i find some time to finish this task. Basicly I provided `//#r` as metaTag for scripts. Also I used Roslyn Visitor to find all comments with this metatag....
Currently, script references only mscorlib while it would be very nice to have possibly to reference any additional assembly.
Create second azure pipelines yaml to check PR. More on https://blog.dotnetomaniak.pl/CI-CD-dotnetomaniaka-czyli-Azure-DevOps-w-praktyce/
Offer integrations (optional) with the VMMap tool to get process layout, like https://github.com/Alois-xx/MemAnalyzer/tree/master/MemAnalyzer/VMMap does.
Solution should be layered into UI, core engine and other auxiliary projects.
Integrate CI/CD pipeline with AppVeyor to create releases automatically. It requires #2 issue resolving to not depend on any commercial libraries.
Making possible to take memory snapshots during script run and/or invoke it explicitly from the script by any kind of `Script.DumpMemory()` method.
Add recording of the CPU hardware counters (PMC) along with ETW data and visualize it on the graph.
There is a problem with disassembling generic methods - seems like HotColdInfo is not available (code used from [SharpLab](https://github.com/ashmind/SharpLab) to be checked).