Skip to main content
17 events
when toggle format what by license comment
Apr 12, 2017 at 7:31 history edited CommunityBot
replaced http://programmers.stackexchange.com/ with https://softwareengineering.stackexchange.com/
Mar 20, 2017 at 10:29 history edited CommunityBot
replaced http://meta.stackexchange.com/ with https://meta.stackexchange.com/
Dec 17, 2016 at 22:53 history edited Thomas Owens
edited tags
Apr 23, 2014 at 13:30 history edited CommunityBot
Fixup of bad MSO links to MSE links migration
Apr 23, 2014 at 9:16 history edited CommunityBot
Migration of MSO links to MSE links
S Oct 5, 2013 at 23:23 history bounty ended CommunityBot
S Oct 5, 2013 at 23:23 history notice removed CommunityBot
Oct 4, 2013 at 2:47 vote accept Allen Clark Copeland Jr
Oct 3, 2013 at 6:59 answer added Allen Clark Copeland Jr timeline score: 0
Sep 28, 2013 at 5:02 comment added Allen Clark Copeland Jr I'm writing my own compiler framework, into that: to understand the systems involved I'm rolling my own ECMA-335 metadata parser similar to Mono.Cecil, I wrote a generator to handle metadata table parsing. Loading all four versions of the framework is fairly straight forward. The question is for people who have written library analysis tools to give me insight towards what kind of functionality can be extrapolated from versioning analysis, beyond what's been stated already.
Sep 28, 2013 at 3:15 comment added Esme Povirk Was there an actual question in here? Mono.Cecil is a nice library for analyzing assemblies that may not load in the current runtime (works on .NET and not just Mono), though IKVM.Reflection is used more often for compilers because code can be shared with System.Reflection.Emit. Removing public members is a breaking change, and the idea of a "minimum" framework version implicitly assumes there will be no breaking changes. So it seems like all you really need to know is when each member was introduced, and take the maximum to find your common framework version.
Sep 28, 2013 at 0:16 history tweeted twitter.com/#!/StackProgrammer/status/383747079195336704
S Sep 27, 2013 at 22:21 history bounty started Allen Clark Copeland Jr
S Sep 27, 2013 at 22:21 history notice added Allen Clark Copeland Jr Authoritative reference needed
Sep 25, 2013 at 11:21 history edited gnat CC BY-SA 3.0
formatting kaizen
Sep 25, 2013 at 9:40 history edited Allen Clark Copeland Jr CC BY-SA 3.0
Added rationale on focusing on public entities.
Sep 25, 2013 at 9:34 history asked Allen Clark Copeland Jr CC BY-SA 3.0