Граф коммитов

29 Коммитов

Автор SHA1 Сообщение Дата
Ivo Stoilov d6df950b1c
Merge Q4.2024 (#219)
* 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)
2024-11-12 14:05:43 +02:00
Ivo Stoilov 68a1ce498e
Merge Q2 2024 release (#210)
* 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
2024-05-14 11:13:00 +03:00
Ivo Stoilov 531f443d2e
Merge R2.2023 into master (#195)
* Support for macOS
o added preview framework target
o ignored all known .Net 7 issues

* Infrastructure as a code
o updated target .NET Framework version
2023-06-13 19:12:25 +03:00
Mihail Vladov 4f2ac5d5ee Add Net 5 as a target framework for test projects 2020-08-27 19:45:29 +03:00
Ivo Stoilov 6b1c8a35c9 Migrate .Net Core 3.0 tests to .net core 3.1
o migrated tests to LTS versions
2020-06-23 15:27:10 +03:00
Ivo Stoilov f966039ac7 Configure all tests to run against .NET Core 3.0
o added netcoreapp3.0 framework target
2019-10-16 16:27:38 +03:00
Mihail Vladov 524ec6a802 Fix a regression when mocking serializable class 2019-02-05 15:39:20 +02:00
Mihail Vladov 67f12b0a7c Changing the notice from Telerik EAD to Progress Software Corporation in JustMock Lite 2019-01-09 14:16:41 +02:00
Mihail Vladov 07a951addb initial update of dynamic proxy 2018-11-28 17:09:16 +02:00
Mihail Vladov 705b954b42 Updating Dynamic Proxy
Tests in InteropFixture are not passing along with tests related to InternalsVisibleTo
2018-11-15 15:09:34 +02:00
Ivo Stoilov b866fa6644 Migrate JustMock test projects to new VS2017 format
o unified NUnit and NUnit3 internals visible assembly names across Lite and Full versions
2018-11-13 15:41:07 +02:00
Ivo Stoilov fc2a6ed14d Migrate JustMock test projects to new VS2017 format
o migrated MSTest projects
2018-11-07 17:21:37 +02:00
Ivo Stoilov 7f6fb90d47 Research .NET Core support
o converted JustMock project to multi targeting
o ported to .Net Core 2.0, build-able but requires further refining
o added simple test for .Net Core
o introduced test category "DotNetCore" for selecting .Net Core related tests
o fixed project and solution settings for NUnit and XUnit
o generalized conditional compilation for future extensions
2018-10-10 11:36:52 +03:00
Lyubomir Rusev c807214752 Add class used for testing mocking C# 7 local function inside another assembly. 2018-09-11 17:43:49 +03:00
Ivo Stoilov f1371a1362 A static method with dynamic argument cannot be mocked if the class is in a different assembly than the unit test
o applied code review comments
2018-08-23 19:13:03 +03:00
Ivo Stoilov 366bb1f53a A static method with dynamic argument cannot be mocked if the class is in a different assembly than the unit test
o added unit test
2018-08-23 18:16:49 +03:00
Ivo Stoilov 27a4717071 Support for C# 4 Named parameters
o applied review comments
2018-08-20 19:10:23 +03:00
Mihail Vladov e72b7345c2 Changing the notice Telerik AD to Telerik EAD in JustMock Lite. 2018-05-04 15:20:33 +03:00
Lyubomir Rusev 4b547776b0 Fix accessing "protected internal" member for XUnit tests. 2018-03-12 10:49:53 +02:00
Mihail Vladov 5a6376274a Vladov/nunit exception fix (#30)
* Fixing an exception thrown due to removed deprecated attributes in NUnit latest version 3.8.x.
2017-10-05 10:46:20 +03:00
Kamen Ivanov 763f1eed86 add Nunit3 tests to InternalsVisibleTo for DemoLib 2017-07-17 15:54:54 +03:00
Kamen Ivanov 5640e22624 add Telerik.JustMock.MSTest2.Test.Elevated to InternalsVisible in DemoLibS 2017-07-10 11:12:28 +03:00
Kamen Ivanov e446a428c2 JM: #216571 - add project that run tests with MSTestV2 2017-07-05 17:28:21 +03:00
Stefan Dragnev a575c64825 fix build 2015-01-22 14:09:00 +02:00
Stefan Dragnev e230c2d7a2 + PrivateAccessor.RaiseEvent
retain arrangements when Mock.Raise() goes through reflection.
2015-01-22 13:29:08 +02:00
Stefan Dragnev 4dc30f7ccf code clean-up 2014-10-10 11:15:48 +03:00
Martin Bektchiev a135abe898 JM: Fix copyright strings 2014-01-15 18:34:57 +02:00
Martin Bektchiev 4e662b129b JT: Change copyright strings to 2014 2014-01-15 18:06:32 +02:00
Stefan Dragnev e3e9c76d4e initial commit 2013-12-23 10:02:11 +02:00