NetPad
NetPad copied to clipboard
A cross-platform C# editor and playground.
I've already set up the .NET SDK and installed the dotnet-ef tool. It runs fine in the local command line. However, on the App Dependencies Check page, it shows that...
When trying to use Azure.Identity it fails to use azure cli > Unhandled exception. Azure.Identity.CredentialUnavailableException: DefaultAzureCredential failed to retrieve a token from the included credentials. See the troubleshooting guide for...
When creating a new connection in NetPad, you can choose a subfolder to put it in, so you can create a subfolder for each environment/domain. The subfolder should have an...
Fixes #229 Add Semantic Model to SyntaxTree visualizer. * **CodeController.cs** - Add a new endpoint to retrieve the semantic model for a given script. - Use `ICodeAnalysisService` to get the...
Fixes #238 Add support for Vim keybindings to the text editor. * **BuiltinShortcuts**: - Add Vim keybindings to `BuiltinShortcuts` in `src/Apps/NetPad.Apps.App/App/src/core/@application/shortcuts/builtin-shortcuts.ts`. - Include keybindings for common Vim commands like `Escape`,...
This is a discussion I'm looking to solicit feedback on. So all comments and suggestions are welcome! I've been playing around with swapping out the Electron shell that NetPad currently...
Fixes #132 Add code signing to release binaries * **scripts/package-electron.sh** - Add a check for `osslsigncode` command. - Add steps to sign `.exe` files using `osslsigncode` with environment variables for...
Adding support for Vim keybindings (similar to the VsVim extension for Visual Studio) would be a very nice addition to the development experience.
A script with a Source Generator fails to compile when run although intelli-sense shows that a Source Generator has run (at least during edit time) as correct xml-doc was made...
I tried to build a Docker image of NetPad, but it failed. I fixed the Dockerfile and then incidentally upgraded .NET to 8.0 and also upgraded most of the NetPad...