You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be grate to generate during msbuild the generated execution code.
Would have some benefits, caching would not be necessary, you can see without additional efforts what the mapping code is, it would be even possible to generate partial methods to provide custom interactions/hooks.
Hi,
it would be grate to generate during msbuild the generated execution code.
Would have some benefits, caching would not be necessary, you can see without additional efforts what the mapping code is, it would be even possible to generate partial methods to provide custom interactions/hooks.
Here is library which can be used for it developed by Andrew Arnott (Microsoft):
https://github.com/AArnott/CodeGeneration.Roslyn
The text was updated successfully, but these errors were encountered: