3、可直接使用C#和.Net API 4、安装NuGet包并引用 4、查看源码,会在谷歌上搜索库的源代码。对于支持SourceLink的NuGet包和程序集,只需按F12即可浏览其原始源代码。 5、引用本地项目 6、查看IL代码 04 项目地址 https://github.com/waf/CSharpRepl - End - 顺便分享一个资料: 最后,如果对你有帮助,欢迎点...
3、可以自动格式化输入的代码。 4、支持安装NuGet包。 5、可以引用本地的程序集、解决方案和项目。 6、使用语法高亮和Spectre.Console丰富的格式化来转储和探索对象。 6、支持OpenAI集成(需要自己的API密钥)。 7、通过Source Link导航到源代码。 8、支持IL(中间语言)反汇编,包括调试和发布模式。 9、快速且无闪烁...
1、安装 CSharpRepl 通过NuGet Package Manager 如果已经安装了 .NET SDK,可以通过命令行使用以下命令来全局安装 CSharpRepl: dotnet tool install --globalCSharpRepl 源代码编译 使用源码编译 CSharpRepl,可以从 GitHub下载源代码,然后使用.NET CLI 或 Visual Studio 构建项目。 2、启动 CSharpRepl 安装完成后可...
For nuget references, run#r "nuget: PackageName"to install the latest version of a package, or#r "nuget: PackageName, 13.0.5"to install a specific version (13.0.5 in this case). To run ASP.NET applications inside the REPL, start thecsharpreplapplication with the--frameworkparameter, ...
3、可直接使用C#和.Net API 4、安装NuGet包并引用 4、查看源码,会在谷歌上搜索库的源代码。对于支持SourceLink的NuGet包和程序集,只需按F12即可浏览其原始源代码。 5、引用本地项目 6、查看IL代码 04 项目地址 https://github.com/waf/CSharpRepl
For nuget references, run #r "nuget: PackageName" to install the latest version of a package, or #r "nuget: PackageName, 13.0.5" to install a specific version (13.0.5 in this case). To run ASP.NET applications inside the REPL, start the csharprepl application with the --framework...