File: AssemblyInfo.cs
Web Access
Project: src\src\Components\Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\Aspire.Npgsql.EntityFrameworkCore.PostgreSQL.csproj (Aspire.Npgsql.EntityFrameworkCore.PostgreSQL)
// 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.Npgsql.EntityFrameworkCore.PostgreSQL;
 
[assembly: ConfigurationSchema("Aspire:Npgsql:EntityFrameworkCore:PostgreSQL", typeof(NpgsqlEntityFrameworkCorePostgreSQLSettings))]
 
[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")]