You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/__snapshots__/EntityIdFactoryGeneratorTests.Simple_Uuid_Entity.snap
_uuidParser=serializerResolver.GetLeafValueParser<global::System.Guid, global::System.Guid>("Uuid") ??thrownewglobal::System.ArgumentException("No serializer for type `Uuid` found.");
483
+
_uuidParser=serializerResolver.GetLeafValueParser<global::System.String, global::System.Guid>("Uuid") ??thrownewglobal::System.ArgumentException("No serializer for type `Uuid` found.");
484
484
_stringParser=serializerResolver.GetLeafValueParser<global::System.String, global::System.String>("String") ??thrownewglobal::System.ArgumentException("No serializer for type `String` found.");
Copy file name to clipboardexpand all lines: src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/__snapshots__/ResultTypeGeneratorTests.Nested_Entity.snap
_booleanParser=serializerResolver.GetLeafValueParser<global::System.Boolean, global::System.Boolean>("Boolean") ??thrownewglobal::System.ArgumentException("No serializer for type `Boolean` found.");
993
-
_uuidParser=serializerResolver.GetLeafValueParser<global::System.Guid, global::System.Guid>("Uuid") ??thrownewglobal::System.ArgumentException("No serializer for type `Uuid` found.");
993
+
_uuidParser=serializerResolver.GetLeafValueParser<global::System.String, global::System.Guid>("Uuid") ??thrownewglobal::System.ArgumentException("No serializer for type `Uuid` found.");
994
994
_stringParser=serializerResolver.GetLeafValueParser<global::System.String, global::System.String>("String") ??thrownewglobal::System.ArgumentException("No serializer for type `String` found.");
Copy file name to clipboardexpand all lines: src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/__snapshots__/ScalarGeneratorTests.Complete_Schema_With_Uuid_And_DateTime.snap
_expenseCategoryParser=serializerResolver.GetLeafValueParser<global::System.String, global::Foo.Bar.ExpenseCategory>("ExpenseCategory") ??thrownewglobal::System.ArgumentException("No serializer for type `ExpenseCategory` found.");
836
836
_paymentMethodParser=serializerResolver.GetLeafValueParser<global::System.String, global::Foo.Bar.PaymentMethod>("PaymentMethod") ??thrownewglobal::System.ArgumentException("No serializer for type `PaymentMethod` found.");
837
-
_uuidParser=serializerResolver.GetLeafValueParser<global::System.Guid, global::System.Guid>("Uuid") ??thrownewglobal::System.ArgumentException("No serializer for type `Uuid` found.");
837
+
_uuidParser=serializerResolver.GetLeafValueParser<global::System.String, global::System.Guid>("Uuid") ??thrownewglobal::System.ArgumentException("No serializer for type `Uuid` found.");
838
838
_decimalParser=serializerResolver.GetLeafValueParser<global::System.Decimal, global::System.Decimal>("Decimal") ??thrownewglobal::System.ArgumentException("No serializer for type `Decimal` found.");
839
839
_dateTimeParser=serializerResolver.GetLeafValueParser<global::System.String, global::System.DateTimeOffset>("DateTime") ??thrownewglobal::System.ArgumentException("No serializer for type `DateTime` found.");
840
840
_stringParser=serializerResolver.GetLeafValueParser<global::System.String, global::System.String>("String") ??thrownewglobal::System.ArgumentException("No serializer for type `String` found.");
Copy file name to clipboardexpand all lines: src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/__snapshots__/SchemaGeneratorTests.Create_GetFeatById.snap
_uuidParser=serializerResolver.GetLeafValueParser<global::System.Guid, global::System.Guid>("Uuid") ??thrownewglobal::System.ArgumentException("No serializer for type `Uuid` found.");
862
+
_uuidParser=serializerResolver.GetLeafValueParser<global::System.String, global::System.Guid>("Uuid") ??thrownewglobal::System.ArgumentException("No serializer for type `Uuid` found.");
863
863
_stringParser=serializerResolver.GetLeafValueParser<global::System.String, global::System.String>("String") ??thrownewglobal::System.ArgumentException("No serializer for type `String` found.");
864
864
_intParser=serializerResolver.GetLeafValueParser<global::System.Int32, global::System.Int32>("Int") ??thrownewglobal::System.ArgumentException("No serializer for type `Int` found.");
Copy file name to clipboardexpand all lines: src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/__snapshots__/SchemaGeneratorTests.Create_GetFeatsPage.snap
Copy file name to clipboardexpand all lines: src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/__snapshots__/SchemaGeneratorTests.Create_UpdateMembers_Mutation.snap
_projectUserRoleTypeParser=serializerResolver.GetLeafValueParser<global::System.String, global::Foo.Bar.ProjectUserRoleType>("ProjectUserRoleType") ??thrownewglobal::System.ArgumentException("No serializer for type `ProjectUserRoleType` found.");
938
-
_guidParser=serializerResolver.GetLeafValueParser<global::System.Guid, global::System.Guid>("Guid") ??thrownewglobal::System.ArgumentException("No serializer for type `Guid` found.");
938
+
_guidParser=serializerResolver.GetLeafValueParser<global::System.String, global::System.Guid>("Guid") ??thrownewglobal::System.ArgumentException("No serializer for type `Guid` found.");
939
939
_booleanParser=serializerResolver.GetLeafValueParser<global::System.Boolean, global::System.Boolean>("Boolean") ??thrownewglobal::System.ArgumentException("No serializer for type `Boolean` found.");
Copy file name to clipboardexpand all lines: src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/__snapshots__/SchemaGeneratorTests.QueryInterference.snap
public GetFeatsPageBuilder(global::StrawberryShake.IEntityStore entityStore, global::StrawberryShake.IEntityIdSerializer idSerializer, global::StrawberryShake.IOperationResultDataFactory<global::Foo.Bar.IGetFeatsPageResult> resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver)
3532
3532
{
@@ -3536,7 +3536,7 @@ namespace Foo.Bar.State
3536
3536
_sortEnumTypeParser = serializerResolver.GetLeafValueParser<global::System.String, global::Foo.Bar.SortEnumType>("SortEnumType") ?? throw new global::System.ArgumentException("No serializer for type `SortEnumType` found.");
3537
3537
_intParser = serializerResolver.GetLeafValueParser<global::System.Int32, global::System.Int32>("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found.");
3538
3538
_stringParser = serializerResolver.GetLeafValueParser<global::System.String, global::System.String>("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found.");
3539
-
_uuidParser = serializerResolver.GetLeafValueParser<global::System.Guid, global::System.Guid>("Uuid") ?? throw new global::System.ArgumentException("No serializer for type `Uuid` found.");
3539
+
_uuidParser = serializerResolver.GetLeafValueParser<global::System.String, global::System.Guid>("Uuid") ?? throw new global::System.ArgumentException("No serializer for type `Uuid` found.");
3540
3540
_booleanParser = serializerResolver.GetLeafValueParser<global::System.Boolean, global::System.Boolean>("Boolean") ?? throw new global::System.ArgumentException("No serializer for type `Boolean` found.");
public GetFeatByIdBuilder(global::StrawberryShake.IEntityStore entityStore, global::StrawberryShake.IEntityIdSerializer idSerializer, global::StrawberryShake.IOperationResultDataFactory<global::Foo.Bar.IGetFeatByIdResult> resultDataFactory, global::StrawberryShake.Serialization.ISerializerResolver serializerResolver)
3743
3743
{
3744
3744
_entityStore = entityStore ?? throw new global::System.ArgumentNullException(nameof(entityStore));
3745
3745
_idSerializer = idSerializer ?? throw new global::System.ArgumentNullException(nameof(idSerializer));
3746
3746
_resultDataFactory = resultDataFactory ?? throw new global::System.ArgumentNullException(nameof(resultDataFactory));
3747
-
_uuidParser = serializerResolver.GetLeafValueParser<global::System.Guid, global::System.Guid>("Uuid") ?? throw new global::System.ArgumentException("No serializer for type `Uuid` found.");
3747
+
_uuidParser = serializerResolver.GetLeafValueParser<global::System.String, global::System.Guid>("Uuid") ?? throw new global::System.ArgumentException("No serializer for type `Uuid` found.");
3748
3748
_stringParser = serializerResolver.GetLeafValueParser<global::System.String, global::System.String>("String") ?? throw new global::System.ArgumentException("No serializer for type `String` found.");
3749
3749
_intParser = serializerResolver.GetLeafValueParser<global::System.Int32, global::System.Int32>("Int") ?? throw new global::System.ArgumentException("No serializer for type `Int` found.");
0 commit comments