Leo Lie
Leo Lie
I think the repro may be simpler. In my case: 1. I have this in Startup.cs: ```csharp .AddOData(opt => { opt.Filter().Select().Expand().SkipToken().SetMaxTop(100); opt.EnableNoDollarQueryOptions = true; }); ``` 2. I do not...
> The retry calls will likely not be captured if the retries are transparent to the caller. ApplicationInsights collects httpcalls by subscribing to the DiagnosticSource events emitted by a DiagnosticHandler...
`.runsettings` workaround is not ideal because its default is to include all binaries including nuget dependencies, which means we have to specify both `` to include our namespaces and ``...
> Is there any update on this one? I am trying to migrate from coverlet and using runsettings file doesn't feel good. It would be awesome to have some clever...
> It's like the jtl are not being generated by test execution. I'm not sure why this error: **_Can't open sample.jmx_** at task: **'RESULTS: Collect JMeter Controller and Worker Logs'**...
@dagrooms52 Thanks for the tip! Works like a charm.
We found that `MSAL.PS` does not play nice with `Az.Powershell`. - If `MSAL.PS` is loaded first, `Az.Powershell` will complain about not being able to load `Microsoft.Identity.Client`. - If `Az.Powershell` is...