8000 Tags · connorivy/MockMe · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: connorivy/MockMe

Tags

1.1.2

Toggle 1.1.2's commit message
include readme

1.1.1

Toggle 1.1.1's commit message
add info to nuget package

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Multiple source gen fixes (#39)

* Fix code generation for methods with default arguments

* Fix code generation for interfaces inheriting from other interfaces (#36)

- Update the code generator to properly recognize and process inherited
  interfaces.
- Add unit test to validate the changes.

* use unified interface and run formatter

* Fix code generation for methods with default arguments (#35)

* move default argument tests to shared project

* Fix code generation for interfaces with overloaded methods (#38)

* Fix code generation for interfaces inheriting from other interfaces

- Update the code generator to properly recognize and process inherited
  interfaces.
- Add unit test to validate the changes.

* Fix code generation for interfaces with overloaded methods

---------

Co-authored-by: Karsten Heimrich <karsten.heimrich@gmx.de>
Co-authored-by: Karsten Heimrich <147480063+HugoX104447@users.noreply.github.com>

1.0.4

Toggle 1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add support for fully qualified namespace (#34)

* add support for fully qualified name

* fix wanrings

1.0.3

Toggle 1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Change the PostBuildEvent to use the AssemblyName (#31) (#32)

The projectname can differ from the assemblyname.

Co-authored-by: Bart Donninger <donningerbart@gmail.com>
Co-authored-by: Bart Donninger <bart@bbite.nl>

1.0.2

Toggle 1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix release pipeline (#27)

* fix release pipeline

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge dev into main (#25)

* adds support for .net 9

* fixes bug with post build event not being able to handle spaces in the assembly path
---------

Co-authored-by: Douglas Gaskell <1400380+douglasg14b@users.noreply.github.com>

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
switch to non generic method with type default (#16)

* replacing Me<T> with non generic

* update docs and readme

* fix build errors
0