NetPad v0.1.1
If you like NetPad, please star the repo π !
Preview 1.1
This is a follow up to the first pre-release, with some new features and some enhancements and fixes. Please open an issue for any bugs or feature requests.
What's Changed π
- Design changes
- App checks to make sure app dependencies are met when NetPad runs and a new Quick Tips dialog
- Table headers in output are sticky so they scroll with table body
- Ability to use
SaveChanges()
andSaveChangesAsync()
directly in script code without having to useDataContext.SaveChanges()
- Don't ask user to save when closing a script that is empty (has no text)
- Support for dumping more complex object types
Fixes π
- Fixes colored SQL output
- Fixes issue where switching tabs can cause slight delays
- Various performance and stability fixes
Full Changelog: v0.1.0...v0.1.1