PaulVrugt
PaulVrugt
@timotei If you take a look at the image below, you can select merge options in the advanced precompile settings. When you enable merging, asp.net will use the aspnet_merge.exe tool...
@ramaganesan-rg why is this issue closed? The bug still exists in the latest version of Azure Powershell (5.1.2). What is the status of the new SDK that contains the fix?
so, is this going to be fixed?
So, any progress? We would also like an option to remove the `--` option
Thanks @Kahbazi that makes by code a bit better, but I would still prefer that I could just add my dependencies to the constructor of my `HttpTransformer` class to be...
I never said anything about recreating the transforms, only my custom transformer class. Having a class created has hardly any overhead, and avoids having to use an di antipattern of...
In our case, we have a multi tenanted web application (so a single instance of a web application, serving multiple customers). We use the forwarder to expose a backend 3rd...
Thank you for the update! I'm not entirely convinced what you are proposing is actually easier than the code I already have. And what I forgot to mention is that...
Well yes that's the whole point. I can only pass a singleton version of the transformer, while I want to have a scoped version. Having a DI version of the...
Yes the headers are unique to each tenant. Even unique to specific users in each tenant. We are using the forwarder for its ability to dynamically determine the target of...