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

Bump external/Java.Interop from e1ee4b1 to 5318261 #7502

Merged
merged 2 commits into from
Nov 1, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2022

Bumps external/Java.Interop from e1ee4b1 to 5318261.

Commits
  • 5318261 [build] Update Microsoft.* NuGet package versions (#1055)
  • 8e18c90 [generator] Avoid C#11 delegate cache overhead. (#1053)
  • 2d8b6d2 [generator] More AttributeTargets on SupportedOSPlatformAttribute (#1054)
  • 7dfbab6 [generator] Add [SupportedOSPlatform] to bound constant fields (#1038)
  • 1720628 [generator] Mark generated .cs files as generated (#1052)
  • f498fcf [Java.Interop] Avoid some method group conversions (#1050)
  • 16e1ecd [build] Use $(VSINSTALLDIR), not $(VSINSTALLROOT) (#1048)
  • 8e4c7d2 [Hello-Core] Add "low level" sample. (#1047)
  • See full diff in compare view

Additionally, removes $(LangVersion) = 10 from Mono.Android.csproj, which was a hack to work around a size regression due to delegate caching in C# 11. (dotnet/java-interop#1053)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [external/Java.Interop](https://github.com/xamarin/java.interop) from `e1ee4b1` to `5318261`.
- [Release notes](https://github.com/xamarin/java.interop/releases)
- [Commits](dotnet/java-interop@e1ee4b1...5318261)

---
updated-dependencies:
- dependency-name: external/Java.Interop
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from jonpryor as a code owner October 28, 2022 02:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file. submodules Pull requests that update Submodules code labels Oct 28, 2022
@jpobst
Copy link
Contributor

jpobst commented Oct 31, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jonpryor
Copy link
Member

jonpryor commented Nov 1, 2022

Looks like dotnet/java-interop@dd66e07 broke things; make all-tests fails with:

error : Unable to find package Microsoft.NETFramework.ReferenceAssemblies.net481. No packages exist with this id in source(s): dotnet-eng, dotnet-public

I'm asking to have this package added to dotnet-public.

@jonpryor
Copy link
Member

jonpryor commented Nov 1, 2022

Microsoft.NETFramework.ReferenceAssemblies.net481 has been added to dotnet-public. Rebuilding…

Copy link
Member

@jonathanpeppers jonathanpeppers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test failures look related to: dotnet/runtime#77385

@jonpryor jonpryor merged commit 6573c37 into main Nov 1, 2022
@jonpryor jonpryor deleted the dependabot/submodules/external/Java.Interop-5318261 branch November 1, 2022 17:57
grendello added a commit to grendello/xamarin-android that referenced this pull request Nov 4, 2022
* main:
  [Tests] Replace azurestorage with a github repo. (dotnet#7524)
  Bump to xamarin/Java.Interop/main@5318261 (dotnet#7502)
  [build] fix 8.0.100-alpha.1 version band (dotnet#7500)
  [monodroid] Disable loading of libLLVM at runtime (dotnet#7499)
  Bump to dotnet/installer@8c1708f 8.0.100-alpha.1.22526.2 (dotnet#7497)
grendello added a commit to grendello/xamarin-android that referenced this pull request Nov 29, 2022
* main:
  Bump to xamarin/Java.Interop/main@5318261 (dotnet#7502)
@github-actions github-actions bot locked and limited conversation to collaborators Jan 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file. submodules Pull requests that update Submodules code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants