Skip to content

Commit 3b64943

Browse files
committed
one last CI fix attempt, then I'm skipping some tests
1 parent ae0c836 commit 3b64943

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/releasenotes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## unreleased
44

55
- add `[SimpleRpcExceptions]` (which can be applied at service contract, service type, or service method levels), and `SimpleRpcExceptionsInterceptor` (which can be applied to any service registration) - which expose server exceptions more conveniently (#75)
6+
- use linker-friendly metadata inspection (#90)
67

78
## 1.0.90
89

tests/protobuf-net.Grpc.Test.Integration/Issues/Issue100.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public async Task MeasuredSerialize()
5959
}
6060
#endif
6161

62-
const int Port = 12315;
62+
const int Port = 10046;
6363

6464
[Service]
6565
public interface ITest

tests/protobuf-net.Grpc.Test.Integration/Issues/Issue75_Exceptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace protobuf_net.Grpc.Test.Integration.Issues
1212
{
1313
public class Issue75 : IClassFixture<Issue75.Issue75ServerFixture>
1414
{
15-
const int Port = 12316;
15+
const int Port = 10045;
1616

1717
[Service]
1818
public interface IFaultTest

0 commit comments

Comments
 (0)