alfish2000

Results 18 comments of alfish2000

Sorry, I cannot help you. After I got no answer long ago I've spent no further effort to compile this project.

Thanks for your quick answer. Here are the results with your package: ``` del -r $env:temp\csscript.core\ cscs -version C# Script execution engine (.NET Core). Version 4.8.1.0. cscs -verbose2 .\our_script.cs Initialization...

I get this with your script: ``` css -profile b > ---------------- Building with dotnet engine... Initialization time: 146,7283 msec Compilation time: 2838,5855 msec Total load time: 2993,1192 msec >...

After some debugging i have found this: We have some imported files in the cache i_...cs which gets deleted from the cache by the line "parser.DeleteImportedFiles();" in csscript.cs ``` if...

Yes, we have scripts which are imported in some use case and are called as separate script in other cases. So they have their own static main too. Thanks for...

Yes, thanks the `-dbg` trick helps for the moment.

Thank you very much. I'll test it as soon as possible (next Monday)

I've tested your v4.8.1.0 release now and the caching seems to work fine now: ``` cscs -profile .\our_script.cs > ---------------- Building with dotnet engine... Initialization time: 2548,2812 msec Compilation time:...

I've tested your v4.8.2.0 pre-release now and the initial parsing is now really faster: ``` cscs -version C# Script execution engine (.NET Core). Version 4.8.2.0. del -r $env:temp\csscript.core\ cscs -profile...

Let us have a look a each issue separately. For the "multiple included folders" I have debugged it and created https://github.com/oleg-shilo/cs-script/pull/339 I hope my short description in the commit message...