Dave Roman
Dave Roman
Check this out: https://github.com/rickyah/ini-parser/wiki/First-Steps#saving-the-file
Which package are you installing? Have you tried this package: https://www.nuget.org/packages/ini-parser-netstandard2.1/?
@SrMilton Were you able to do it? If so, it would be interesting to see your solution.
Install this package: https://www.nuget.org/packages/ini-parser-netstandard/
It seems that the author of this library is not active. I have made a [PR](https://github.com/rickyah/ini-parser/pull/234) for them to add support for .NET Standard 2.1. At the moment I have...
@dennys Install this package: https://www.nuget.org/packages/ini-parser-netstandard/2.5.2
@briansilvers It seems that @rickyah lost interest in this project. We can continue this project as a fork.
@avidenic Yes, the problem is that **.NET Standard 2.0** is not compatible with **.NET Core 3.x**. This library should have support for **.NET Standard 2.1** to be compatible with **.NET...
@InKahootz Sorry, you're right. I had read somewhere that it was not compatible. That's the problem in not reading the official source: https://dotnet.microsoft.com/platform/dotnet-standard.
But this error only occurs when using ASP.NET with .NET Framework? Because I just tested the `Directory.GetCurrentDirectory()` method in a console application with .NET Framework 4.7.2 and it does return...