Sam Fields

Results 9 comments of Sam Fields

> I think this is great stuff, thanks! The only concern I have with using Castle is the additional DLL to download. If the type proxy can be made to...

> I don't think that makes much sense. The values are tied together, so why would they have separate columns? If you just want a cleaner display, you can override...

I've managed to work out something that uses inheritence to accomplish what I need. Essentially I have an abstract base class that contains some shared parameters, the Benchmark method, and...

Having spent a little more time thinking about it, I think I actually prefer the alternative design I suggested over the inital proposal. The factory interface is fairly simple to...

@ReubenBond any feedback on this? I'm happy to provide the PR to implement this, but I'd like to nail down the API before I start working on it.

@jessehouwing there are some scenarios where overriding service connection values using task.setendpoint is blocked due to [restricted commands](https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema/target?view=azure-pipelines#targetobjectproperties). It would be really great to have this as part of the...

> What you see could be the effect of trimming applied to the Blazor webassembly project (note the empty member name in the exception message, which could be an indication...

I setup the test you recommended and as you predicated it looks like the constructor parameter names are being set to `null` in the ConsoleApp, but an empty string in...

This is called out in the original post, but maybe not explicitly clear. Webjobs tracing, such as request and dependency tracing, is dependent on using the application insights logger. Outside...