Christoph Wolf

Results 80 comments of Christoph Wolf

The thing is though that this is usually the go to approach, see e.g. [MATLAB's l_2-solver implementations (`Algorithm for Sparse Inputs`)](https://www.mathworks.com/help/matlab/ref/mldivide.html).

When will this be released?

I did not test it, but it should be possible when using v5 of Appium.WebDriver and the according Appium server bridge as outlined [here](https://github.com/appium/dotnet-client?tab=readme-ov-file#winappdriver-notice).

Hi! Chiming in to say that I am also observing the same issue.

@PaulVrugt: I think a work-around would be to create a basic Nuget.Config file only containing the nuget.org feed and to pass this then to the command.

I also had time now to try out this work-around, works fine. Still, it would be great if this issue would be resolved as soon as possible.

@hannahbellelee: I think your problem is a bit different from the reported one here, correct me if I'm wrong. The issue here is specifically caused by the newest .NET SDK.

Hi @JL03-Yue! Has there been any progress? We have to use the work-around in quite a few places currently.

Hi guys! Yes, that method's [description](https://github.com/moq/moq/blob/06d88ec526b2d879fa3520e4daed3abcd451953e/src/Moq/Mock%601.cs#L1515) is accurate. In other words, the mock not only tracks the calls on it, but also for which methods `Verify` has been called. These...

Sorry about being unclear. > I had thought it would verify that no calls were made other than the ones configured, not asserted. That's the thing though, it should verify...