icerpc / icerpc-csharp

A C# RPC framework built for QUIC, with bidirectional streaming, first-class async/await, and Protobuf support.
https://docs.icerpc.dev
Apache License 2.0
94 stars 13 forks source link

Build QUIC for .net8 and .net9 #3998

Closed pepone closed 1 month ago

pepone commented 1 month ago

This PR include the following upates:

pepone commented 1 month ago

CI is failing however.

There is already an issue for this failure, see #3990

externl commented 1 month ago

CI is failing however.

There is already an issue for this failure, see #3990

When I commented the build was failing because of the yml.

externl commented 1 month ago

Can we filter out these failing tests for now somehow?

pepone commented 1 month ago

Can we filter out these failing tests for now somehow?

Yes added Ignore attribute with TODO and link to the issue