Skip to content

Commit

Permalink
Merge branch 'master' into cli-0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ellizio committed Jun 19, 2024
2 parents 8e271d5 + 975f8d9 commit e1ea726
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<Service name>Csdl.xml`, where `<Service name>` is value from OData CLI UI dialog\
`b.` Adjust embedded resource path in `.csproj` file\
Expand Down

0 comments on commit e1ea726

Please sign in to comment.