File: AssemblyInfo.cs | Web Access |
Project: src\src\Components\Aspire.RabbitMQ.Client\Aspire.RabbitMQ.Client.csproj (Aspire.RabbitMQ.Client) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Aspire; using Aspire.RabbitMQ.Client; using RabbitMQ.Client; [assembly: ConfigurationSchema("Aspire:RabbitMQ:Client", typeof(RabbitMQClientSettings))] [assembly: ConfigurationSchema("Aspire:RabbitMQ:Client:ConnectionFactory", typeof(ConnectionFactory), exclusionPaths: ["ClientProperties"])] [assembly: LoggingCategories("RabbitMQ.Client")] |