Annotate or remove unused elements.

This commit is contained in:
2023-10-05 01:05:21 +01:00
parent e59bc38221
commit a03ee5efee
4 changed files with 9 additions and 0 deletions

View File

@@ -31,11 +31,13 @@
// ****************************************************************************/
using System;
using System.Diagnostics.CodeAnalysis;
using System.Text;
namespace Aaru.Helpers;
/// <summary>Helper operations to work with strings</summary>
[SuppressMessage("ReSharper", "UnusedMember.Global")]
public static class StringHandlers
{
/// <summary>Converts a null-terminated (aka C string) ASCII byte array to a C# string</summary>