MichMcb.Names
0.2.0
Name<TAttributes> does not produce strings correctly; attribute string is not enclosed in attribute delimiters
See the version list below for details.
dotnet add package MichMcb.Names --version 0.2.0
NuGet\Install-Package MichMcb.Names -Version 0.2.0
<PackageReference Include="MichMcb.Names" Version="0.2.0" />
paket add MichMcb.Names --version 0.2.0
#r "nuget: MichMcb.Names, 0.2.0"
// Install MichMcb.Names as a Cake Addin #addin nuget:?package=MichMcb.Names&version=0.2.0 // Install MichMcb.Names as a Cake Tool #tool nuget:?package=MichMcb.Names&version=0.2.0
A small library I use personally to help categorize files and directories with attributes. Useful when you need to attach metadata to files/directories but don't want an extra file. Instead you can embed the metadata directly into the filename.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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 was computed. 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. net9.0 was computed. 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. |
-
net5.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Attributes are split up into a few separate classes
- Allows parsing names with/without attributes
- Title is now not nullable and will be string.Empty if none was found