From 3cac3204519bbdfe02beb9d863e9b873cdaf9d07 Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Mon, 31 Jan 2022 18:04:35 +0100 Subject: THRIFT-5511 Full support for the new net6 "nullability" semantics Client: netstd Patch: Jens Geyer This closes #2516 --- tutorial/netstd/Interfaces/Interfaces.csproj | 6 +++--- tutorial/netstd/Server/Program.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tutorial') diff --git a/tutorial/netstd/Interfaces/Interfaces.csproj b/tutorial/netstd/Interfaces/Interfaces.csproj index f81c88d96..d04b243f3 100644 --- a/tutorial/netstd/Interfaces/Interfaces.csproj +++ b/tutorial/netstd/Interfaces/Interfaces.csproj @@ -41,8 +41,8 @@ - - - + + + diff --git a/tutorial/netstd/Server/Program.cs b/tutorial/netstd/Server/Program.cs index d9c9dbf12..29b21d073 100644 --- a/tutorial/netstd/Server/Program.cs +++ b/tutorial/netstd/Server/Program.cs @@ -131,7 +131,7 @@ Sample: if (selectedTransport == Transport.Http) { if (multiplex) - throw new Exception("This tutorial semple code does not yet allow multiplex over http (although Thrift itself of course does)"); + throw new Exception("This tutorial sample code does not yet allow multiplex over http (although Thrift itself of course does)"); new HttpServerSample().Run(cancellationToken); } else -- cgit v1.2.1