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

[generator] fix bug #43883: generate only generatable code. #73

Merged
merged 1 commit into from
Sep 9, 2016

Conversation

atsushieno
Copy link
Contributor

The bug describes the situation where generator attempts to generate code
for non-generatable referenced types from assemblies.

The bug describes the situation where generator attempts to generate code
for non-generatable referenced types from assemblies.
@Redth
Copy link
Member

Redth commented Sep 8, 2016

This appears to fix the generator error I was encountering with the latest Android Support Libraries (v7 AppCompat specifically).

@jonpryor jonpryor merged commit 72a0fea into dotnet:master Sep 9, 2016
pjcollins pushed a commit to pjcollins/java.interop that referenced this pull request Sep 16, 2016
Fixes: https://bugzilla.xamarin.com/show_bug.cgi?id=43883

The bug describes the situation where generator attempts to generate code
for non-generatable referenced types from assemblies.
pjcollins pushed a commit to pjcollins/java.interop that referenced this pull request Sep 16, 2016
Fixes: https://bugzilla.xamarin.com/show_bug.cgi?id=43883

The bug describes the situation where generator attempts to generate code
for non-generatable referenced types from assemblies.
jonpryor pushed a commit that referenced this pull request Sep 16, 2016
Fixes: https://bugzilla.xamarin.com/show_bug.cgi?id=43883

The bug describes the situation where generator attempts to generate code
for non-generatable referenced types from assemblies.
jonpryor pushed a commit that referenced this pull request Sep 16, 2016
Fixes: https://bugzilla.xamarin.com/show_bug.cgi?id=43883

The bug describes the situation where generator attempts to generate code
for non-generatable referenced types from assemblies.
jonpryor pushed a commit that referenced this pull request Jan 31, 2020
Changes: dotnet/android-tools@66d445c...bfb66f3

Context: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/826178
Context: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/938504
Context: http://feedback.devdiv.io/606218

  * dotnet/android-tools@bfb66f3: Update to sdk-style csproj and netstandard2.0. (#78)
  * dotnet/android-tools@9f4ed4b: Use %ProgramW6432% path for 32-bit apps (#75)
  * dotnet/android-tools@294f447: Merge pull request #77 from xamarin/dev/soch/fix_certs
  * dotnet/android-tools@131bb29: Fix authenticode certs
  * dotnet/android-tools@962c486: Prevent NRE when Android SDK is not found (#73)
  * dotnet/android-tools@9b03310: [Windows] check %JAVA_HOME% for locating Jdk (#74)
  * dotnet/android-tools@cb41333: Get OpenJDK from well-known paths, not just registry (#72)
  * dotnet/android-tools@53ffdae: Downgrade to net46 for compatibility with VS2017+(#69)
  * dotnet/android-tools@4264703: Add AlternateIds for 9.0
  * dotnet/android-tools@90a6e06: [Xamarin.Android.Tools.AndroidSdk] Add 9.0 to KnownVersions.
  * dotnet/android-tools@4f717b6: Check if the path exists before trying to enumerate it. (#67)

Had to add an explicit NuGet restore to build it on Windows because 🤷‍♂.
@github-actions github-actions bot locked and limited conversation to collaborators Apr 15, 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.

4 participants