Martin Karing
56558b54f9
Added unit test for manifest resource analyzer
2020-04-12 16:55:50 +02:00
Martin Karing
dc7244eedd
refs #118 Unit Test for Enhanced Strong Names
2020-02-24 19:19:12 +01:00
Martin Karing
bb891eebaa
Merge remote-tracking branch 'GitHub-PositiveTechnologies/78_signature_of_the_body_and_declaration_in_a_method_implementation_do_not_match' into feature/87_generic_ifc_rename
2019-09-20 00:09:56 +02:00
Ivan Kochurkin
70acd19448
Add new unit test (EasyFile.cs) for #78 issue
2019-09-19 18:09:11 +03:00
Martin Karing
2d25f7fbc0
refs #85 Added unit test to reproduce the issue
2019-09-18 19:43:10 +02:00
Martin Karing
8fa074341f
refs #85 Adding warning to analyzer
...
New warning message in case the analysis for a specific method fails.
2019-09-17 19:45:10 +02:00
Martin Karing
eee8d37dbe
refs #84 Added unit test to reproduced the issue
2019-09-14 13:09:22 +02:00
Martin Karing
58c3dd457f
refs #78 Fixed compiler settings
2019-09-05 23:43:03 +02:00
Martin Karing
daa1edbf7c
refs #78 Added unit test for issue
2019-09-01 10:45:14 +02:00
Martin Karing
9b8d5a1840
refs #54 Modified test to detect issue
2019-06-01 12:39:24 +02:00
Martin Karing
efb98dbc2a
refs #39 Added analyzer for reflection
...
The renaming protection now has an additional service for the usage of reflection.
2019-04-28 11:16:51 +02:00
Martin Karing
92cc1f2f01
Fixed build on MSBuild 16 (VS 2019)
2019-04-27 11:04:29 +02:00
Martin Karing
44ce650047
refs #34 Extended test for issue
2019-03-24 23:19:51 +01:00
Martin Karing
ab3dc517a8
refs #34 Added unit test to verify error
2019-03-24 18:54:34 +01:00
Martin Karing
4ee14a2a2a
refs #25 Changing unit test for issue
2019-03-07 10:59:52 +01:00
Martin Karing
23f5e61a3c
refs #25 Created unit test for issue
2019-03-06 10:45:41 +01:00
Martin Karing
3a60e691bb
Fixed handling of Windows Forms DataGridColumns
...
The compatibility mode for Windows Forms not recognises the
DataPropertyName of DataGridColumn and avoids renaming the properties
referenced there.
Also fixed the handling of the attributes in case the values are
duplicated on the evaluation stack.
Another fix for handling Bindings in Windows Forms was added also. The
binding constructor is now properly handled.
2018-08-13 11:55:02 +02:00
Martin Karing
9c8eed514b
Added additional unit tests for issue #1
2018-08-12 12:37:45 +02:00
Martin Karing
ff5b187505
Added unit test to verify issue #1
...
The renaming analysis fails in case a text block contains a [ but no
closing ].
2018-08-11 12:01:17 +02:00
Martin Karing
18cffad542
Merge branch 'feature/msbuild'
2018-07-26 14:07:55 +02:00
Martin Karing
88c5a5cc30
Extended Testing (resources with cultures)
2018-07-24 15:15:05 +02:00
Martin Karing
87a1187e9f
Removed launchsettings
...
That file does not belong into the repository.
2018-07-22 21:02:54 +02:00
Martin Karing
4760308d74
Categories for the tests
2018-07-21 12:42:50 +02:00
Martin Karing
94a235c206
Fixed AntiTamper implementation
...
The AntiTamper Implementations (Normal and Anti) are now working
properly. The runtime component of the JIT Mode is broken.
2018-07-21 11:43:09 +02:00
Martin Karing
54eec7c46c
Added test to verify AntiTamper protection.
...
This commit revealed a problem in the AntiTamper protection. The
AntiTamper protection is not properly applied to the assembly.
2018-07-20 23:58:24 +02:00
Martin Karing
15569148ac
Extracted some additional methods for UnitTests
...
Added a check to verify that the Confuser actually alters the assembly.
2018-07-20 23:57:26 +02:00
Martin Karing
e2e9fdf494
Extended UnitTests for compressor
...
The expanded UnitTests for the compressor now cover all the possible
settings that may impact the compressor.
2018-07-20 23:06:37 +02:00
Martin Karing
1baa9da149
Moved XUnitLogger into additional assembly
...
The XUnitLogger is now in an additional assembly, so multiple UnitTest
assemblies are able to use it.
2018-07-20 22:55:02 +02:00
Martin Karing
1ced06d476
Added UnitTest to cover compressor problem
...
Added a UnitTest that covers the crash of the compressor that occured
in case the assembly contained EmbeddedResources (such as ResX files).
2018-07-14 00:12:07 +02:00