Skip to content

Tags: ReflectionMagic/ReflectionMagic

Tags

5.0.1

Toggle 5.0.1's commit message
Bump version to 5.0.1

5.0.0

Toggle 5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #35 from 0xced/net6.0

Modernize project

4.0.0

Toggle 4.0.0's commit message
Add test results output to build script

4.0.0-beta1

Toggle 4.0.0-beta1's commit message
Reduce number of build actions when packaging

3.2.0-beta1

Toggle 3.2.0-beta1's commit message
Version bump to 3.2.0

3.1.0-beta1

Toggle 3.1.0-beta1's commit message
Fix build script to output symbol package

3.0.0

Toggle 3.0.0's commit message
Update build script for RTM dotnet CLI

3.0.0-beta5

Toggle 3.0.0-beta5's commit message
Add exception when method does not exist on type

Fixes GH-5.

3.0.0-beta1

Toggle 3.0.0-beta1's commit message
Simplify restore step in build script

On a clean / pristine checkout of the repository the build script will not
work properly because 'dotnet restore' is not run on test/LibraryWithPrivateMembers.

This commit fixes the issue by utilizing the 'dotnet restore' ability to
run on the solution file.