Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build errors after merging master to netcore #324

Merged
merged 22 commits into from
Feb 21, 2017

Commits on Jul 18, 2016

  1. Allow for class mocks and interface mocks to mock object.ToString()

    …, `object.Equals(object obj)` and `object.GetHashCode()`.
    Martin Hammerschmied committed Jul 18, 2016
    Configuration menu
    Copy the full SHA
    54e132b View commit details
    Browse the repository at this point in the history
  2. Made GrantedMethods in ProxyMethodHook a HashSet for faster acces…

    …s. Also fixed a couple of white space errors.
    Martin Hammerschmied committed Jul 18, 2016
    Configuration menu
    Copy the full SHA
    79ba390 View commit details
    Browse the repository at this point in the history
  3. Merge pull request devlooped#250 from kolomanschaft/master

    Allow for class mocks and interface mocks to mock System.Object methods
    kzu authored Jul 18, 2016
    Configuration menu
    Copy the full SHA
    ffcaf6e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2016

  1. System.Object methods should always work, even in strict mode if no…

    …ne of them were set up. Fixes devlooped#273.
    Martin Hammerschmied committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    cb48123 View commit details
    Browse the repository at this point in the history
  2. Merge pull request devlooped#279 from kolomanschaft/fix/issue-273

    `System.Object` methods should always work.
    kzu authored Aug 10, 2016
    Configuration menu
    Copy the full SHA
    7fa32a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca7e8db View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2016

  1. Fixed InterceptObjectMethodsMixin to properly check for Sustem.Obje…

    …ct methods in the interceptor context. Fixes devlooped#273 (again :-)) (devlooped#280)
    Martin Hammerschmied authored and kzu committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    570d0fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    756bf4e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2016

  1. Fix for issue devlooped#228: Events not properly raised when mocked t…

    …ype implements multiple interfaces (devlooped#288)
    bradreimer authored and kzu committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    cd67f5c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2016

  1. Fixes devlooped#278. Only fixes some of the issue though. Also adds n…

    …ew VB test assembly, hopefully in a way people will be happy with (devlooped#291)
    MatKubicki authored and kzu committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    8772a49 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2016

  1. Configuration menu
    Copy the full SHA
    31b677e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2016

  1. updates ReturnsAsync<> extension methods to use .NET 4.5 Task.FromRes…

    …ult rather than create a TaskCompletionSource
    joeenzminger committed Oct 29, 2016
    Configuration menu
    Copy the full SHA
    cdd07e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2016

  1. Configuration menu
    Copy the full SHA
    27d548d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. Merge pull request #1 from tlycken/master

    T4-generated overloads for ReturnsAsync(Func<T1, T2, ... TResult> value)
    joeenzminger authored Nov 8, 2016
    Configuration menu
    Copy the full SHA
    da19465 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. Merge pull request devlooped#297 from joeenzminger/master

    adds ReturnAsync extention method that accepts a Func<TResult>
    kzu authored Nov 10, 2016
    Configuration menu
    Copy the full SHA
    8adccf1 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2016

  1. ReturnsAsync() lazy evaluation issue fix devlooped#303 (devlooped#309)

    * ReturnsAsync() lazy evaluation issue fix devlooped#303
    SaroTasciyan authored and kzu committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    9bc3b83 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

  1. Fixing devlooped#295 and changing fix for devlooped#278 (devlooped#313)

    * Fixes devlooped#278.  Only fixes some of the issue though.  Also adds new VB test assembly, hopefully in a way people will be happy with
    
    * Another fix for issue devlooped#278 that no longer causes issue devlooped#295.
    There is still problematic code in the Interceptor for comparing the arguments of calls, but for now it no longer causes a problem with propeties with arguments as the expression string builder now reports the arguments for property reads.
    I've added a comment explaining the flaws (as I see them) in the Interceptor code in the hope that it will help when someone next as a problem, or at least stops them missing the same thing as I did earlier.
    MatKubicki authored and kzu committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    195219e View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2017

  1. Merge branch 'master' into netcore

    # Conflicts:
    #	Moq.sln
    #	Source/Extensions.cs
    #	Source/InterceptorStrategies.cs
    #	Source/Mock.cs
    #	Source/Proxy/CastleProxyFactory.cs
    #	UnitTests/Regressions/IssueReportsFixture.cs
    kzu committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    0d99d96 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2017

  1. Fix an issue where ISerializable is not available on .NET Core

    It's unfortunate that conditional compilation directives cannnot
    contain just part of a Xml Doc comment.
    jeremymeng committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    987f6f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcfc366 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e91dc62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5acb8a4 View commit details
    Browse the repository at this point in the history