mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-28 16:58:01 +01:00
Merge remote-tracking branch 'origin/v2_develop' into v2_cleanup_work_1
* origin/v2_develop: Fixes #3242 - Replaces simple null checks (#3248)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace Terminal.Gui;
|
||||
namespace Terminal.Gui;
|
||||
|
||||
/// <summary>
|
||||
/// Provides a platform-independent API for managing ANSI escape sequences.
|
||||
|
||||
@@ -91,6 +91,8 @@
|
||||
<Using Include="JetBrains.Annotations" />
|
||||
<Using Include="System.Diagnostics.Contracts.PureAttribute" Alias="PureAttribute" />
|
||||
<Using Include="System.Text" />
|
||||
<Using Include="JetBrains.Annotations" />
|
||||
<Using Include="System.Diagnostics.Contracts.PureAttribute" Alias="PureAttribute" />
|
||||
</ItemGroup>
|
||||
<!-- =================================================================== -->
|
||||
<!-- Nuget -->
|
||||
|
||||
Reference in New Issue
Block a user