mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
The refactor includes: - Modifying method signatures in classes like `AnimationScenario`, `Images`, `DrawingArea`, `AttributeView`, `Snake`, and others. - Removing the parameterless `OnDrawingContent` method from the `View` class. - Updating calls to the base class implementation to pass the `context` parameter. - Adjusting comments and documentation to reflect the new method signature. This change ensures consistency and prepares the codebase for more advanced drawing capabilities.
Automated Unit Tests (non-Parallelizable)
IMPORTANT: New tests belong in UnitTests.Parallelizable. Please use the UnitTests.Parallelizable project for all new tests.
See the Testing wiki for details on how to add more tests.