-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WITH Scope Name Collision #191
Comments
Are there pages recommending use of I found this archive one: https://alguidelines.dev/docs/navpatterns/3-cal-coding-guidelines/readability/nested-withs/ |
There are some rules that would throw an error in the future: Use of implicit 'with' will be removed in the future. Qualify with '{0}': The 'with' statement is deprecated and will be removed for cloud development in a future release: So, yes - would be recommended to not use them any longer and to convert, see: https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-deprecating-with-statements-overview
|
@Ji-Peter , @christianbraeunlich as @JeremyVyska correctly points out, that page is an Archive of the NAV patterns. We do not want to change history. |
Since
with
either implicit or explicit are being deprecated, shouldn't this recommend not usingwith
at all?The text was updated successfully, but these errors were encountered: