tonerdo / dotnet-env

A .NET library to load environment variables from .env files
MIT License
427 stars 50 forks source link

support windows case insensitive env var names #17

Closed rogusdev closed 6 years ago

rogusdev commented 6 years ago

I tested this in Cygwin on windows (which I confirmed is case insensitive) and in ubuntu (which I confirmed is case sensitive)

rogusdev commented 6 years ago

Thank you @atifaziz for identifying the problem!! https://github.com/tonerdo/dotnet-env/pull/16

rogusdev commented 6 years ago

16 adjusted to match this