Describe the bug
When using a serializable data type (e.g. System.Array) in a procedure of a controladdin VS Code shows the error message "The parameter 'X' has a type which is not serializable and therefore cannot be used in the given context. AL (AL0430)".
To Reproduce
- Create a new controladdin
- Create a procedure within the controladdin with a parameter of type dotnet Array.
controladdin proceduretest
{
procedure testArray(testArray: dotnet Array);
}
Expected behavior
It should be possible to use serializable parameters in procedures of controladdins. This was possible in C/AL.
Version:
AL Language - 5.0.288712
Screenshots:

