diff --git a/README.md b/README.md index 8b24cd1..7b9d667 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ ## ⚠️ Known Restrictions -1. Output metadata .xml file is always named `OData ServiceCsdl.xml` which will throw a runtime exception. See more [https://github.com/OData/ODataConnectedService/issues/384](https://github.com/OData/ODataConnectedService/issues/384)\ +1. ✅ Waiting for release with fix\ +Output metadata .xml file is always named `OData ServiceCsdl.xml` which will throw a runtime exception. See more [https://github.com/OData/ODataConnectedService/issues/384](https://github.com/OData/ODataConnectedService/issues/384)\ There is a workaround:\ `a.` Rename `OData ServiceCsdl.xml` to `Csdl.xml`, where `` is value from OData CLI UI dialog\ `b.` Adjust embedded resource path in `.csproj` file\