![]() |
VOOZH | about |
dotnet add package LibAUDALF --version 0.9.4
NuGet\Install-Package LibAUDALF -Version 0.9.4
<PackageReference Include="LibAUDALF" Version="0.9.4" />
<PackageVersion Include="LibAUDALF" Version="0.9.4" />Directory.Packages.props
<PackageReference Include="LibAUDALF" />Project file
paket add LibAUDALF --version 0.9.4
#r "nuget: LibAUDALF, 0.9.4"
#:package LibAUDALF@0.9.4
#addin nuget:?package=LibAUDALF&version=0.9.4Install as a Cake Addin
#tool nuget:?package=LibAUDALF&version=0.9.4Install as a Cake Tool
.Net 10 compatible AUDALF implementation in C#
using CSharp_AUDALF;
Dictionary<string, string?> someDictionary = new Dictionary<string, string?>()
{
{ "one", "value is here"},
{ "thirteen", "important data here" }
};
// Serialize
byte[] serializedBytes = AUDALF_Serialize.Serialize(someDictionary);
// Deserialize
Dictionary<string, string?> fromBytes = AUDALF_Deserialize.Deserialize<string, string?>(serializedBytes);
// Or deserialize single value
string? deserializedString = AUDALF_Deserialize.DeserializeSingleValue<string, string?>(serializedBytes, "one");
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 2 NuGet packages that depend on LibAUDALF:
| Package | Downloads |
|---|---|
|
LibCommonSecrets
.Net 10 compatible managed CommonSecrets library implementation in C# |
|
|
LibCommonSecretsAsync
.Net 10 compatible managed async CommonSecrets library implementation in C# |
This package is not used by any popular GitHub repositories.