We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reporter @Genteure
Found another issue: some useable non-english namespace can't be used by DllExport.
#61 (comment)
The text was updated successfully, but these errors were encountered:
Enables support of unicode characters in namespaces. Issue #80
f4e03c4
Assert.AreEqual(true, DDNS.IsValidNS("あいうえおかきくけこ")); Assert.AreEqual(true, DDNS.IsValidNS("中文解决方案名称")); Assert.AreEqual(true, DDNS.IsValidNS("あいうえおかきくけこ.DllExport")); Assert.AreEqual(true, DDNS.IsValidNS("中文解决方案名称.DllExport")); Assert.AreEqual(true, DDNS.IsValidNS("Проверка")); Assert.AreEqual(true, DDNS.IsValidNS("Проверка.DllExport"));
Cc: @Genteure
https://github.com/3F/DllExport/releases/tag/CI-build-109
Sorry, something went wrong.
Public release of the .NET DllExport 1.6.3
f61ffe9
* NEW: Support of unicode characters in namespaces. Issue #80 * NEW: Integrated `-action Configure` command by default. Issue #96 Configure everything in one click. https://github.com/3F/DllExport/wiki/Quick-start * CHANGED: Updated Mono.Cecil 0.10.3 https://github.com/jbevain/cecil/commits/0.10.3 * CHANGED: Updated MvsSln 2.2 Release notes: https://github.com/3F/MvsSln/releases/tag/v2.2 * NOTE: To upgrade configured version to v1.6.3: ``` DllExport -action Upgrade -dxp-version 1.6.3 ```
No branches or pull requests
Reporter @Genteure
#61 (comment)
The text was updated successfully, but these errors were encountered: