AStar.Dev.Utilities
1.5.2
dotnet add package AStar.Dev.Utilities --version 1.5.2
NuGet\Install-Package AStar.Dev.Utilities -Version 1.5.2
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.2" />
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.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AStar.Dev.Utilities, 1.5.2"
#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.2 // Install AStar.Dev.Utilities as a Cake Tool #tool nuget:?package=AStar.Dev.Utilities&version=1.5.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
SonarCloud Analysis Results
Product | Versions 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 1.5.2 fixes the project links, no functionality is affected.