MarimerLLC / csla

A home for your business logic in any .NET application.
https://cslanet.com
MIT License
1.27k stars 406 forks source link

Simplify LocalProxyOptions initialization in UseLocalProxy #4195

Closed luizfbicalho closed 3 months ago

luizfbicalho commented 3 months ago

The method UseLocalProxy now directly initializes a new LocalProxyOptions instance without checking for an existing instance. The conditional logic that checked for an existing IDataPortalProxy service and its implementation instance has been removed. This change simplifies the method by ensuring that a new LocalProxyOptions instance is always created and used.

Closes: #4130