-
Como parte del proceso de reorganización del workflow de trabajo y control de fuentes para el proyecto Integra.Space, la inclusion de un CI es necesario. Una de las tareas a realizar es el mockeo de o…
-
In order to meet the needs of potential third-party users of the source code, we need to select an appropriate open-source software license, so that the allowed uses are known.
- Choose a license …
-
In some situations, moq generates mocks that try to import internal 3rd party packages. Minimal example below.
example.go
```go
package app
import (
"context"
pubsub_api "cloud.google.co…
-
I am trying to write unit tests in xUnit in .NET Framework 4.6.2, and when used in conjunction with Moq, we get a NullReferenceException. This is a unit test project in Visual Studio 2022 that targets…
-
```
Are there any plans to port moq to .NET for Metro?
-Francis Cheung (Microsoft p&p)
```
Original issue reported on code.google.com by `salsero...@gmail.com` on 15 Jun 2012 at 9:38
-
```
Are there any plans to port moq to .NET for Metro?
-Francis Cheung (Microsoft p&p)
```
Original issue reported on code.google.com by `salsero...@gmail.com` on 15 Jun 2012 at 9:38
-
Hi,
This isn't really an issue, but rather a concern.
I am writing to discuss a concern regarding the recent changes introduced in the Moq library, specifically starting from version 4.20.x.
Th…
-
.NET version: .NET 6
Test Context: XUnit
Moq: 4.8.12
Summary:
Following these examples
SO: https://stackoverflow.com/questions/45558470/how-do-i-go-about-unit-testing-with-entity-framework-and-…
-
Dear Avalonia Team,
I hope this message finds you well. I am writing to discuss a concern regarding the recent behavior of the Moq library, specifically starting from version 4.20. It has come to o…
-
Unfortunately, this bug report is a little confusing, as I have tried multiple times to create a small reproducible example, but I am unable to.
I'm trying to make a mock of the Azure [BlockBlobCli…