tonerdo / dotnet-env

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

Revert "remove all the unnecessary .End()s" #86

Closed rogusdev closed 10 months ago

rogusdev commented 10 months ago

Reverts tonerdo/dotnet-env#85

Sigh, it's been too long since I last touched all of this.

The .End()s are necessary to assert the end of the string.