-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
DynamicLinkLibraryPathResolver() cctor crashes when single file publishing is used #52496
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to this area: @agocke, @vitek-karas, @VSadov Issue DetailsDescriptionI'm using a third-party library, QmlNet, which crashes when .NET 5 single file publishing is used. The culprit is the initialization of the Configuration.NET 5 both on Ubuntu 20.04 and Windows 10. Regression?Not sure. Other information
|
This is an issue in the NativeLibraryLibLoader: The call to In .NET 6 we have an analyzer which can be enabled by setting |
Description
I'm using a third-party library, QmlNet, which crashes when .NET 5 single file publishing is used. The culprit is the initialization of the
NetNativeLibLoader.PathResolver.DynamicLinkLibraryPathResolver()
.Configuration
.NET 5 both on Ubuntu 20.04 and Windows 10.
Regression?
Not sure.
Other information
The text was updated successfully, but these errors were encountered: