ILRepack/ILRepack.cs (6 lines): - line 86: // TODO: this could be parallelized to gain speed - line 308: // TODO: does this work or is there more to do? - line 479: // TODO fix "TYPE, ASSEMBLYNAME, CULTURE" pattern - line 480: // TODO fix "TYPE, ASSEMBLYNAME, VERSION, CULTURE, TOKEN" pattern - line 499: // TODO handle renames - line 507: // TODO no public key token ! ILRepack/RepackImporter.cs (4 lines): - line 64: // TODO fix scope (should probably be added to target ModuleReferences, otherwise metadatatoken will be wrong) - line 80: Identifier = type.Identifier, // TODO: CHECK THIS when merging multiple assemblies when exported types ? - line 382: (x.ToString() == meth.ToString()))) // TODO: better/faster comparation of parameter types? - line 606: // TODO: we can move this down if we chek for duplicates when adding ILRepack/Steps/AttributesRepackStep.cs (3 lines): - line 70: // TODO: should copy Win32 resources, too - line 76: // TODO: should copy Win32 resources, too - line 84: CleanupAttributes(typeof(CompilationRelaxationsAttribute).FullName, x => x.ConstructorArguments.Count == 1 /* TODO && x.ConstructorArguments[0].Value.Equals(1) */); ILRepack/Steps/ResourceProcessing/BamlGenerator.cs (1 line): - line 100: //TODO: throw? (Let's hope people read the logs ^_^) ILRepack/PlatformFixer.cs (1 line): - line 62: // file exists, must be a platform file so exchange it // TODO: is this OK? ILRepack/Steps/ResourceProcessing/BamlResourcePatcher.cs (1 line): - line 55: //TODO: diminishing return optimisation: remove duplications + update assembly ids ILRepack/Application.cs (1 line): - line 22: //TODO: Open the Logger before the parse ILRepack.IntegrationTests/Peverify/PeverifyHelper.cs (1 line): - line 66: // TODO use pedump --verify code,metadata on Mono ? ILRepack/Steps/ResourcesRepackStep.cs (1 line): - line 118: // TODO ? (or not) ILRepack/ReflectionHelper.cs (1 line): - line 82: // TODO: dimensions ILRepack/RepackLogger.cs (1 line): - line 60: // TODO: put on a list and log a summary ILRepack/Steps/XamlResourcePathPatcherStep.cs (1 line): - line 24: //TODO: Maybe we should fix this in *all* (xaml) files?