Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New comment] Conflict with ExtensionAttribute in ASP.NET 3.5 website
2. [New issue] StackOverflow when enumerating dynamic members of IMOs

----------------------------------------------

ISSUES

1. [New comment] Conflict with ExtensionAttribute in ASP.NET 3.5 website
http://ironpython.codeplex.com/workitem/19126
User sbronson has commented on the issue:

"<p>Why is this closed if people are still having this issue? (And they are: 
see 
&lt;http://stackoverflow.com/questions/835592/ambigious-reference-for-extensionattribute-when-using-iron-python-in-asp-net&gt;.)</p>"-----------------

2. [New issue] StackOverflow when enumerating dynamic members of IMOs
http://ironpython.codeplex.com/workitem/34893
User becio has proposed the issue:

"Tested on IronPyton 2.7.4

import System
import clr
clr.AddReference("System.Core")
from System.Dynamic import DynamicObject

class Foo(DynamicObject):
  def bar():
      pass


f = Foo()
System.ComponentModel.TypeDescriptor.GetProperties(f)"
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on 
CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue 
Tracker. You can unsubscribe or change your issue notification settings on 
CodePlex.com.
_______________________________________________
Ironpython-users mailing list
[email protected]
https://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to