When using CustomAttributeData.GetCustomAttributeData on a method that has the SecurityPermissionAttribute applied, the data returned always contains 0 constructor arguments and 0 named arguments even…
Created on 4/30/2013 (updated 2 weeks ago) | 0 validations | 0 workarounds | 7 comments | feedback id: 785912
|
|
With .NET 4.0, it's no longer possible to override Exception.GetObjectData in an assembly with the AllowPartiallyTrustedCallersAttribute because GetObjectData is SecurityCritical and thus demands full…
Created on 4/18/2013 (updated 4 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 785004
|
|
When a base custom attribute class BaseAttribute has an AttributeUsageAttribute specifying that it is not inheritable (Inherited = False) and a derived attribute class DerivedAttribute inherits from t…
Created on 2/20/2013 (updated 9 weeks ago) | 0 validations | 0 workarounds | 4 comments | feedback id: 779575
|
|
|
Closed
as Won't Fix
|
|
When you use (quick) search/replace in VS 2012, it remembers your previous searches and you can choose those from the combo box to the right of the search text input field.
However, when you use "Rep…
Created on 1/24/2013 (updated 15 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 777376
|
|
|
Closed
as Deferred
|
|
When overriding a method "explicitly", via the MethodImpl metadata mechanism, it is allowed for the override to be less accessible than the overridden method (as per ECMA-335, II.10.3.3). However, ove…
Created on 8/8/2012 (updated 13 weeks ago) | 0 validations | 0 workarounds | 5 comments | feedback id: 757478
|
|
|
Closed
as Won't Fix
|
|
The docs for AssemblyName.ReferenceMatchesDefinition say: "Both reference and definition are resolved by the loader, including policy evaluation, and then definition is tested for equality to referenc…
Created on 7/9/2012 (updated 14 weeks ago) | 0 validations | 0 workarounds | 4 comments | feedback id: 752902
|
|
|
Resolved
as Won't Fix
|
|
When an assembly with a Platform setting of "AnyCPU" is executed in a 64 bit process and references another assembly with a Platform setting of "x86", a BadImageFormatException is normally thrown as s…
Created on 6/27/2011 (updated 92 weeks ago) | 2 validations | 0 workarounds | 4 comments | feedback id: 677036
|
|
|
Closed
as Fixed
|
|