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
As per App Trimming in .NET 5, it is possible to add attributes to help the trimmer understand not to remove certain code that is called (or does calls) dynamically.
These attributes need to be applied to CSLA code as appropriate.
The text was updated successfully, but these errors were encountered:
As per App Trimming in .NET 5, it is possible to add attributes to help the trimmer understand not to remove certain code that is called (or does calls) dynamically.
These attributes need to be applied to CSLA code as appropriate.
The text was updated successfully, but these errors were encountered: