repoFacepunch.CodeSandboxcancel

39 Commits over 791 Days - 0.00cph!

5 Years Ago
Reusing AssemblyPreprocessor instance will use cached reference assemblies now
5 Years Ago
Add <Public /> and <PublicOrProtected />
5 Years Ago
Downgrade to Fody 4.2.1 because myget doesn't have VS 2019
5 Years Ago
Update to Cecil 10.4 (+ everything else too)
5 Years Ago
UntrustedAssemblies only includes things being processed, not references too
5 Years Ago
Switch to fork of ILVerification
5 Years Ago
Rename <PreprocessedAssemblies> to <UntrustedAssemblies> Changed <TrustedAssemblies> to refer to assemblies which will be trusted 100% Added <ReferenceAssemblies> to refer to assemblies that are not trusted but will not be modified
5 Years Ago
Handle byref types
5 Years Ago
Namespace properly resolves for nested types (parent namespace), fix tests
5 Years Ago
Fix MethodParametersPattern with empty list
5 Years Ago
Remove old output path
5 Years Ago
Delete the Fody weaver package project (in solution only)
5 Years Ago
Fix build order
5 Years Ago
Fix things after Fody 4.0 upgrade
5 Years Ago
Update dependencies
5 Years Ago
Make the default operation for namespace pattern the namespace matcher (allows exact match and all child namespaces)
5 Years Ago
Add TrustedAssemblies pattern
5 Years Ago
Proxy IntrospectionExtensions Type checking WIP Pull out my verifier into a separate project, switch to using the (extremely new) one from CoreRT
5 Years Ago
Add some (failing) tests for the unsafe IL used in System.Runtime.CompilerServices.Unsafe
5 Years Ago
Bring this back to life
7 Years Ago
Blacklist a bunch more reflection things found by tool, start blocking dynamic
7 Years Ago
Narrow down results a bit
7 Years Ago
Was missing some results
7 Years Ago
Tool to find uses of types, need to review my use of namespace info...
7 Years Ago
Manually implement a method that can't generate properly
7 Years Ago
Add a processor to block casts, make System.Reflection.TypeInfo completely blacklisted
7 Years Ago
Switch to new csproj format, brings support for running on .NET Core
7 Years Ago
Improve symbol format detection for embedded portable PDB
7 Years Ago
Add portable PDB support, needs detection though
7 Years Ago
Fix the new constraint when using reflection blacklist
7 Years Ago
Update libraires, add processor to fix new constraint when blocking reflection (broken atm)
7 Years Ago
Add unit tests for the reflection blacklist
7 Years Ago
Setup tests for reflection, fix a couple initial issues
7 Years Ago
Add MethodParameters pattern (fixes #21)
7 Years Ago
More blacklist
7 Years Ago
Expanding reflection blacklist
7 Years Ago
Add more things to blacklist
7 Years Ago
Add test for removing attributes
7 Years Ago
Remove blacklisted attributes instead of blocking the type (fixes #18)