![]() There should be no reason to use env here: 1. In places where it is used to run dotnet with environment variables, the same can be done with shell syntax. For example, `env "FOO=$bar" baz` is equivalent to `FOO="$bar" baz`. 2. Otherwise, it just unnecessarily forces PATH lookup for dotnet command. In addition to that, some dotnet invocations did not use env. |
||
---|---|---|
.. | ||
build-dotnet-global-tool | ||
build-dotnet-module | ||
build-dotnet-package | ||
dotnetbuildhelpers | ||
dotnetenv | ||
fetchnuget | ||
make-nuget-deps | ||
make-nuget-source | ||
nuget-to-nix |