infer
infer copied to clipboard
Run examples of infer.NET in visual studio code
Hi, how can I run examples of infer.NET in visual studio code ? Could you please give a tutorial about it ?
See the README for the C# extension. Here is a summary: Launch Visual Studio Code. Select the Extensions button on the left, then install C# and the NuGet Package Manager extensions. Select File -> Open Folder.. and select the folder containing Infer.sln. Press F5 or select Run -> Start Debugging. Select .NET Core and then select the example that you want to run.