File: AssemblyInfo.cs
Web Access
Project: src\src\Components\Aspire.MongoDB.Driver\Aspire.MongoDB.Driver.csproj (Aspire.MongoDB.Driver)
// 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.MongoDB.Driver;
 
[assembly: ConfigurationSchema("Aspire:MongoDB:Driver", typeof(MongoDBSettings))]
 
[assembly: LoggingCategories(
    "MongoDB",
    "MongoDB.Command",
    "MongoDB.SDAM",
    "MongoDB.ServerSelection",
    "MongoDB.Connection",
    "MongoDB.Internal")]