DwC-A_dotnet
0.7.0
See the version list below for details.
dotnet add package DwC-A_dotnet --version 0.7.0
NuGet\Install-Package DwC-A_dotnet -Version 0.7.0
<PackageReference Include="DwC-A_dotnet" Version="0.7.0" />
paket add DwC-A_dotnet --version 0.7.0
#r "nuget: DwC-A_dotnet, 0.7.0"
// Install DwC-A_dotnet as a Cake Addin #addin nuget:?package=DwC-A_dotnet&version=0.7.0 // Install DwC-A_dotnet as a Cake Tool #tool nuget:?package=DwC-A_dotnet&version=0.7.0
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 Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. 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 is compatible. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- System.Linq.Async (>= 5.0.0)
-
net6.0
- System.Linq.Async (>= 5.0.0)
-
net7.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_LinQPad_Driver
Darwin Core Archive Driver for LinQPad |
|
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_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.8.0 | 360 | 11/22/2023 |
0.7.0 | 643 | 11/10/2022 |
0.6.2 | 1,101 | 5/5/2022 |
0.6.1 | 336 | 12/11/2021 |
0.6.0 | 976 | 11/12/2021 |
0.5.2 | 579 | 6/18/2021 |
0.5.1 | 1,206 | 1/11/2021 |
0.5.0 | 1,343 | 9/26/2020 |
0.4.0 | 637 | 7/29/2020 |
0.3.5 | 1,277 | 4/26/2020 |
0.3.4 | 497 | 3/22/2020 |
0.3.3 | 557 | 11/16/2019 |
0.3.2 | 292 | 11/16/2019 |
0.3.1 | 307 | 11/9/2019 |
0.3.0 | 540 | 11/2/2019 |
0.2.0 | 810 | 12/2/2018 |
0.2.0-Pre | 585 | 11/12/2018 |
0.1.0 | 767 | 11/2/2018 |