We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f22d9c commit 5c70996Copy full SHA for 5c70996
2 files changed
.github/workflows/ci.yaml
@@ -116,7 +116,7 @@ jobs:
116
files: artifacts/*.*
117
118
- name: publish to NuGet
119
- if: secrets.NUGET_TOKEN != ''
+ if: ${{ secrets.NUGET_TOKEN != '' }}
120
env:
121
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_TOKEN }}
122
run: |
README.md
@@ -147,7 +147,7 @@ namespace Dummy
147
## Troubleshooting
148
149
- DllNotFoundException / EntryPointNotFoundException
150
- - Ensure native libs are on PATH/LD_LIBRARY_PATH or set BINARYNINJA_BASE
+ - Ensure set BINARYNINJA_BASE
151
- On Native AOT, confirm your RID is correct and you published with PublishAot=true
152
- AccessViolationException
153
- Check lifetime: ensure using-statements dispose views/sessions before exit
0 commit comments