dot-env-generator
dot-env-generator copied to clipboard
No DotEnv class, namespace or file is generated
When I build after copy/pasting the example.env, there doesn't seem to be any indication of any code changes. No files added.
In my screenshot, the build succeeded and the only file changed is my csproj from adding the package.
Was there supposed to be C# code generated somewhere?
OS: Manjaro Linux .net version: .net 8.0
Sorry for the delay - if you pull this repo and try the example, does it work?
No prob.
I did this:
- Cloned the repo.
- nano and copied the
example.env dotnet build.
I was unsure where to put the ItemGroup, however, so I left it out.
Nothing was generated, or if it was, it's hidden somehow (I'm new to generation, but looking to get into it).