Replies: 1 comment
-
Visual Studio Tools for Metalama and PostSharp are available here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have released Metalama 2025.0.1-preview, based on 2024.2.26.
New
Improved
IRef<IField>.ToRef()
will return a shim of typeIField
. This field is not reachable in the code model, i.e. it is not exposed onINamedTypes.Fields
. On this shim, theIField.OverridingProperty
returns the property that the field has become in the code model. Conversely,IProperty.OriginalField
returns the shimIField
.Breaking Changes
ReferenceResolutionOptions
enum and all parameters ofReferenceResolutionOptions
inIRef.GetTarget
have been removed.Fixed
compilation.Types
collection.Beta Was this translation helpful? Give feedback.
All reactions