Skip to content

Conversation

@dellis1972
Copy link
Contributor

Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=40804

There was an issue with the way the dll.config files were
extracted from the apk. They were including additional data
at the end of the xml because the files were not null
terminated.

This patch fixes the null termination for user included
config files and those included in the debug runtime.
It also adds method to extract the config file from the apk
(this was apparently missing too).

…lite3` for projects that reference sqlite but don't use fastdev (dotnet#415)

Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=40804

There was an issue with the way the dll.config files were
extracted from the apk. They were including additional data
at the end of the xml because the files were not null
terminated.

This patch fixes the null termination for user included
config files and those included in the debug runtime.
It also adds method to extract the config file from the apk
(this was apparently missing too).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants