From 94f6b617a5b5cb3c07124822efa8dccf9c7b9d8f Mon Sep 17 00:00:00 2001 From: David Driscoll Date: Tue, 5 Jul 2022 00:38:27 -0400 Subject: [PATCH] Fix/build failures (#1192) * Spatial was not connected to spatial.newtonsoft losing conventions * correct reference * this should fix the continued build failures --- sample/Sample.Restful.Client/Sample.Restful.Client.csproj | 5 +---- test/Sample.Graphql.Tests/schema.graphql | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/sample/Sample.Restful.Client/Sample.Restful.Client.csproj b/sample/Sample.Restful.Client/Sample.Restful.Client.csproj index 18b47c8ed..5095da970 100644 --- a/sample/Sample.Restful.Client/Sample.Restful.Client.csproj +++ b/sample/Sample.Restful.Client/Sample.Restful.Client.csproj @@ -24,15 +24,12 @@ Namespace="$(RootNamespace)" PrivateAssets="All" ReferenceOutputAssembly="false" + OutputPath="client/$(TargetFramework)/Sample.RestfulClient.cs" > /generateClientClasses:true /generateClientInterfaces:true /injectHttpClient:true /disposeHttpClient:false /generateExceptionClasses:true /wrapDtoExceptions:true /useBaseUrl:false /generateBaseUrlProperty:false /operationGenerationMode:"MultipleClientsFromFirstTagAndOperationId" /generateOptionalParameters:true /generateJsonMethods:false /enforceFlagEnums:true /parameterArrayType:"System.Collections.Generic.IEnumerable" /parameterDictionaryType:"System.Collections.Generic.IDictionary" /responseArrayType:"System.Collections.Generic.ICollection" /responseDictionaryType:"System.Collections.Generic.IDictionary" /wrapResponses:true /generateResponseClasses:true /responseClass:"Response" /requiredPropertiesMustBeDefined:false /dateType:"System.DateTimeOffset" /dateTimeType:"System.DateTimeOffset" /timeType:"System.TimeSpan" /timeSpanType:"System.TimeSpan" /arrayType:"System.Collections.ObjectModel.Collection" /arrayInstanceType:"System.Collections.ObjectModel.Collection" /dictionaryType:"System.Collections.Generic.IDictionary" /dictionaryInstanceType:"System.Collections.Generic.Dictionary" /arrayBaseType:"System.Collections.ObjectModel.Collection" /dictionaryBaseType:"System.Collections.Generic.Dictionary" /classStyle:"Poco" /generateDefaultValues:true /generateDataAnnotations:true /generateImmutableArrayProperties:true /generateImmutableDictionaryProperties:true /generateDtoTypes:true /generateOptionalPropertiesAsNullable:true - - - - diff --git a/test/Sample.Graphql.Tests/schema.graphql b/test/Sample.Graphql.Tests/schema.graphql index 33443f6ea..fdeecf923 100644 --- a/test/Sample.Graphql.Tests/schema.graphql +++ b/test/Sample.Graphql.Tests/schema.graphql @@ -37,7 +37,7 @@ scalar OffsetDate "A combination of a LocalTime and an Offset, to represent a time-of-day at a specific offset from UTC but without any date information." scalar OffsetTime -"An offset from UTC in seconds. A positive value means that the local time is ahead of UTC (e.g. for Europe); a negative value means that the local time is behind UTC (e.g. for America)." +"An offset from UTC in seconds.\n A positive value means that the local time is ahead of UTC (e.g. for Europe); a negative value means that the local time is behind UTC (e.g. for America)." scalar Offset "Represents a period of time expressed in human chronological terms: hours, days, weeks, months and so on."