You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a web-server using C# .NET 6+ that can run a function in C#. The web server receives C# code as a string, compiles it, runs it, and returns the result in JSON format as an HTTP response.
First step:
Make a web-server using C# .NET 6+ that can run a function in C#. The web server receives C# code as a string, compiles it, runs it, and returns the result in JSON format as an HTTP response.
Forked from deep-foundation/deep-packages#10 by https://github.com/konard/gh-org-migrator
The text was updated successfully, but these errors were encountered: