Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / devlooped/moq issues and pull requests
#160 - Fix NullReferenceException when passing null to a nullable argument but trying to match it with a non-nullable IsAny.
Pull Request -
State: closed - Opened by benjamin-hodgson almost 10 years ago
- 1 comment
#159 - Quickstart has broken link to Microsoft Connect
Issue -
State: closed - Opened by breyed almost 10 years ago
- 8 comments
#158 - Combine a subsequent setup with existing setup?
Issue -
State: closed - Opened by kappasims almost 10 years ago
- 1 comment
Labels: question
#157 - Mock<Class : IInterface>: Inconsistency between mocked-behavior and verification
Issue -
State: closed - Opened by BrunoJuchli almost 10 years ago
- 1 comment
Labels: bug
#156 - Invocation on a non-virtual method when object casted to interface is wrong
Issue -
State: closed - Opened by kostadinmarinov almost 10 years ago
- 2 comments
Labels: bug
#155 - Added MockBehavior overload to Mock.Of<T>()
Pull Request -
State: closed - Opened by JohanLarsson almost 10 years ago
- 19 comments
#154 - Any reason there is no Mock.Of<>() overload with MockBehavior?
Issue -
State: closed - Opened by JohanLarsson almost 10 years ago
- 13 comments
Labels: enhancement
#153 - Update wiki from MockFactory to MockRepository
Issue -
State: closed - Opened by bartlannoeye almost 10 years ago
- 1 comment
Labels: documentation
#152 - Mock.Of or Mock.From function to generate mock from anonymous object
Issue -
State: closed - Opened by sergeyt about 10 years ago
- 3 comments
Labels: enhancement, unresolved
#151 - Verify fails to recognize subclass as type argument for generic method when mock invoked in supporting method
Issue -
State: closed - Opened by SimonBell about 10 years ago
- 2 comments
#150 - Is there a reason why It.Is only accepts an expression, thus breaking type inference?
Issue -
State: closed - Opened by WillSullivan about 10 years ago
- 3 comments
#149 - SetupAllProperties with DefaultValue.Mock throws on concrete property type without parameterless constructor
Issue -
State: closed - Opened by ploeh about 10 years ago
- 1 comment
#148 - Make TPL code Silverlight 5 compatible
Pull Request -
State: closed - Opened by iskiselev about 10 years ago
- 6 comments
#147 - Bug: Mocks of factories with parameters behave as if you use "It.IsAny(x)" if you mock a function call in the returned object.
Issue -
State: closed - Opened by christopherbauer about 10 years ago
- 2 comments
#146 - The second invocation of a method with a Dictionary argument overwrites the dictionary passed in the previous invocation.
Issue -
State: closed - Opened by sandshadow about 10 years ago
- 2 comments
#145 - Fix: #128 NotImplementedException DynamicProxy2 error when CallBase = true
Pull Request -
State: closed - Opened by rjasica about 10 years ago
- 6 comments
#144 - Multiple return values of type task
Issue -
State: closed - Opened by xp-development about 10 years ago
- 2 comments
#143 - Issue on Dispose when using a Mock and Strict behavior (After 4.2.1402.2112)
Issue -
State: closed - Opened by DevShiny about 10 years ago
- 2 comments
#142 - Recursive mocks don't work with argument matching
Issue -
State: closed - Opened by thalesmello about 10 years ago
- 1 comment
#141 - Mock's members incorrectly marked as non-final
Issue -
State: closed - Opened by dcastro about 10 years ago
- 2 comments
Labels: bug
#140 - Mock name should be a part of method verification error message
Issue -
State: closed - Opened by bl-nero about 10 years ago
- 4 comments
Labels: enhancement
#139 - Mock.Of async expression
Issue -
State: closed - Opened by Astrophizz about 10 years ago
- 5 comments
Labels: known limitation
#138 - Added MockExtensions.Reset() to clear mock state (expectations+invocations)
Pull Request -
State: closed - Opened by ashmind over 10 years ago
#137 - Issue 136 - SetupAllProperties doesn't setup properties that don't have a setter
Pull Request -
State: closed - Opened by NGloreous over 10 years ago
#136 - SetupAllProperties doesn't setup properties that don't have a setter
Issue -
State: closed - Opened by NGloreous over 10 years ago
- 4 comments
#135 - Wrong equality check in Interceptor.ExpressionKey
Issue -
State: closed - Opened by kostadinmarinov over 10 years ago
- 1 comment
#134 - Issue 135: Fix equality check bug in ExpressionKey
Pull Request -
State: closed - Opened by kostadinmarinov over 10 years ago
- 6 comments
#133 - Changed behavior with explicit interface implementations
Issue -
State: closed - Opened by magnusbakken over 10 years ago
- 2 comments
Labels: bug
#113 - Upgrade to Castle.Core 3.2.1 because of Mono
Issue -
State: closed - Opened by ztone over 10 years ago
- 5 comments
#100 - Doesn't support .NET Core 4.5.1 (can't install)
Issue -
State: closed - Opened by seriema almost 11 years ago
- 1 comment
#99 - Make InterfaceProxy public
Pull Request -
State: closed - Opened by pimterry almost 11 years ago
#98 - Mocking Interfaces
Issue -
State: closed - Opened by kapdave almost 11 years ago
- 6 comments
#97 - Only mark a condition as evaluated successfully on the method call that ...
Pull Request -
State: closed - Opened by drieseng almost 11 years ago
- 3 comments
#96 - Ordered call issue with invocations with same arguments in MockSequence
Issue -
State: closed - Opened by drieseng almost 11 years ago
- 1 comment
#95 - Basic code contracts for public facing API
Pull Request -
State: closed - Opened by alexsimply almost 11 years ago
- 5 comments
#94 - Add support for code contracts
Issue -
State: closed - Opened by alexsimply almost 11 years ago
- 5 comments
Labels: wontfix
#93 - Mocks.Of in the quickstart
Issue -
State: closed - Opened by AlexKeySmith almost 11 years ago
- 4 comments
#92 - Can't setup protected methods with nullable parameters
Issue -
State: closed - Opened by RobSiklos almost 11 years ago
- 7 comments
#91 - Moq still doesn't support multithreading
Issue -
State: closed - Opened by VitaliyKurokhtin almost 11 years ago
- 2 comments
#90 - NullReferenceException when mocked method has a nullable value type argument, but It.IsAny constraint is not nullable
Issue -
State: closed - Opened by ashmind about 11 years ago
- 3 comments
#89 - Override previous setup
Issue -
State: closed - Opened by duongthaiha about 11 years ago
- 4 comments
#88 - Mock class's method with multiple parameter only take last paramter
Issue -
State: closed - Opened by duongthaiha about 11 years ago
- 2 comments
#87 - MockDefaultValueProvider does not support Task<T> results
Issue -
State: closed - Opened by rickykaare about 11 years ago
- 1 comment
Labels: duplicate, enhancement
#86 - Support || and ?: in Mock.Of
Issue -
State: closed - Opened by ashmind about 11 years ago
- 2 comments
Labels: wontfix
#85 - Fix Proxy -> Poxy typo in the Silverlight project
Pull Request -
State: closed - Opened by pimterry about 11 years ago
#84 - Provide better error reporting in Verify()
Issue -
State: closed - Opened by ashmind about 11 years ago
- 5 comments
Labels: enhancement, unresolved
#83 - Fix mock naming code & tests in Silverlight
Pull Request -
State: closed - Opened by pimterry about 11 years ago
#82 - System.InvalidCastException when invoking method that starts with "add"
Issue -
State: closed - Opened by F0b0s about 11 years ago
- 8 comments
#81 - Proxy generator added inside moq
Pull Request -
State: closed - Opened by marianor about 11 years ago
- 1 comment
#80 - Issue #78
Pull Request -
State: closed - Opened by MatKubicki about 11 years ago
- 4 comments
#79 - unable to mock in unittesting on windows app?
Issue -
State: closed - Opened by Charlemagne65 about 11 years ago
- 4 comments
#78 - Problems with Task in 4.2 version
Issue -
State: closed - Opened by mmajcica about 11 years ago
- 10 comments
#77 - Use default proxy generation options, rather than an explicitly empty one
Pull Request -
State: closed - Opened by pimterry about 11 years ago
#76 - Give mocks names
Pull Request -
State: closed - Opened by pimterry about 11 years ago
- 13 comments
#75 - MockSequence and VerifyAll
Issue -
State: open - Opened by henriquemotaesteves about 11 years ago
- 43 comments
Labels: enhancement, up-for-grabs, discussion
#74 - Allow naming of mocks
Issue -
State: closed - Opened by pimterry about 11 years ago
- 1 comment
#73 - Fix error when returning Task of a reference type
Pull Request -
State: closed - Opened by alextercete about 11 years ago
#72 - InSequence-Setups can now be used on the same mock instance.
Pull Request -
State: closed - Opened by halllo about 11 years ago
- 1 comment
#71 - Make Async methods on IReturns more discoverable
Pull Request -
State: closed - Opened by jdom about 11 years ago
#70 - Make TPL code Silverlight compatible
Pull Request -
State: closed - Opened by alextercete about 11 years ago
- 1 comment
#69 - Re-normalize repository
Pull Request -
State: closed - Opened by alextercete about 11 years ago
#68 - Fixing #62 - Multithreaded test not working
Pull Request -
State: closed - Opened by MatKubicki about 11 years ago
- 1 comment
#67 - Can't Mock class inherited from DBContext
Issue -
State: closed - Opened by drewfreyling about 11 years ago
- 4 comments
#66 - Avoid NullReferenceException with async methods
Pull Request -
State: closed - Opened by alextercete about 11 years ago
- 13 comments
#65 - Counting number of call method before callback raise
Issue -
State: closed - Opened by iremezoff about 11 years ago
- 1 comment
#64 - Allow setting up async methods easily
Issue -
State: closed - Opened by jdom about 11 years ago
- 5 comments
#63 - InSequence-Setups can now be used on the same mock instance.
Pull Request -
State: closed - Opened by halllo about 11 years ago
- 7 comments
#62 - 4.1 does not support multi-threading
Issue -
State: closed - Opened by DanTup about 11 years ago
- 17 comments
#61 - Cannot use Mock<T>.Raise() on WPF Routed Events
Issue -
State: closed - Opened by perlun about 11 years ago
- 1 comment
#60 - Add extension methods for IReturns to allow specifying return values exceptions on async methods in a synchronous way
Pull Request -
State: closed - Opened by danielcweber about 11 years ago
- 6 comments
#59 - adding sequential capability to throws for testing retry logic in web se...
Pull Request -
State: closed - Opened by kellyselden over 11 years ago
#58 - adding sequential capability to throws for testing retry logic in web se...
Pull Request -
State: closed - Opened by kellyselden over 11 years ago
#57 - Add documentation to NuGet package and/or have updated easy to find online documentation
Issue -
State: closed - Opened by LJNielsenDk over 11 years ago
- 2 comments
Labels: documentation, unresolved
#56 - Matcher should always work with the whole expression, including Convert
Pull Request -
State: closed - Opened by svick over 11 years ago
- 4 comments
#55 - support for reset of the call counts on all members.
Pull Request -
State: closed - Opened by salfab over 11 years ago
- 2 comments
#54 - Mock.As appears to be broken in Moq 4.1.1308.2321
Issue -
State: closed - Opened by TrevorPilley over 11 years ago
- 2 comments
#53 - Added VerifyNothing() to assert that there is no any calls in mock
Pull Request -
State: closed - Opened by alex4Zero over 11 years ago
- 4 comments
#52 - Merge dev into master
Pull Request -
State: closed - Opened by kzu over 11 years ago
#51 - #326
Pull Request -
State: closed - Opened by stoo101 over 11 years ago
#50 - Swapped method arguments will overwrite previous method setup
Issue -
State: closed - Opened by payn-git over 11 years ago
- 2 comments
#49 - Implement verification of event handler attaches and detaches (something like `mock.Verify(m => m.Event += callback)`)
Issue -
State: closed - Opened by joebeernink over 11 years ago
- 16 comments
Labels: enhancement
#48 - ILMerge compatible .NET 4.5
Pull Request -
State: closed - Opened by lukas-ais over 11 years ago
#47 - Deadlock in Interceptor
Issue -
State: closed - Opened by asmus almost 12 years ago
- 9 comments
#46 - Added Mock.Instance method
Pull Request -
State: closed - Opened by lynx44 almost 12 years ago
- 2 comments
#45 - Remove leftover git markup and code erroneously included in bad merge. Fixes #43
Pull Request -
State: closed - Opened by yonahw almost 12 years ago
#44 - Added covariant IMock<out T> interface to Mock<T>
Pull Request -
State: closed - Opened by tkellogg almost 12 years ago
#43 - Leftover git markup in Interceptor.cs
Issue -
State: closed - Opened by Pjanssen almost 12 years ago
- 3 comments
#42 - ref keyword in interface method declaration causes exception
Issue -
State: closed - Opened by Pjanssen almost 12 years ago
- 4 comments
#41 - www.moqthis.com produces 404
Issue -
State: closed - Opened by Ireney almost 12 years ago
- 4 comments
#40 - Added It.IsAnyValue
Pull Request -
State: closed - Opened by Pjanssen almost 12 years ago
- 5 comments
#39 - Fix for issue 361
Pull Request -
State: closed - Opened by bittailor almost 12 years ago
- 3 comments
#38 - Fix for issue 361 'NullReferenceException when subscribing to an event'
Pull Request -
State: closed - Opened by bittailor almost 12 years ago
- 1 comment
#37 - support for reset of the call counts on all members.
Pull Request -
State: closed - Opened by salfab almost 12 years ago
- 33 comments
#36 - Fixed collection modified exception thrown as result of more methods bei...
Pull Request -
State: closed - Opened by yonahw almost 12 years ago
- 2 comments
#35 - Fixed collection modified exception thrown as result of more methods bei...
Pull Request -
State: closed - Opened by yonahw almost 12 years ago
- 1 comment
#34 - added overload to Verify to accept Times as a Method Group
Pull Request -
State: closed - Opened by ChrisMissal about 12 years ago
- 4 comments
#33 - Add support to change the default behavior
Pull Request -
State: closed - Opened by salfab over 12 years ago
- 1 comment
#32 - support for configurable default behavior
Pull Request -
State: closed - Opened by salfab over 12 years ago
#31 - refactored Interceptor.Intercept to use a set of strategies. .
Pull Request -
State: closed - Opened by FelicePollano over 12 years ago
- 2 comments
#30 - added gitignore
Pull Request -
State: closed - Opened by FelicePollano over 12 years ago