Skip to content
Kirill Osenkov edited this page Jan 2, 2024 · 28 revisions

Diffs

git merge-base jbevain/master gluck/master
51d55cb3e9228638382eefdb4c8a633e2249569e

git merge-base alexx999/master gluck/master
f2aef65ff21e85d628f84bd586de96374f75e24e

https://github.com/jbevain/cecil/compare/master...gluck:cecil:master
https://github.com/gluck/cecil/commit/d9b47f346e061c0f0e9e6e431262533955a6caed

This is a survey/audit of existing forks and work/improvements done in forks, with the goal to consolidate improvements back into the central repo as much as possible.

Forks

https://github.com/timotei/bamlparser

Resources for ASP.NET aspnet_merge

cases covering win32 resource merging:

NupkgPlatform
        public static readonly IEnumerable<Platform> Platforms = Platform.From(
            Package.From("UnionArgParser", "0.8.7"),
            Package.From("FSharp.Core", "3.0.2")

            Package.From("MassTransit", "2.9.9"),
            Package.From("Magnum", "2.1.3"),
            Package.From("Newtonsoft.Json", "6.0.8")


            Platform.From(
                Package.From("Microsoft.Bcl", "1.1.10")
                    .WithMatcher(p => p.StartsWith($"lib{Path.DirectorySeparatorChar}net40")),
                Package.From("Microsoft.Bcl.Async", "1.0.168")
                    .WithMatcher(p => p.StartsWith($"lib{Path.DirectorySeparatorChar}net40")),
                Package.From("System.Runtime", "4.3.0").WithFwk("net462"),
                Package.From("System.Collections.Immutable", "1.3.1").WithFwk("portable-net45+win8+wp8+wpa81")
            )

            IKVM

VerifiesMergedPdbKeepSourceIndexationForHttpIndexation
Clone this wiki locally