AStar.Dev.Utilities
1.6.0
See the version list below for details.
dotnet add package AStar.Dev.Utilities --version 1.6.0
NuGet\Install-Package AStar.Dev.Utilities -Version 1.6.0
<PackageReference Include="AStar.Dev.Utilities" Version="1.6.0" />
<PackageVersion Include="AStar.Dev.Utilities" Version="1.6.0" />
<PackageReference Include="AStar.Dev.Utilities" />
paket add AStar.Dev.Utilities --version 1.6.0
#r "nuget: AStar.Dev.Utilities, 1.6.0"
#:package AStar.Dev.Utilities@1.6.0
#addin nuget:?package=AStar.Dev.Utilities&version=1.6.0
#tool nuget:?package=AStar.Dev.Utilities&version=1.6.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
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
- TestableIO.System.IO.Abstractions.Wrappers (>= 22.0.14)
NuGet packages (10)
Showing the top 5 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. In addition, Open Telemetry is being incorporated |
|
AStar.Dev.Infrastructure
AStar.Dev.Infrastructure contains the common classes used by the FilesDb etc. packages. |
|
AStar.Dev.AspNet.Extensions
A collection of utility methods for simplifying the ASPNet Configuration. |
|
AStar.Dev.Api.Usage.Sdk
A package to help consume the API Usage endpoint without duplicating code. |
|
AStar.Dev.Infrastructure.FilesDb
Defines the context and models for the FilesDb. |
GitHub repositories
This package is not used by any popular GitHub repositories.