Daniel Rosenberg
Daniel Rosenberg
Two more things that should perhaps be addressed as part of this: - support expansion of environment variables in configured path, so that we could use e.g. `$TMPDIR/.azurite` on macOS...
> That's a valid ask and tracked on our radar. In the same time, feel free to send out PR which will speed up. @XiaoningLiu how do you mean a...
Come on now maintainers, this PR has been open since September last year, it's a small simple change that addresses a real issue faced by users (our team included). It's...
@JustinGrote IMO a better order would be: 1. If a location is set in settings, always use that 2. Otherwise if files exist in legacy default location, use that 3....
@JustinGrote Would be awesome if you did! 🍻 One slight drawback of this approach though is that it would not be possible to use any other directory relative to the...
@dpolivy Dude.. 😅 I had no idea relative folder support had already been merged. That actually fixes our issues, for all intents and purposes. Thank you! OOC though, do you...
Also seeing this. Since `/dev/shm` does not exist on macOS I think the core tools should either not try to use it on macOS, or fail more gracefully/silently (i.e. not...
This seems to be an awesome improvement. I just cloned your fork and did a build from scratch and it actually seems significantly faster. Good call to leave the unit...
Good suggestions! Setting CopyLocal=true on the `System.Web.Mvc` reference fixed about half of the errors. The other half was fixed by adding this reference to `Web.config`: ``` ``` Can you test...
Adding `System.Core` as a project file reference shows the same error message in VS2015. But adding it as a `Web.config` reference works fine. Weird that it doesn't for you -...