DwC-A_dotnet 0.9.0

dotnet add package DwC-A_dotnet --version 0.9.0
                    
NuGet\Install-Package DwC-A_dotnet -Version 0.9.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DwC-A_dotnet" Version="0.9.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DwC-A_dotnet" Version="0.9.0" />
                    
Directory.Packages.props
<PackageReference Include="DwC-A_dotnet" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DwC-A_dotnet --version 0.9.0
                    
#r "nuget: DwC-A_dotnet, 0.9.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=DwC-A_dotnet&version=0.9.0
                    
Install DwC-A_dotnet as a Cake Addin
#tool nuget:?package=DwC-A_dotnet&version=0.9.0
                    
Install DwC-A_dotnet as a Cake Tool

Readme License: MITBuild Status

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 Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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 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 is compatible.  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 is compatible.  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. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.9.0 151 2/8/2025
0.8.0 385 11/22/2023
0.7.0 661 11/10/2022
0.6.2 1,122 5/5/2022
0.6.1 360 12/11/2021
0.6.0 1,001 11/12/2021
0.5.2 648 6/18/2021
0.5.1 1,303 1/11/2021
0.5.0 1,371 9/26/2020
0.4.0 667 7/29/2020
0.3.5 1,306 4/26/2020
0.3.4 527 3/22/2020
0.3.3 586 11/16/2019
0.3.2 322 11/16/2019
0.3.1 340 11/9/2019
0.3.0 571 11/2/2019
0.2.0 845 12/2/2018
0.2.0-Pre 629 11/12/2018
0.1.0 811 11/2/2018