KAW0 / EnvVariablesGenerator

Generate code from .env files that can be changed after build
MIT License
3 stars 0 forks source link

`.env` Filename Question #1

Open slang25 opened 2 months ago

slang25 commented 2 months ago

Hey, very nice library you have here 🙂

I was just curious about the comment in the readme regarding files named just .env. I've tried it here to see what the issue would be, but it just works 🤷 I've tried run and publish from the CLI, and building with Rider & VS Code. Was this issue in Visual Studio?

KAW0 commented 2 months ago

I use Rider. I checked it out and it looks like it indeed works. No idea why it didn't work before. Maybe it was bug in older minor version of dotnet or it was my messed up setup. As far as I know it's impossible to update README on nuget without pushing new package version which is too much for just updating single paragraph. Since it's doesn't affect code behavior I gonna leave this as it is until next version. Thank you!