[Mono-bugs] [Bug 53548][Nor] Changed - mono runtime doesn't provide any evidence when loading an assembly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 10 Aug 2004 10:52:33 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by sebastien@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=53548

--- shadow/53548	2004-08-05 14:27:48.000000000 -0400
+++ shadow/53548.tmp.22218	2004-08-10 10:52:33.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 53548
 Product: Mono: Runtime
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: sebastien@ximian.com                            
 ReportedBy: spouliot@videotron.ca               
 QAContact: mono-bugs@ximian.com
@@ -107,6 +107,15 @@
 class library
 
 
 ------- Additional Comments From sebastien@ximian.com  2004-08-05 14:27 -------
 Both patches commited to HEAD.
 Now let's find evidences ;-)
+
+------- Additional Comments From sebastien@ximian.com  2004-08-10 10:52 -------
+Fixed in HEAD.
+
+If no evidences are provided by the runtime then default evidences
+will be (lazilly) created in managed code. This way the evidence
+providing code can be kept, without performance impact, whether or not
+CAS is enabled. This can be important because evidence is being used
+without CAS in some cases.