tonerdo / dotnet-env

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

Not able to read line when having an = in the value #3

Closed lazytesting closed 6 years ago

lazytesting commented 7 years ago

when my .env file contains an line like this it does not read the value correcty


EXAMPLE=a=b
it will return null instead of a=b
lazytesting commented 7 years ago

I created a PR which fixes this, see #4

tonerdo commented 6 years ago

@lazytesting merged and will be included in the next release 👍

rogusdev commented 6 years ago

This is long done