Author Topic: in honor of 4.0's impending beta release, a .NET bitching thread  (Read 665 times)

0 Members and 1 Guest are viewing this topic.

recursivelyenumerable

  • you might think that; I couldn't possibly comment
  • Senior Member
does System.Type.MakeGenericType really return just a (small-g) generic ArgumentException regardless of whether you passed the wrong number of params or invalid params or whatever?  really?   :maf
QED

Van Cruncheon

  • live mas or die trying
  • Banned
Re: in honor of 4.0's impending beta release, a .NET bitching thread
« Reply #1 on: May 18, 2009, 01:00:23 AM »
...

wait for 4.0!
« Last Edit: May 18, 2009, 01:02:16 AM by Professor Prole »
duc

Diunx

  • Humble motherfucker with a big-ass dick
  • Senior Member
Re: in honor of 4.0's impending beta release, a .NET bitching thread
« Reply #2 on: May 18, 2009, 01:01:17 AM »
Fascinating.
Drunk

recursivelyenumerable

  • you might think that; I couldn't possibly comment
  • Senior Member
Re: in honor of 4.0's impending beta release, a .NET bitching thread
« Reply #3 on: May 18, 2009, 01:08:25 AM »
because what I would really like to do is take advantage of some of the compile-time machinery, i.e. static typechecking, at runtime.  since I can't do that exactly, I am looking at the Reflection stuff and PostSharp for ideas on how to hack together something analogous.

I understand that the C# team is looking at something that may be along these lines ("compiler as service"?) for the next version after 4.0, but I don't wanna wait that long.
« Last Edit: May 18, 2009, 01:12:31 AM by recursivelyenumerable »
QED