Vilen
Vilen
@alistairjevans Yes, I looked into this example and used it as a starting point, the problem is, I cannot modify already created registrations or use Autofac's api to fully reimplement...
@tillig that would be great, but at the same time I've tried modifying the pipeline and failed. Is there any chance to add modification api for pipelines/registry? like here https://github.com/autofac/Autofac/issues/1211#issuecomment-705632349
@alistairjevans Thanks for the deep insight! I can't really grasp what is the purpose of `ConfigurePipeline`? How will it simplify my module code for instance?
Got the same issue with Firefox, signalr, CRA and proxy-middleware. ``` `-- [email protected] `-- [email protected] ``` I've configured my proxy like this: ``` const proxy = require("http-proxy-middleware"); module.exports = function(app)...
Any news? This is really annoying, my development server crashes every several minutes because of this bug.
I got this error since this file really does not exist, but the error is cofusing
Ooops, misclicked. Is there a way to insert a variable into a transformation? For example set some attribute value to $(ToolsPath)
@sayedihashimi I see, thank you. Actually I've decided to go that exact way ``` public class EnvironmentValueReplace : Transform { private readonly IDictionary envVars = System.Environment.GetEnvironmentVariables(); protected override void Apply()...
Any news on this topic? Unnecessary join or select with all columns may kill all the benefits of the library when a table is massive.
Looks like ef core has closed #246