AStar.Utilities 1.3.0

dotnet add package AStar.Utilities --version 1.3.0
NuGet\Install-Package AStar.Utilities -Version 1.3.0
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.Utilities" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AStar.Utilities --version 1.3.0
#r "nuget: AStar.Utilities, 1.3.0"
#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.Utilities as a Cake Addin
#addin nuget:?package=AStar.Utilities&version=1.3.0

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

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 net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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.
  • net7.0

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages (3)

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

Package Downloads
AStar.Logging.Extensions

This package contains extension methods designed to add Serilog and Application Insights to the project. The logging is opinionated but the configuration can be overridden.

AStar.FilesApi.Client.SDK

This package contans the SDK for access the Files AStar API. It is not intended for public use but is available if it helps you.

AStar.ImagesApi.Client.SDK

This package contans the SDK for access the AStar Images API. It is not intended for public use but is available if it helps you.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.0 210 5/20/2024
1.2.1 77 5/20/2024
1.2.0 103 4/25/2024
1.1.2 96 4/21/2024
1.1.0 87 3/12/2024
1.1.0-alpha 76 3/12/2024
0.1.0-alpha29 77 11/10/2023
0.1.0-alpha28 77 10/23/2023
0.1.0-alpha27 88 10/21/2023
0.1.0-alpha26 100 10/21/2023
0.1.0-alpha25 95 10/21/2023
0.1.0-alpha24 95 10/20/2023
0.0.1 119 10/18/2023

Add overload for FromJson and EnumExtensions