Skip to content

Commit 7cb2fe9

Browse files
authored
Remove Environment dotnet in favor of new app addin SystemEnvironment (#2893)
#### Summary Retire System.Environment in favor of new app addin SystemEnvironment #### Work Item(s) Fixes [AB#564815](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/564815)
1 parent a70b07c commit 7cb2fe9

File tree

1 file changed

+10
-4
lines changed
  • src/System Application/App/DotNet Aliases/src

1 file changed

+10
-4
lines changed

src/System Application/App/DotNet Aliases/src/dotnet.al

+10-4
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,16 @@ dotnet
849849
}
850850
}
851851

852+
assembly("Microsoft.Dynamics.Nav.SystemEnvironment")
853+
{
854+
Culture = 'neutral';
855+
PublicKeyToken = '31bf3856ad364e35';
856+
857+
type("Microsoft.Dynamics.Nav.SystemEnvironment.SystemEnvironment"; "SystemEnvironment")
858+
{
859+
}
860+
}
861+
852862
assembly("Microsoft.Dynamics.Nav.Timer")
853863
{
854864
Culture = 'neutral';
@@ -1436,10 +1446,6 @@ dotnet
14361446
{
14371447
}
14381448

1439-
type("System.Environment"; "Environment")
1440-
{
1441-
}
1442-
14431449
type("System.EventArgs"; "EventArgs")
14441450
{
14451451
}

0 commit comments

Comments
 (0)