Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Multi-target / Cross-platform conversion: .NET 4.0, .NET 4.5 and .NET…#8

Open
gorangrubic wants to merge 3 commits intoMaikelH:masterfrom
gorangrubic:master
Open

Multi-target / Cross-platform conversion: .NET 4.0, .NET 4.5 and .NET…#8
gorangrubic wants to merge 3 commits intoMaikelH:masterfrom
gorangrubic:master

Conversation

@gorangrubic
Copy link

Just re-packed the original source code into VS2017 project system and added .NET 4.0, .NET 4.5 and .NET Standard 2.0 targets, making the library cross-platform / mobile / Xamarin.Forms application development compatible.

@MaikelH
Copy link
Owner

MaikelH commented Jun 24, 2018

I will have a look at it in the next couple of days, but from a first glance it looks good.

@gorangrubic
Copy link
Author

I found that my hack with exception catching (when Peek() called) made library impossible slow, when it comes to loading big files. So, it is better idea to have:
public static Boolean MUTE_PEEK_EXCEPTIONS = false;
in BibtexParser.cs

Meanwhile, I've developed my own BibTex library from scratch, it performs much faster (for given test file), but possibly less compliant with the specification. I tested it only on Mendeley Desktop exports.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants