Richard Simpson

Results 182 comments of Richard Simpson

Related Comment: https://github.com/argoproj-labs/applicationset/issues/180#issuecomment-814328494 It's possible to disable syncing, but what this ticket wants to accomplish is enabling syncing, but having sync perform a merge instead of overwrite.

Having tried to implement this, it looks like the safest option might be a config option which stores the applied generated template and diffs against that to generate patches to...

Just ran into this exact issue. In my case, the application was trying to reference a MahApps.Metro part and failed to "find" MahApps.Metro. Placing the dll allowed it to work...

You'll have to elaborate on what you mean by "default ones". Ran into this issue with latest ILRepack (2.0.12 as of writing).

Considering the target for this, a dotnet cli global tool makes a ton of sense.

I'm actually doing a spike of doing something like this to integrate with microsoft's new reverse-proxy proxy (yarp). Is this issue and/or this repository still something you're interested in carrying...

> https://github.com/christophwille/csharp-opa-wasm/tree/master/spikes/BenchmarkOpaWasm is the reason why I ended up with the current API design of separating loading from execution. Because loading (the way I implemented it) incurs the costly compilation...

> Don't let my snarky comment on YARP get in the way of you building that feature, it is just that in my totally not humble opinion the world doesn't...

@Falco20019 howdy! Did you end up doing further work on a Serilog OTLP Sink? It looks like that while `LogRecord`'s ctor isn't public, there's at least now a way to...

Did yah end up moving forward with this? A relatively straightfoward mapping of `RuntimeInformation.FrameworkDescription` to `name`, `version`, and `description` seems reasonable.