| | Support for .NET 7 | | | | | Unresolved | Nov 29, 2022 | Dec 14, 2022 | | |
| | Update CustomType to ensure compatiblity with changed Type.Equals-implemntation in .NET 7 | | | | | Unresolved | Dec 14, 2022 | Dec 14, 2022 | | |
| | Remove the IGeneratedCodeFlusher interface from ReflectionEmitCodeGenerator | | | | | Unresolved | Mar 8, 2016 | Aug 19, 2022 | | |
| | Replace NO_PEVERIFY with DISABLE_PEVERIFY | | | | | Unresolved | Jun 9, 2021 | Aug 19, 2022 | | |
| | Replace the TypeMixer with a more general TypePipeCodeGenerator | | | | | Unresolved | Jul 9, 2013 | May 29, 2022 | | |
| | Provide a way to generate a new assembly after a predetermined number of types as been generated | | | | | Unresolved | Mar 8, 2016 | May 29, 2022 | | |
| | Update project url in nuspec file | | | | | Unresolved | Apr 9, 2018 | May 29, 2022 | | |
| | Drop Silverlight-Code from code base | | | | | Unresolved | Apr 16, 2021 | May 29, 2022 | | |
| | Update serialization tests to use an out-of-process concept instead of an AppDomain when exercising serialization code | | | | | Unresolved | Apr 16, 2021 | May 29, 2022 | | |
| | Add support for PEVerify with Windows 10 SDK | | | | | Unresolved | Jan 6, 2022 | May 29, 2022 | | |
| | The handling for GetType possibly being an interface in remoting scenarios can be dropped when remoting is no longer supported | | | | | Unresolved | Apr 29, 2021 | Apr 29, 2021 | | |
| | Cache the result of RelatedMethodFinder.GetMostDerivedOverride() | | | | | Unresolved | Aug 6, 2014 | Apr 25, 2021 | | |
| | TypePipe does not create a non-abstract assembled type for an abstract type without abstract members if no modifications are made | | | | | Unresolved | Jul 2, 2013 | Apr 25, 2021 | | |
| | MuteableType.AddedMethods etc should allow O(1) access | | | | | Unresolved | Aug 8, 2014 | Apr 25, 2021 | | |
| | RelatedMethodFinder.GetBaseMethod should use internal reflection mechanism for runtime methods (like InheritanceAwareCustomAttributeRetriever) | | | | | Unresolved | Aug 6, 2014 | Apr 25, 2021 | | |
| | Support calling methods on parameters whose type is a constrained generic parameter without boxing. | | | | | Unresolved | Mar 27, 2013 | Apr 25, 2021 | | |
| | Improve performance of MethodFactory for non-generic methods. | | | | | Unresolved | Mar 21, 2013 | Apr 25, 2021 | | |
| | Consider optimizing overridden member detection for existing methods | | | | | Unresolved | Apr 25, 2012 | Apr 25, 2021 | | |
| | Serialization of mixed mixin instances, for which a derived mixin type is generated, throws a FileNotFoundException | | | | | Unresolved | Aug 12, 2013 | Apr 25, 2021 | | |
| | Remove ParamListImplementation/ParamList distinction if no TypePipe.Interfaces.dll is needed | | | | | Unresolved | Feb 21, 2012 | Apr 25, 2021 | | |
| | AccessViolationException in Reflection.Emit when creating types | | | | | Unresolved | Apr 14, 2017 | Apr 25, 2021 | | |
| | Add performance tests for type generation | | | | | Unresolved | Feb 26, 2016 | Apr 25, 2021 | | |
| | Introduce ReadOnlySet implementation to wrap the Hashset and prevent a sequential copy of the item in MutableMethodInfo.AddedExplicitBaseDefinitions getter | | | | | Unresolved | Mar 7, 2016 | Apr 25, 2021 | | |
| | Drop ReverseTypeCache/ConstructorForAssembledTypeCache | | | | | Unresolved | Oct 30, 2013 | Apr 25, 2021 | | |
| | Refactor PipelineRegistry to use Lock-Free APIs | | | | | Unresolved | Dec 26, 2013 | Apr 25, 2021 | | |
| | Provide a cache for TypePipe RelatedMethodFinder for inherited members and for finding the most derived member that can be shared with TypePipe participants | | | | | Unresolved | Feb 23, 2016 | Apr 25, 2021 | | |
| | Support proxying of generic types | | | | | Unresolved | Mar 11, 2013 | Mar 6, 2016 | | |
| | Move Relection.Emit dependent checks from MutableReflection model to strategy | | | | | Unresolved | Mar 20, 2012 | Mar 3, 2016 | | |
| | Finish implementation of mutable reflection objects | | | | | Unresolved | Apr 19, 2012 | Mar 3, 2016 | | |
| | Finish implementation of MutableConstructorInfo | | | | | Unresolved | Apr 19, 2012 | Mar 3, 2016 | | |
| | Document APIs on ProxyType and other MutableReflection classes | | | | | Unresolved | Feb 25, 2013 | Mar 3, 2016 | | |
| | Ensure that user gets an exception when using existing private members in an expression tree with Reflection.Emit | | | | | Unresolved | Apr 25, 2012 | Mar 3, 2016 | | |
| | Overriding methods with multidimensional array in the signature fails if a lower bound is specified | | | | | Unresolved | Sep 4, 2013 | Mar 3, 2016 | | |
| | Provide a more strongly typed API for creating additional types | | | | | Unresolved | Mar 19, 2013 | Mar 3, 2016 | | |
| | Support for TypeInstantiation.GetNestedTypes | | | | | Unresolved | Aug 16, 2013 | Mar 3, 2016 | | |
| | Also adapt MethodOnTypeInstantiation.GetGenericArguments() ... (needs a GenericParameterOnTypeInstantiation) | | | | | Unresolved | Feb 28, 2013 | Mar 3, 2016 | | |
| | Finish implementation of MutableMethodInfo | | | | | Unresolved | Apr 19, 2012 | Mar 3, 2016 | | |
| | Include CallingConventions in filtering in MutableType.GetConstructors, GetMethods | | | | | Unresolved | May 2, 2012 | Mar 3, 2016 | | |
| | Finish implementation of MutableType | | | | | Unresolved | Apr 4, 2012 | Mar 3, 2016 | | |
| | Type.GetConstructor (Type[]) and CustomType.GetConstructor (Type[]) don't work if one of the parameter types is a CustomType | | | | | Unresolved | May 15, 2013 | Mar 3, 2016 | | |
| | Add convenience methods for adding auto-implemented members to ProxyTypeExtensions | | | | | Unresolved | Feb 19, 2013 | Mar 3, 2016 | | |
| | Implement type unification to fix equality of TypeInstantiation, MethodInstantiation, **OnTypeInstantiation members, ArrayType, and ByRefType | | | | | Unresolved | Mar 4, 2013 | Mar 3, 2016 | | |
| | Add BodyContextBase.GetMutable*Reference | | | | | Unresolved | Jun 6, 2012 | Mar 3, 2016 | | |
| | Refine argument checks in MethodFactory | | | | | Unresolved | Mar 19, 2013 | Mar 3, 2016 | | |
| | Align MemberSelector.SelectSingleMethod with original reflection behavior | | | | | Unresolved | Sep 20, 2012 | Mar 3, 2016 | | |
| | Add integration test for CustomAttributeData retrieval when using assembly binding redirects | | | | | Unresolved | Dec 22, 2013 | Mar 3, 2016 | | |
| | Align reflection behavior for field shadowing with original reflection | | | | | Unresolved | May 2, 2012 | Mar 3, 2016 | | |
| | Support for implicit conversion of generic parameters | | | | | Unresolved | Mar 19, 2013 | Mar 3, 2016 | | |
| | Refactor ComplexSerializationEnabler to allow it's use by participant outside of the TypePipe project | | | | | Unresolved | Aug 12, 2013 | Mar 3, 2016 | | |