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
Uh oh!
There was an error while loading. Please reload this page.
-
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.OverridingPropertyreturns the property that the field has become in the code model. Conversely,IProperty.OriginalFieldreturns the shimIField.Breaking Changes
ReferenceResolutionOptionsenum and all parameters ofReferenceResolutionOptionsinIRef.GetTargethave been removed.Fixed
compilation.Typescollection.Beta Was this translation helpful? Give feedback.
All reactions