| File: AssemblyInfo.cs | Web Access |
| Project: src\src\Components\Aspire.MongoDB.EntityFrameworkCore\Aspire.MongoDB.EntityFrameworkCore.csproj (Aspire.MongoDB.EntityFrameworkCore) |
// 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.EntityFrameworkCore; [assembly: ConfigurationSchema("Aspire:MongoDB:EntityFrameworkCore", typeof(MongoDBEntityFrameworkCoreSettings))] [assembly: LoggingCategories( "Microsoft.EntityFrameworkCore", "Microsoft.EntityFrameworkCore.ChangeTracking", "Microsoft.EntityFrameworkCore.Database", "Microsoft.EntityFrameworkCore.Database.Command", "Microsoft.EntityFrameworkCore.Database.Connection", "Microsoft.EntityFrameworkCore.Database.Transaction", "Microsoft.EntityFrameworkCore.Infrastructure", "Microsoft.EntityFrameworkCore.Migrations", "Microsoft.EntityFrameworkCore.Model", "Microsoft.EntityFrameworkCore.Model.Validation", "Microsoft.EntityFrameworkCore.Query", "Microsoft.EntityFrameworkCore.Update")]