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

Investigation + optional fix for io.grpc:grpc-api:1.64.2 crashes dotnet build #990

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open
30 changes: 16 additions & 14 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4476,51 +4476,53 @@
{
"groupId": "io.grpc",
"artifactId": "grpc-android",
"version": "1.63.2",
"nugetVersion": "1.63.2.2",
"version": "1.64.2",
"nugetVersion": "1.64.2",
"nugetId": "Xamarin.Grpc.Android",
"type": "androidlibrary",
"mavenRepositoryType": "MavenCentral"
},
{
"groupId": "io.grpc",
"artifactId": "grpc-api",
"version": "1.63.2",
"nugetVersion": "1.63.2.2",
"version": "1.64.2",
"nugetVersion": "1.64.2",
"nugetId": "Xamarin.Grpc.Api",
"type": "androidlibrary",
"mavenRepositoryType": "MavenCentral"
},
{
"groupId": "io.grpc",
"artifactId": "grpc-context",
"version": "1.63.2",
"nugetVersion": "1.63.2.2",
"version": "1.64.2",
"nugetVersion": "1.64.2",
"nugetId": "Xamarin.Grpc.Context",
"type": "androidlibrary",
"mavenRepositoryType": "MavenCentral"
},
{
"groupId": "io.grpc",
"artifactId": "grpc-core",
"version": "1.63.2",
"nugetVersion": "1.63.2.2",
"version": "1.64.2",
"nugetVersion": "1.64.2",
"nugetId": "Xamarin.Grpc.Core",
"type": "androidlibrary",
"mavenRepositoryType": "MavenCentral"
},
{
"groupId": "io.grpc",
"artifactId": "grpc-okhttp",
"version": "1.63.2",
"nugetVersion": "1.63.2.2",
"version": "1.64.2",
"nugetVersion": "1.64.2",
"nugetId": "Xamarin.Grpc.OkHttp",
"type": "androidlibrary",
"mavenRepositoryType": "MavenCentral"
},
{
"groupId": "io.grpc",
"artifactId": "grpc-protobuf-lite",
"version": "1.64.2",
"nugetVersion": "1.64.2",
"version": "1.63.2",
"nugetVersion": "1.63.2.2",
"nugetId": "Xamarin.Grpc.Protobuf.Lite",
Expand All @@ -4530,17 +4532,17 @@
{
"groupId": "io.grpc",
"artifactId": "grpc-stub",
"version": "1.63.2",
"nugetVersion": "1.63.2.2",
"version": "1.64.2",
"nugetVersion": "1.64.2",
"nugetId": "Xamarin.Grpc.Stub",
"type": "androidlibrary",
"mavenRepositoryType": "MavenCentral"
},
{
"groupId": "io.grpc",
"artifactId": "grpc-util",
"version": "1.63.2",
"nugetVersion": "1.63.2.2",
"version": "1.64.2",
"nugetVersion": "1.64.2",
"nugetId": "Xamarin.Grpc.Util",
"excludedRuntimeDependencies": "io.grpc.grpc-core,junit.junit,io.grpc.grpc-testing,org.mockito.mockito-core",
"type": "androidlibrary",
Expand Down
30 changes: 30 additions & 0 deletions source/io.grpc/grpc-api/Transforms/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,34 @@
path="/api/package[@name='io.grpc']/class[@name='ForwardingChannelBuilder']/method[@name='delegate' and count(parameter)=0]"
/>

<remove-node
path="/api/package[@name='io.grpc']/interface[@name='InternalServiceProviders.PriorityAccessor']/typeParameters"
/>

<attr
path="/api/package[@name='io.grpc']/class[@name='InternalConfigSelector.Result']/method[@name='getInterceptor' and count(parameter)=0]"
name="propertyName"
></attr>
<attr
path="/api/package[@name='io.grpc']/class[@name='InternalChannelz.ChannelTrace.Event']/method[@name='setSeverity']"
name="propertyName"
></attr>

<remove-node
path="/api/package[@name='io.grpc']/interface[@name='ServiceProviders.PriorityAccessor']/typeParameters"
/>

<attr
path="/api/package[@name='io.grpc']/class[@name='InternalChannelz.ChannelTrace.Event']"
name="managedName"
>
EventData
</attr>
<attr
path="/api/package[@name='io.grpc']/class[@name='InternalChannelz.ChannelTrace.Event.Severity']"
name="managedName"
>
SeverityData
</attr>

</metadata>
Loading