Files
eiffel-org/documentation/25.12/solutions/dotnet/eiffel-aspnet-documentation/eiffel-codedom-provider/limitations.wiki
eifops 8a86d5fa0b Eiffel_25.12 release
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2496 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
2026-01-20 10:36:19 +00:00

11 lines
701 B
Plaintext

[[Property:title|Limitations]]
[[Property:weight|8]]
[[Property:uuid|6d8ab90d-f051-5010-55df-218a020d9cb5]]
==Generation Only==
The current implementation of the Eiffel CodeDom Provider does not support parsing Eiffel source code to produce a CodeDom tree. Only code generation and compilation are supported in the current release.
==Managed Code Only==
Only managed code can be generated or compiled by the Eiffel CodeDom Provider. This means that the CodeDom tree being compiled cannot include snippet members which use or define Eiffel external clauses. If the system requires access to external methods, they should be defined in a precompiled library (see [[Configuration|Configuration]] ).