Skip to content

Commit

Permalink
Fixed StrawberryShake Snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Dec 17, 2023
1 parent 5ac4c6d commit d272875
Show file tree
Hide file tree
Showing 123 changed files with 6,228 additions and 3,040 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@

namespace Microsoft.Extensions.DependencyInjection
{
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
// StrawberryShake.CodeGeneration.CSharp.Generators.DependencyInjectionGenerator
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public static partial class AnyScalarDefaultSerializationClientServiceCollectionExtensions
{
public static global::StrawberryShake.IClientBuilder<global::StrawberryShake.CodeGeneration.CSharp.Integration.AnyScalarDefaultSerialization.State.AnyScalarDefaultSerializationClientStoreAccessor> AddAnyScalarDefaultSerializationClient(this global::Microsoft.Extensions.DependencyInjection.IServiceCollection services, global::StrawberryShake.ExecutionStrategy strategy = global::StrawberryShake.ExecutionStrategy.NetworkOnly)
Expand Down Expand Up @@ -100,7 +101,8 @@ public void Dispose()

namespace StrawberryShake.CodeGeneration.CSharp.Integration.AnyScalarDefaultSerialization
{
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
// StrawberryShake.CodeGeneration.CSharp.Generators.ResultTypeGenerator
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public partial class GetJsonResult : global::System.IEquatable<GetJsonResult>, IGetJsonResult
{
public GetJsonResult(global::System.Text.Json.JsonElement json)
Expand Down Expand Up @@ -161,12 +163,14 @@ public GetJsonResult(global::System.Text.Json.JsonElement json)
}
}

[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
// StrawberryShake.CodeGeneration.CSharp.Generators.ResultInterfaceGenerator
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public partial interface IGetJsonResult
{
public global::System.Text.Json.JsonElement Json { get; }
}

// StrawberryShake.CodeGeneration.CSharp.Generators.OperationDocumentGenerator
/// <summary>
/// Represents the operation service of the GetJson GraphQL operation
/// <code>
Expand All @@ -175,7 +179,7 @@ public partial interface IGetJsonResult
/// }
/// </code>
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public partial class GetJsonQueryDocument : global::StrawberryShake.IDocument
{
private GetJsonQueryDocument()
Expand All @@ -196,6 +200,7 @@ private GetJsonQueryDocument()
}
}

// StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceGenerator
/// <summary>
/// Represents the operation service of the GetJson GraphQL operation
/// <code>
Expand All @@ -204,7 +209,7 @@ private GetJsonQueryDocument()
/// }
/// </code>
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public partial class GetJsonQuery : global::StrawberryShake.CodeGeneration.CSharp.Integration.AnyScalarDefaultSerialization.IGetJsonQuery
{
private readonly global::StrawberryShake.IOperationExecutor<IGetJsonResult> _operationExecutor;
Expand Down Expand Up @@ -242,6 +247,7 @@ public GetJsonQuery(global::StrawberryShake.IOperationExecutor<IGetJsonResult> o
}
}

// StrawberryShake.CodeGeneration.CSharp.Generators.OperationServiceInterfaceGenerator
/// <summary>
/// Represents the operation service of the GetJson GraphQL operation
/// <code>
Expand All @@ -250,17 +256,18 @@ public GetJsonQuery(global::StrawberryShake.IOperationExecutor<IGetJsonResult> o
/// }
/// </code>
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public partial interface IGetJsonQuery : global::StrawberryShake.IOperationRequestFactory
{
global::System.Threading.Tasks.Task<global::StrawberryShake.IOperationResult<IGetJsonResult>> ExecuteAsync(global::System.Threading.CancellationToken cancellationToken = default);
global::System.IObservable<global::StrawberryShake.IOperationResult<IGetJsonResult>> Watch(global::StrawberryShake.ExecutionStrategy? strategy = null);
}

// StrawberryShake.CodeGeneration.CSharp.Generators.ClientGenerator
/// <summary>
/// Represents the AnyScalarDefaultSerializationClient GraphQL client
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public partial class AnyScalarDefaultSerializationClient : global::StrawberryShake.CodeGeneration.CSharp.Integration.AnyScalarDefaultSerialization.IAnyScalarDefaultSerializationClient
{
private readonly global::StrawberryShake.CodeGeneration.CSharp.Integration.AnyScalarDefaultSerialization.IGetJsonQuery _getJson;
Expand All @@ -273,10 +280,11 @@ public AnyScalarDefaultSerializationClient(global::StrawberryShake.CodeGeneratio
public global::StrawberryShake.CodeGeneration.CSharp.Integration.AnyScalarDefaultSerialization.IGetJsonQuery GetJson => _getJson;
}

// StrawberryShake.CodeGeneration.CSharp.Generators.ClientInterfaceGenerator
/// <summary>
/// Represents the AnyScalarDefaultSerializationClient GraphQL client
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public partial interface IAnyScalarDefaultSerializationClient
{
global::StrawberryShake.CodeGeneration.CSharp.Integration.AnyScalarDefaultSerialization.IGetJsonQuery GetJson { get; }
Expand All @@ -285,7 +293,8 @@ public partial interface IAnyScalarDefaultSerializationClient

namespace StrawberryShake.CodeGeneration.CSharp.Integration.AnyScalarDefaultSerialization.State
{
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
// StrawberryShake.CodeGeneration.CSharp.Generators.ResultDataFactoryGenerator
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public partial class GetJsonResultFactory : global::StrawberryShake.IOperationResultDataFactory<global::StrawberryShake.CodeGeneration.CSharp.Integration.AnyScalarDefaultSerialization.GetJsonResult>
{
private readonly global::StrawberryShake.IEntityStore _entityStore;
Expand Down Expand Up @@ -316,7 +325,8 @@ public GetJsonResult Create(global::StrawberryShake.IOperationResultDataInfo dat
}
}

[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
// StrawberryShake.CodeGeneration.CSharp.Generators.ResultInfoGenerator
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public partial class GetJsonResultInfo : global::StrawberryShake.IOperationResultDataInfo
{
private readonly global::System.Collections.Generic.IReadOnlyCollection<global::StrawberryShake.EntityId> _entityIds;
Expand All @@ -338,7 +348,8 @@ public GetJsonResultInfo(global::System.Text.Json.JsonElement json, global::Syst
}
}

[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
// StrawberryShake.CodeGeneration.CSharp.Generators.JsonResultBuilderGenerator
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public partial class GetJsonBuilder : global::StrawberryShake.OperationResultBuilder<global::StrawberryShake.CodeGeneration.CSharp.Integration.AnyScalarDefaultSerialization.IGetJsonResult>
{
private readonly global::StrawberryShake.IEntityStore _entityStore;
Expand Down Expand Up @@ -381,7 +392,8 @@ public GetJsonBuilder(global::StrawberryShake.IEntityStore entityStore, global::
}
}

[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
// StrawberryShake.CodeGeneration.CSharp.Generators.EntityIdFactoryGenerator
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public partial class AnyScalarDefaultSerializationClientEntityIdFactory : global::StrawberryShake.IEntityIdSerializer
{
private static readonly global::System.Text.Json.JsonWriterOptions _options = new global::System.Text.Json.JsonWriterOptions()
Expand All @@ -402,7 +414,8 @@ public partial class AnyScalarDefaultSerializationClientEntityIdFactory : global
}
}

[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "0.0.0.0")]
// StrawberryShake.CodeGeneration.CSharp.Generators.StoreAccessorGenerator
[global::System.CodeDom.Compiler.GeneratedCode("StrawberryShake", "11.0.0")]
public partial class AnyScalarDefaultSerializationClientStoreAccessor : global::StrawberryShake.StoreAccessor
{
public AnyScalarDefaultSerializationClientStoreAccessor(global::StrawberryShake.IOperationStore operationStore, global::StrawberryShake.IEntityStore entityStore, global::StrawberryShake.IEntityIdSerializer entityIdSerializer, global::System.Collections.Generic.IEnumerable<global::StrawberryShake.IOperationRequestFactory> requestFactories, global::System.Collections.Generic.IEnumerable<global::StrawberryShake.IOperationResultDataFactory> resultDataFactories) : base(operationStore, entityStore, entityIdSerializer, requestFactories, resultDataFactories)
Expand Down
Loading

0 comments on commit d272875

Please sign in to comment.