AStar.Dev.Utilities 1.5.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package AStar.Dev.Utilities --version 1.5.1                
NuGet\Install-Package AStar.Dev.Utilities -Version 1.5.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AStar.Dev.Utilities" Version="1.5.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AStar.Dev.Utilities --version 1.5.1                
#r "nuget: AStar.Dev.Utilities, 1.5.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AStar.Dev.Utilities as a Cake Addin
#addin nuget:?package=AStar.Dev.Utilities&version=1.5.1

// Install AStar.Dev.Utilities as a Cake Tool
#tool nuget:?package=AStar.Dev.Utilities&version=1.5.1                

AStar Utilities

A collection of useful utilities. At the moment, the collection is small but will grow as time and need permits.

Utilities

String Utilities

  • IsNull - as you might expect, checks whether the string is, in fact, null.
  • IsNotNull - as you might expect, checks whether the string is not null.
  • IsNullOrWhiteSpace - as you might expect, checks whether the string is, in fact, null, empty or whitespace. new
  • IsNotNullOrWhiteSpace - as you might expect, checks whether the string is not null, empty or whitespace. new
  • FromJson - as you might expect, converts the JSON representation to the requested Type.

String Utilities

  • ToJson - as you might expect, converts the object to the appropriate JSON representation.

GitHub build

Build and test solution

SonarCloud Analysis Results

Quality Gate Status

Bugs

Security Rating

Vulnerabilities

Coverage

Code Smells

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AStar.Dev.Utilities:

Package Downloads
AStar.Dev.Logging.Extensions

A collection of logging utilities.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.2 97 10/20/2024
1.5.1 147 10/18/2024
1.4.0 124 10/18/2024

version 1.5.1 adds the missing tests, no functionality is affected.