Improve-dx#124
Merged
Merged
Conversation
pavkam
commented
Oct 3, 2025
Owner
- Introduced a new step in the build workflows for NCurses, PDCurses, and PDCursesMod to automatically bump the version based on the current date if there are changes detected.
- This enhancement streamlines version management and ensures that the versioning is consistent across native library projects.
- Introduced AGENTS.md to provide a comprehensive guide for developers working on the Sharpie project. - Documented project overview, structure, core architecture, development environment, coding standards, testing patterns, and best practices. - Updated README.md to reflect the change in supported .NET version from 6.0 to 9.0.
…rties - Added Directory.Build.props to define common properties for the Sharpie project, including versioning, target framework, and package metadata. - Created Demos/Directory.Build.props to inherit from the main properties for demo applications. - Updated multiple demo project files to remove redundant property definitions and streamline configuration. - Introduced NativeLibraries/Directory.Build.props for consistent native library settings and documentation generation.
- Introduced a new step in the build workflows for NCurses, PDCurses, and PDCursesMod to automatically bump the version based on the current date if there are changes detected. - This enhancement streamlines version management and ensures that the versioning is consistent across native library projects.
Contributor
🧪 Test results on Linux2 407 tests ±0 2 407 ✅ ±0 12s ⏱️ +3s Results for commit 5612aed. ± Comparison against base commit b9b03e0. This pull request removes 20 and adds 14 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
…os and core classes - Updated the namespace in the Snake demo from `Sharpie.Demos.Snake` to `Sharpie` for consistency. - Removed unnecessary using directive for `Sharpie.Demos.Snake` in `Program.cs`. - Optimized array initializations in `Canvas.cs`, `Surface.cs`, and `FigletFont.cs` using the spread operator for improved readability and performance.
- Updated exception assertions in `TerminalTests` and `WindowTests` to use lambda expressions for proper exception throwing. - Ensured that `SupportedAttributes` and `Visible` properties correctly throw `CursesOperationException` and `InvalidOperationException` respectively when invoked.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.