Bernhard Richter
Bernhard Richter
Thanks a lot for your quick response and for a really great tool. Love it. Let't hope that the PR gets merged so that client side certificates can be supported....
Maybe it could be possible to create an abstraction somehow that lets you pick any http client library you want. Somewhere in the lines of just specifying a function that...
This would be super useful if distributed as a single source file that could be dropped into any library or application. On a side note, I am the the author...
@benaadams Does the source for this exists somewhere? I'd love to take it for a spin :)
I can confirm the bug being introduced in 6.0.300. Build command is ``` dotnet build --no-incremental ``` The following fails in 6.0.300 ``` netcoreapp3.1 ``` Changing from `TargetFrameworks` to `TargetFramework`...
Any news on this one?
@filipw Maybe you could shine some light on this? It is been a while since I've looked at the OmniSharp bits related to scripting, but I seem to remember that...
Tried this on my Mac. No Problem. On Ubuntu 18.04 it fails as described by @dave-yotta
This is not controlled by `dotnet-script`, but you can however control this in the `launch.config` file. For instance we can disable all the `module loaded` messages. ``` { "version": "0.2.0",...
Could you do a `dotnet script --info` and paste the result here?