DwC-A_dotnet
0.6.2
Install-Package DwC-A_dotnet -Version 0.6.2
dotnet add package DwC-A_dotnet --version 0.6.2
<PackageReference Include="DwC-A_dotnet" Version="0.6.2" />
paket add DwC-A_dotnet --version 0.6.2
#r "nuget: DwC-A_dotnet, 0.6.2"
// Install DwC-A_dotnet as a Cake Addin
#addin nuget:?package=DwC-A_dotnet&version=0.6.2
// Install DwC-A_dotnet as a Cake Tool
#tool nuget:?package=DwC-A_dotnet&version=0.6.2
Readme 

DwC-A_dotnet is a simple Darwin Core Archive reader for dotnet.
Install
To add DwC-A_dotnet to your project run the following command in the Visual Studio Package Manager Console
PM> Install-Package DwC-A_dotnet
Usage
To read a Darwin Core Archive file and display core data rows.
using DwC_A;
string fileName = "./dwca-uta_herps-v8.1.zip";
using (var archive = new ArchiveReader(fileName))
{
foreach(var row in archive.CoreFile.Rows)
{
//Display field 0 of each row
Console.WriteLine(row[0]);
}
}
More information can be found in the Documentation Wiki.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- System.Linq.Async (>= 5.0.0)
-
net5.0
- System.Linq.Async (>= 5.0.0)
-
net6.0
- System.Linq.Async (>= 5.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on DwC-A_dotnet:
Package | Downloads |
---|---|
DwC-A_dotnet.Mapping
DwC-A_dotnet.Mapping is an extension library of DwC-A_dotnet for mapping Darwin Core Archive data to strongly typed classes. |
|
DwC-A_LinQPad_Driver
Darwin Core Archive Driver for LinQPad |
|
DwC-A_dotnet.Interactive
.NET Interactive Extensions for Darwin Core Archive file reader |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.6.2 | 98 | 5/5/2022 |
0.6.1 | 118 | 12/11/2021 |
0.6.0 | 391 | 11/12/2021 |
0.5.2 | 308 | 6/18/2021 |
0.5.1 | 504 | 1/11/2021 |
0.5.0 | 462 | 9/26/2020 |
0.4.0 | 415 | 7/29/2020 |
0.3.5 | 368 | 4/26/2020 |
0.3.4 | 273 | 3/22/2020 |
0.3.3 | 307 | 11/16/2019 |
0.3.2 | 184 | 11/16/2019 |
0.3.1 | 194 | 11/9/2019 |
0.3.0 | 311 | 11/2/2019 |
0.2.0 | 534 | 12/2/2018 |
0.2.0-Pre | 461 | 11/12/2018 |
0.1.0 | 502 | 11/2/2018 |