Use these commands to update:
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
Container for the Diwen.Xbrl library and any related stuff
If you have any questions, comments, suggestions, problems, bugreports/fixes, etc
It's always ok to create one even if you're not sure
https://github.com/dgm9704/Xoxo/issues/new
This might be the best way if you have a complicated issue or something you don't want share publicly
https://www.nuget.org/packages/Diwen.Xbrl/1.2.0/ContactOwners
A .NET library for reading, writing and comparing XBRL documents (instances) Supports:
-
EBA and EIOPA ITS reporting (eg COREP, FINREP, AE, FP, SBP, Solvency II, Pension Funds, etc.)
-
Australian and Finnish SBR message structures
-
Parsing of Inline XBRL to "normal" instance (from ESMA ESEF)
-
Bare-bones implementation of reading and writing xBRL-csv (no connection to "normal" XBRL yet)
GNU Lesser General Public License v3.0
http://www.gnu.org/licenses/gpl.txt
http://www.gnu.org/licenses/lgpl.txt
TLDR;
You can use the compiled library with your application without it affecting the licensing of your other source code.
(Just remember to link back here ie. "attribution")
If you modify the source code and distribute it, you need to license the software containing the modified version accordingly.
Tests for exercising Diwen.Xbrl code, also serving as documentation and samples
Code is written in C#, targeting .NET Standard 2.0
Test framework is xUnit and test code is targeting .NET 6
I use Visual Studio Code on Arch Linux