Skip to content

Conversation

@jonpryor
Copy link
Contributor

Sign Mono.Posix.dll with mono.pub, not with product.snk.

This is required because the existing Xamarin.Android SDK signs
Mono.Posix.dll with mono.pub, so the same signing key needs to be
used so that existing assembly references are not broken because a
new/different signing key is used.

Sign `Mono.Posix.dll` with `mono.pub`, not with `product.snk`.

This is required because the existing Xamarin.Android SDK signs
`Mono.Posix.dll` with `mono.pub`, so the same signing key needs to be
used so that existing assembly references are not broken because a
new/different signing key is used.
@atsushieno atsushieno merged commit 5db79a5 into dotnet:master Jun 13, 2016
radical pushed a commit that referenced this pull request May 8, 2018
We update possibly-enumified members after loading XML metadata, but
currently we iterate everything we loaded including managed references.
That's waste of processing, so don't do that.

(Also reduced attempts to process base types, but they did not actually
happen anyways. The relevant code is slightly simplified.)
jonpryor added a commit to jonpryor/xamarin-android that referenced this pull request Jan 30, 2020
jonpryor added a commit to jonpryor/xamarin-android that referenced this pull request Jan 30, 2020
jonpryor added a commit that referenced this pull request Jan 31, 2020
jonpryor pushed a commit that referenced this pull request Feb 18, 2021
Changes: dotnet/android-libzipsharp@1.0.20...1.0.22

  * dotnet/android-libzipsharp@9f563dd: Add a test which changes the CompressionMethod of an item (#78)
  * dotnet/android-libzipsharp@3b610c9: Try actually running the tests under .net core (#77)
  * dotnet/android-libzipsharp@03cd66b: Archive the SignList.xml
  * dotnet/android-libzipsharp@8afe791: Add the signListPath parameter
  * dotnet/android-libzipsharp@ed5585c: Add SignList.xml for signing
  * dotnet/android-libzipsharp@2ab6943: Add a build_windows.bat file to make it easier to build on windows (#75)
  * …
  * dotnet/android-libzipsharp@9dca4fb: Initial commit of localisation
  * dotnet/android-libzipsharp@668babc: Add Unit Test for setting file permissions on extraction.
  * dotnet/android-libzipsharp@8f2053c: Build on Windows again (#71)
@github-actions github-actions bot locked and limited conversation to collaborators Feb 2, 2024
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