Brennan
Brennan
> Wonder if this is with the new exceptions change enabled? No that was disabled a couple days ago, and we know it's disabled because a test failure we were...
Could you give more exact repro instructions? I made a new angular app, added the code you showed, and added `"esbuild": "esbuild src/main.ts --bundle --outfile=dist/main.js --loader:.html=text --minify"` to package.json. It...
Two workarounds I've come up with so far: - Add ``` "browser": { "http": false, "https": false, "url": false, "util": false } ``` to your package.json - Change the builder...
No updates. Also, I gave two workarounds, one of which lets you keep using esbuild. I have no idea how angular build works, but my assumption is that angular isn't...
Did the source build issues get resolved? I don't see any discussion on it in the linked issues.
Even if there was, the bot can't mirror new package versions to the feed. I opened a thread in the build channel for this discussion.
Thinking about this a little, the `GetEndpointStatistics` and `GetGlobalStatistics` methods imply getting statistics for the specific Endpoint and for the whole app respectively. But in reality, they are getting statistics...
Servicing approved over email. @dotnet/aspnet-build please merge 😃
> This entire feature _shouldn't_ be needed any more So why are we doing this PR then?