A modern, cross platform & open source IDE for .NET
See CONTRIBUTING.md for instructions for building and running SharpIDE locally!
SharpIDE is a WIP, and contributions are always welcome! If you encounter an error, please raise an issue! 😊
SharpIDE won't open on MacOS Tahoe
Tahoe further restricted users' ability to run unsigned software. Follow these steps to get it running:- download a fresh zip of the latest release
- extract
- move SharpIDE.app to
Applications - open terminal
- run
xattr -d -r com.apple.quarantine /Applications/SharpIDE.app - run
sudo codesign --force --deep --sign - /Applications/SharpIDE.app
if codesign is not installed, install it with xcode-select --install