Skip to content
New issue

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

Handling assemblies without namespace properties #210

Closed
SOsterbrink opened this issue Nov 16, 2023 · 1 comment · Fixed by #216
Closed

Handling assemblies without namespace properties #210

SOsterbrink opened this issue Nov 16, 2023 · 1 comment · Fixed by #216

Comments

@SOsterbrink
Copy link
Member

          I faced strange error.

dscom fails to export tlb if assembly references System.Security.Cryptography.
Interop+BCrypt+BCRYPT_DSA_KEY_BLOB_V2+<Count>e__FixedBuffer, System.Security.Cryptography, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
I think it's related to .NET 8.

Originally posted by @gureedo in #196 (comment)

@SOsterbrink
Copy link
Member Author

The dscom problem is rooted in the fact that for some reason System.Security.Cryptography does not have a namespace.
And we expect that every library has a namespace.

@marklechtermann marklechtermann linked a pull request Nov 20, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant