You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6a34df5: small bug fix in the metadata explorer UI by @marwie
Fixed a source generation bug in ReflectionDisassembler: Identifiers containing multiple consecutive dots were not properly escaped. (#2386 by @DarkOoze)
Bug fixes
#2392: Avoid some redundant casts with the ?: operator.
#2398: TranslateCondition: truncate condition value if necessary
#2391: mark method as unsafe when passing null to a parameter of pointer type.
#2396: Extend the #1903 workaround to unconstrained generic types.
#2389: missing extern keyword for properties and events.
#2395: Do not use for->foreach transform if collection is not an array.
#2390: Add support for generic object initializers.
#2390: Make sure all unused captured variables are removed even in lambdas.
#2407: Operator '-' cannot be applied to operand of type 'nuint'
#2354: decompilation of unary and binary operators with nullable value types.