Diwen.Xbrl 1.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Diwen.Xbrl --version 1.3.0
                    
NuGet\Install-Package Diwen.Xbrl -Version 1.3.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="Diwen.Xbrl" Version="1.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Diwen.Xbrl" Version="1.3.0" />
                    
Directory.Packages.props
<PackageReference Include="Diwen.Xbrl" />
                    
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 Diwen.Xbrl --version 1.3.0
                    
#r "nuget: Diwen.Xbrl, 1.3.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.
#:package Diwen.Xbrl@1.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Diwen.Xbrl&version=1.3.0
                    
Install as a Cake Addin
#tool nuget:?package=Diwen.Xbrl&version=1.3.0
                    
Install as a Cake Tool
  1. This release adds support for xBRL-CSV reading, writing and conversion to/from xBRL-XML. As I only had EBA 3.2 material available for testing, it very likely won't work with other reports. This can be helped if get other material to test with (should include both formats for comparison)

  2. There is also a change to default functionality! By default, when loading an xBRL-XML instance, duplicate facts are removed! This can be changed with a parameter. Most important reason for this was that some of the test reports I use had duplicate facts, which made testing harder is they weren't removed. Also I figure the business case for wanting the duplicates is less common than needing them removed. I am open to discussion about this if needed.

  3. I am very likely going to create a new 2.x branch which will be based on .NET 6/7+ (ie. drop support for .NET Standard and .NET Framework) The 1.x version won't get new features or optimizations etc. (like xBRL-JSON support which I'm planning to start on) This is because the .NET Framework application this library was initially created for is nearing the end of its lifecycle, and with it the only application that I actually know that uses this library. One of the points of this library is that it is "standalone", doesn't have any dependencies. As .NET Standard doesn't have support for eg. System.Text.Json, this looks to be very limiting going forward. This change will also make life easier with linux, vscodium, and other tooling. Again I am open to discussion.

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 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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 was computed. 
.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.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Diwen.Xbrl:

Package Downloads
XbrlDotNet

Serialize objects to XBRL

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.5.0-alpha9 35 2/12/2026
3.5.0-alpha8 69 2/10/2026
3.5.0-alpha7 72 2/10/2026
3.5.0-alpha6 68 2/10/2026
3.5.0-alpha5 77 2/6/2026
3.5.0-alpha4 385 6/11/2025
3.5.0-alpha3 338 6/11/2025
3.5.0-alpha2 344 6/10/2025
3.5.0-alpha1 197 5/22/2025
3.4.2 2,757 3/19/2025
3.4.1 14,913 10/19/2024
3.4.0 890 9/8/2024
3.3.0 1,808 5/22/2024
3.2.2 530 5/4/2024
3.2.1 222 5/4/2024
3.0.0 421 4/16/2024
2.0.0 257 4/14/2024
1.3.0 2,964 3/13/2023
1.2.2 2,290 10/27/2022
1.2.0 3,759 4/24/2022
Loading failed