AStar.Dev.Utilities
1.6.1
See the version list below for details.
dotnet add package AStar.Dev.Utilities --version 1.6.1
NuGet\Install-Package AStar.Dev.Utilities -Version 1.6.1
<PackageReference Include="AStar.Dev.Utilities" Version="1.6.1" />
<PackageVersion Include="AStar.Dev.Utilities" Version="1.6.1" />
<PackageReference Include="AStar.Dev.Utilities" />
paket add AStar.Dev.Utilities --version 1.6.1
#r "nuget: AStar.Dev.Utilities, 1.6.1"
#:package AStar.Dev.Utilities@1.6.1
#addin nuget:?package=AStar.Dev.Utilities&version=1.6.1
#tool nuget:?package=AStar.Dev.Utilities&version=1.6.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
SonarCloud Analysis Results
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- AStar.Dev.Technical.Debt.Reporting (>= 0.1.0)
- TestableIO.System.IO.Abstractions.Wrappers (>= 22.0.14)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on AStar.Dev.Utilities:
Package | Downloads |
---|---|
AStar.Dev.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.Dev.Test.Helpers.Unit
Contains a collection of methods that are designed to aid unit testing |
|
AStar.Dev.Admin.Api.Client.Sdk
This package contains the currently supported methods for interacting with the Admin API whilst abstracting the details.. |
|
AStar.Dev.Images.Api.Client.Sdk
his package contains the currently supported methods for interacting with the Images API whilst abstracting the details |
GitHub repositories
This package is not used by any popular GitHub repositories.