Skip to content

Commit cf56dbf

Browse files
authored
Merge branch 'main' into mst/revert-optimization
2 parents 6f11b81 + 889156e commit cf56dbf

15 files changed

Lines changed: 6 additions & 2076 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,3 +328,5 @@ packages.lock.json
328328
Directory.Build.user.props
329329
.generated/
330330
.claude/
331+
332+
src/Mocha/benchmarks/Mocha.Mediator.Benchmarks/Generated/

src/HotChocolate/Adapters/src/Adapters.OpenApi/Extensions/OpenApiRequestExecutorBuilderExtensions.cs

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ public static IRequestExecutorBuilder AddOpenApiDefinitionStorage(
6969
/// The <paramref name="builder"/> is <c>null</c>.
7070
/// </exception>
7171
/// <remarks>
72-
/// The <typeparamref name="T"/> will be activated with the <see cref="IServiceProvider"/> of the schema services.
73-
/// If your <typeparamref name="T"/> needs to access application services you need to
74-
/// make the services available in the schema services via <see cref="RequestExecutorBuilderExtensions.AddApplicationService"/>.
72+
/// The <typeparamref name="T"/> will be activated with the <see cref="IServiceProvider"/> of the application services.
7573
/// <br />
7674
/// The <see cref="IServiceProvider"/> passed to the <paramref name="skipIf"/>
7775
/// is for the application services.
@@ -118,11 +116,7 @@ public static IRequestExecutorBuilder AddOpenApiDefinitionStorage<
118116
/// </exception>
119117
/// <remarks>
120118
/// The <see cref="IServiceProvider"/> passed to the <paramref name="factory"/>
121-
/// is for the schema services. If you need to access application services
122-
/// you need to either make the services available in the schema services
123-
/// via <see cref="RequestExecutorBuilderExtensions.AddApplicationService"/> or use
124-
/// <see cref="ExecutionServiceProviderExtensions.GetRootServiceProvider(IServiceProvider)"/>
125-
/// to access the application services from within the schema service provider.
119+
/// is for the application services.
126120
/// <br />
127121
/// The <see cref="IServiceProvider"/> passed to the <paramref name="skipIf"/>
128122
/// is for the application services.

src/HotChocolate/Adapters/src/Fusion.Adapters.OpenApi/Extensions/OpenApiFusionGatewayBuilderExtensions.cs

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ public static IFusionGatewayBuilder AddOpenApiDefinitionStorage(
6969
/// The <paramref name="builder"/> is <c>null</c>.
7070
/// </exception>
7171
/// <remarks>
72-
/// The <typeparamref name="T"/> will be activated with the <see cref="IServiceProvider"/> of the schema services.
73-
/// If your <typeparamref name="T"/> needs to access application services you need to
74-
/// make the services available in the schema services via <see cref="CoreFusionGatewayBuilderExtensions.AddApplicationService"/>.
72+
/// The <typeparamref name="T"/> will be activated with the <see cref="IServiceProvider"/> of the application services.
7573
/// <br />
7674
/// The <see cref="IServiceProvider"/> passed to the <paramref name="skipIf"/>
7775
/// is for the application services.
@@ -118,11 +116,7 @@ public static IFusionGatewayBuilder AddOpenApiDefinitionStorage<
118116
/// </exception>
119117
/// <remarks>
120118
/// The <see cref="IServiceProvider"/> passed to the <paramref name="factory"/>
121-
/// is for the schema services. If you need to access application services
122-
/// you need to either make the services available in the schema services
123-
/// via <see cref="CoreFusionGatewayBuilderExtensions.AddApplicationService"/> or use
124-
/// <see cref="ExecutionServiceProviderExtensions.GetRootServiceProvider(IServiceProvider)"/>
125-
/// to access the application services from within the schema service provider.
119+
/// is for the application services.
126120
/// <br />
127121
/// The <see cref="IServiceProvider"/> passed to the <paramref name="skipIf"/>
128122
/// is for the application services.

src/HotChocolate/Utilities/src/Utilities.Buffers/HotChocolate.Utilities.Buffers.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<InternalsVisibleTo Include="HotChocolate.Fusion.Execution" />
2323
<InternalsVisibleTo Include="HotChocolate.Execution.Abstractions" />
2424
<InternalsVisibleTo Include="HotChocolate.Fusion.Execution.Benchmarks" />
25-
<InternalsVisibleTo Include="ChilliCream.Nitro.Fusion" />
2625
</ItemGroup>
2726

2827
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">

src/Mocha/benchmarks/Mocha.Mediator.Benchmarks/Generated/Immediate.Handlers.Generators/Immediate.Handlers.Generators.ImmediateHandlersGenerator/IH.Mocha.Mediator.Benchmarks.Messaging.ImmediateCommandHandler.g.cs

Lines changed: 0 additions & 68 deletions
This file was deleted.

src/Mocha/benchmarks/Mocha.Mediator.Benchmarks/Generated/Immediate.Handlers.Generators/Immediate.Handlers.Generators.ImmediateHandlersGenerator/IH.Mocha.Mediator.Benchmarks.Messaging.ImmediateFullPipelineCommandHandler.g.cs

Lines changed: 0 additions & 86 deletions
This file was deleted.

src/Mocha/benchmarks/Mocha.Mediator.Benchmarks/Generated/Immediate.Handlers.Generators/Immediate.Handlers.Generators.ImmediateHandlersGenerator/IH.Mocha.Mediator.Benchmarks.Messaging.ImmediatePipelineCommandHandler.g.cs

Lines changed: 0 additions & 74 deletions
This file was deleted.

src/Mocha/benchmarks/Mocha.Mediator.Benchmarks/Generated/Immediate.Handlers.Generators/Immediate.Handlers.Generators.ImmediateHandlersGenerator/IH.ServiceCollectionExtensions.g.cs

Lines changed: 0 additions & 32 deletions
This file was deleted.

src/Mocha/benchmarks/Mocha.Mediator.Benchmarks/Generated/Mediator.SourceGenerator/Mediator.SourceGenerator.IncrementalMediatorGenerator/AssemblyReference.g.cs

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)