Atom.TypeName
1.0.1
dotnet add package Atom.TypeName --version 1.0.1
NuGet\Install-Package Atom.TypeName -Version 1.0.1
<PackageReference Include="Atom.TypeName" Version="1.0.1" />
paket add Atom.TypeName --version 1.0.1
#r "nuget: Atom.TypeName, 1.0.1"
// Install Atom.TypeName as a Cake Addin #addin nuget:?package=Atom.TypeName&version=1.0.1 // Install Atom.TypeName as a Cake Tool #tool nuget:?package=Atom.TypeName&version=1.0.1
Can generate user-friendly .NET type name and aware of C# keywords.
Add this package to your core library, so it would get the source code of this module without installing a binary dependency. Then proceed with using corresponding functionality from Atom.Util namespace, like if it was installed using binary assembly.
Check out GitHub for more docs and usage examples.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Atom.TypeName:
Package | Downloads |
---|---|
Atom.Parse
Parses any string into different .NET built-in types using As<T> syntax. Add this package to your core library, so it would get the source code of this module without installing a binary dependency. Then proceed with using corresponding functionality from Atom.Util namespace, like if it was installed using binary assembly. Check out GitHub for more docs and usage examples. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Upgraded .NET version.