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

Merge master #229

Merged
merged 3 commits into from
Feb 11, 2025
Merged

Merge master #229

merged 3 commits into from
Feb 11, 2025

Conversation

ivo-stoilov
Copy link
Contributor

No description provided.

ivo-stoilov and others added 3 commits November 12, 2024 14:05
* Use common signing (#208)

o closes telerik/MATTeam#710

* Support for .NET Standard 2.1 (#209)

o converted JustMock project .NET Core App 2.0 target to .NET Standard 2.1
o removed JustMock project .NET Framework 4.5.0 target
o re-target all JustMock dependent projects to .NET Framework 4.7.2

* Raise Async Event causes Method Signature Error (#211)

* Raise Async Event causes Method Signature Error

o closes #745

* Raise Async Event causes Method Signature Error

o applied review comments

* Support for .NET 9 preview 6 (#212)

o fixed ref returns interception

* Fix the vulnerable transitive dependency to System.Security.Permissions 5.0.0 (#213)

o closes telerik/MATTeam#753

* fix: Implement methods for automocking #759

- Implement Arrange and ReturnsAsync methods for Task;
- Implement Arrange method for ValueTask;

* fix: Add tests for automocking

- Add test for Arrange an ReturnsAsync;

* chore: Change copyright information

* chore: Replace tabs with spaces (#216)

* chore: Replace tabs with spaces

- Closes #782

* fix: Broken symbols

* fix: Set NEWOBJ_INTERCEPTION_ON_OVERWRITE var to be disabled by default (#217)

* Fix .NET versions in the readme files (#218)
* Use common signing (#208)

o closes telerik/MATTeam#710

* Support for .NET Standard 2.1 (#209)

o converted JustMock project .NET Core App 2.0 target to .NET Standard 2.1
o removed JustMock project .NET Framework 4.5.0 target
o re-target all JustMock dependent projects to .NET Framework 4.7.2

* Raise Async Event causes Method Signature Error (#211)

* Raise Async Event causes Method Signature Error

o closes #745

* Raise Async Event causes Method Signature Error

o applied review comments

* Support for .NET 9 preview 6 (#212)

o fixed ref returns interception

* Fix the vulnerable transitive dependency to System.Security.Permissions 5.0.0 (#213)

o closes telerik/MATTeam#753

* fix: Implement methods for automocking #759

- Implement Arrange and ReturnsAsync methods for Task;
- Implement Arrange method for ValueTask;

* fix: Add tests for automocking

- Add test for Arrange an ReturnsAsync;

* chore: Change copyright information

* chore: Replace tabs with spaces (#216)

* chore: Replace tabs with spaces

- Closes #782

* fix: Broken symbols

---------

Co-authored-by: Maria Chervenkova <maria.chervenkova@progress.com>

* fix: Set NEWOBJ_INTERCEPTION_ON_OVERWRITE var to be disabled by default (#217)

Co-authored-by: Maria Chervenkova <maria.chervenkova@progress.com>

* Fix .NET versions in the readme files (#218)

* fix: Create tests for Mock.Reset (#220)

* fix: Create tests for Mock.Reset

* fix: SonarQube scanner findings

- Refactor test code to remove copy-paste

---------

Co-authored-by: Maria Chervenkova <maria.chervenkova@progress.com>

* Update license files (#221)

* Update license files (#222)

* Update license files (#223)

o replace the link

---------

Co-authored-by: Ivo Stoilov <ivo_stoilov@hotmail.com>
Co-authored-by: Maria Chervenkova <maria.chervenkova@progress.com>
@ivo-stoilov ivo-stoilov requested a review from MariaDch February 11, 2025 15:58
@ivo-stoilov ivo-stoilov merged commit 949935b into develop Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants