1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 16, 2024 — Nov 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump xunit.runner.visualstudio from 2.3.1 to 2.4.3 More... about 5 years ago
Bump Moq from 4.10.1 to 4.14.5 More... about 5 years ago
Enhance master branch readme More... about 5 years ago
Add #pragma warning disable IDE0044 for _referenceField field to remove compiler warning More... about 5 years ago
Move Run method from TestRunner to TestBase, remove TestRunner More... about 5 years ago
Remove clearing data after each test run (it allows to examine obfuscated assemblies after tests running), use more clear suffix for temp dir instead of GUID More... about 5 years ago
Use "obfuscated_" + Guid.NewGuid().ToString() everywhere in tests More... about 5 years ago
Use Action<ProjectModule> instead of signWithKey bool parameter in EnhancedStrongNameTest More... about 5 years ago
Bump MvvmLightLibs from 5.4.1 to 5.4.1.1 More... about 5 years ago
Bump Nerdbank.GitVersioning from 2.1.65 to 3.2.31 More... about 5 years ago
Bump Microsoft.NET.Test.Sdk from 15.8.0 to 16.7.1 More... about 5 years ago
Bump MSBuild.Sdk.Extras from 2.0.41 to 2.1.2 More... about 5 years ago
Add .idea/ to .gitignore (ignore Rider files) More... about 5 years ago
Simplify Confuser.Core.Test.csproj; Confuser.UnitTest.csproj: TargetFrameworks -> TargetFramework More... about 5 years ago
Simplify ConstantInliningTest (also use TestRunner.Run) More... about 5 years ago
Fix rebase issue More... about 5 years ago
Enable double clicks in the UI More... about 5 years ago
Merge branch 'pr/188' More... about 5 years ago
Added renamer to test projects More... about 5 years ago
Fixed rename references problem More... about 5 years ago
Removed duplicated code More... over 5 years ago
Fixing renaming of properties referenced by wpf More... over 5 years ago
Added unit test for issue More... over 5 years ago
Disable inlining for methods with constants protection More... over 5 years ago
Move test class initialization to TestBase More... over 5 years ago
Remove redundant references from test projects More... over 5 years ago
Extract duplicated tests logic to TestRunner.Run method, fix #158 More... over 5 years ago
Simplify SignatureMismatch2.Test More... over 5 years ago
Fix " Could not load file or assembly 'Confuser.Protections' or one of its dependencies." error in tests More... over 5 years ago
Add SignatureMismatch2.Test and helper projects (TypeLoadException is thrown in complicated cases with inheritance if renPublic=true and several assemblies are involved, #187) More... over 5 years ago