ini-parser
ini-parser copied to clipboard
Is this still acitve?
Is this project still acitve?
I can see new issues and contributions but there is no new release since 2017?
Releasing the netstandard
version of the library would be an important improvement.
+1 a new version would be great!
@rickyah ?
It seems that the author of this library is not active. I have made a PR for them to add support for .NET Standard 2.1.
At the moment I have published the package on NuGet.
@MrDave1999 , I upgrade to use ini-parser-netcore3.1, but it seems not support FileIniDataParser.WriteFile(). Is there any solution to write configuration to file?
@dennys Install this package: https://www.nuget.org/packages/ini-parser-netstandard/2.5.2
@dennys Install this package: https://www.nuget.org/packages/ini-parser-netstandard/2.5.2
It works, thanks.
So the version 3.0 of this code that I downloaded seems to have fixed the parsing problems that I was experiencing. I pulled down the code and built it and installed the nuget package on my project. is someone taking over this repo and has anybody reached out to @rickyah to see if we can help with it?
@briansilvers It seems that @rickyah lost interest in this project. We can continue this project as a fork.
@MrDave1999 a fork may not be necessary. Please take a look to what I wrote here: https://github.com/rickyah/ini-parser/issues/237
Also, if you would like to reopen the PR I would gladly merge it. In any case, thanks a lot for spending your time fixing the problems