Skip to content

Commit e773c76

Browse files
committed
Update README.md
1 parent 2127bb3 commit e773c76

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ This library supports Azure Functions V2 and onwards. If you still want to get y
4747

4848
## Known Issues ##
4949

50+
### Missing .dll Files ###
51+
5052
Due to the Azure Functions Runtime limitation, sometimes some of .dll files are removed while publishing the function app. In this case, try the following workaround with your function app `.csproj` file.
5153

5254
```xml
@@ -60,6 +62,15 @@ Due to the Azure Functions Runtime limitation, sometimes some of .dll files are
6062
</Project>
6163
```
6264

65+
### Empty Swagger UI When Deployed through Azure Pipelines ###
66+
67+
* Workaround: #306
68+
69+
70+
### Swagger UI Error When Empty Project Referenced ###
71+
72+
* Workaround: #302
73+
6374

6475
## Issues? ##
6576

0 commit comments

Comments
 (0)