tonerdo / dotnet-env

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

Suggestion: Defaults Are Unexpected #70

Closed dagrooms52 closed 2 years ago

dagrooms52 commented 2 years ago

My .env had vars with empty values. I wish variables like this would not clobber on default, but the behavior was not as bad as I originally expected. I'll just remove my blank .env file.