Ricardo Amores Hernández

Results 25 comments of Ricardo Amores Hernández

Could you provide an example of other libraries allowing key less values @Jehoel? Can't find any and I would like to take a look at their approach. Btw sorry for...

Hi @njtaz76, this feature will be available in the next release, or now if you are willing to compile the project yourself: Please see this issue with more information: https://github.com/rickyah/ini-parser/issues/196

Will try to add a configuration option for next version

This will be the default behaviour for version 3.0, but will add a configuration option in the upcoming vresion 2.6.0 for this

@AlexeyTipunin I'm so, so sorry I missed this issue! I remember reading the email notifying this issue but I don't know why I removed from my inbox and then forgot...

I don't really understand the issue. You mean that blank lines before a section confuses an INI reader? Which reader, do you have an example?

I'm planning a rewrite of the parser so it is easy to tackle this kind of things, and more (comments in the same line) but it will take a little...

Will look into it, thanks for reporting

Ok, problem seems that the ; is being used a the comment character. so your second string is actually processed like this: `"MACHINE\SOFTWARE\EguibarIT\AccountPicture\ID",0,"D:PAR(A` The rest is discarded and considered a...

I have the same problem on mac os Mojave (10.14.3) with dotnet 2.1.504 installed. The omnisharp server prints all messages in spanish, although I have english as locale both for...