fxdac is a tool for expanding our contracts while preserving compatibility with existing contracts and with specific existing platfroms
Перейти к файлу
Krzysztof Cwalina 875daf09d8 Merge pull request #76 from dotnet/System.RuntimeArgumentHandle
Moved System.RuntimeArgumentHandle to System.Runtime
2016-07-29 11:03:59 -07:00
docs Add document to capture breaking changes 2016-07-01 11:23:33 -07:00
fxdac Moved System.RuntimeArgumentHandle to System.Runtime 2016-07-29 11:01:57 -07:00
.gitignore fxdac is a tool for refactoring framework reference assemblies 2016-06-03 14:03:20 -07:00
README.md Update README.md 2016-06-10 10:44:08 -07:00

README.md

What is fxdac?

fxdac is a tool for expanding our contracts while preserving compatibility with existing contracts and with specific existing platforms.

We could create the contracts manually, but it could be not very reliable and not re-entrant. The tool generates contracts programmatically, and so can be fixed if we discover reliability issues.