@tsonic/efcore-sqlserver 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Azure/bindings.json +4791 -0
- package/Azure/internal/index.d.ts +433 -0
- package/Azure/internal/metadata.json +2772 -0
- package/Azure.Core/bindings.json +8215 -0
- package/Azure.Core/internal/index.d.ts +665 -0
- package/Azure.Core/internal/metadata.json +5291 -0
- package/Azure.Core.Cryptography/bindings.json +158 -0
- package/Azure.Core.Cryptography/internal/index.d.ts +30 -0
- package/Azure.Core.Cryptography/internal/metadata.json +122 -0
- package/Azure.Core.Cryptography.d.ts +15 -0
- package/Azure.Core.Cryptography.js +9 -0
- package/Azure.Core.Diagnostics/bindings.json +154 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +29 -0
- package/Azure.Core.Diagnostics/internal/metadata.json +87 -0
- package/Azure.Core.Diagnostics.d.ts +13 -0
- package/Azure.Core.Diagnostics.js +9 -0
- package/Azure.Core.Extensions/bindings.json +158 -0
- package/Azure.Core.Extensions/internal/index.d.ts +42 -0
- package/Azure.Core.Extensions/internal/metadata.json +139 -0
- package/Azure.Core.Extensions.d.ts +16 -0
- package/Azure.Core.Extensions.js +9 -0
- package/Azure.Core.GeoJson/bindings.json +2736 -0
- package/Azure.Core.GeoJson/internal/index.d.ts +256 -0
- package/Azure.Core.GeoJson/internal/metadata.json +1469 -0
- package/Azure.Core.GeoJson.d.ts +29 -0
- package/Azure.Core.GeoJson.js +9 -0
- package/Azure.Core.Pipeline/bindings.json +1894 -0
- package/Azure.Core.Pipeline/internal/index.d.ts +209 -0
- package/Azure.Core.Pipeline/internal/metadata.json +1181 -0
- package/Azure.Core.Pipeline.d.ts +32 -0
- package/Azure.Core.Pipeline.js +9 -0
- package/Azure.Core.Serialization/bindings.json +691 -0
- package/Azure.Core.Serialization/internal/index.d.ts +90 -0
- package/Azure.Core.Serialization/internal/metadata.json +468 -0
- package/Azure.Core.Serialization.d.ts +23 -0
- package/Azure.Core.Serialization.js +9 -0
- package/Azure.Core.d.ts +60 -0
- package/Azure.Core.js +9 -0
- package/Azure.Identity/bindings.json +11689 -0
- package/Azure.Identity/internal/index.d.ts +884 -0
- package/Azure.Identity/internal/metadata.json +5255 -0
- package/Azure.Identity.d.ts +75 -0
- package/Azure.Identity.js +9 -0
- package/Azure.Messaging/bindings.json +515 -0
- package/Azure.Messaging/internal/index.d.ts +62 -0
- package/Azure.Messaging/internal/metadata.json +316 -0
- package/Azure.Messaging.d.ts +17 -0
- package/Azure.Messaging.js +9 -0
- package/Azure.d.ts +69 -0
- package/Azure.js +9 -0
- package/LICENSE +21 -0
- package/Microsoft.Data/bindings.json +74 -0
- package/Microsoft.Data/internal/index.d.ts +33 -0
- package/Microsoft.Data/internal/metadata.json +59 -0
- package/Microsoft.Data.Sql/bindings.json +221 -0
- package/Microsoft.Data.Sql/internal/index.d.ts +42 -0
- package/Microsoft.Data.Sql/internal/metadata.json +136 -0
- package/Microsoft.Data.Sql.d.ts +15 -0
- package/Microsoft.Data.Sql.js +9 -0
- package/Microsoft.Data.SqlClient/bindings.json +17875 -0
- package/Microsoft.Data.SqlClient/internal/index.d.ts +1252 -0
- package/Microsoft.Data.SqlClient/internal/metadata.json +10965 -0
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +640 -0
- package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +90 -0
- package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +383 -0
- package/Microsoft.Data.SqlClient.DataClassification.d.ts +19 -0
- package/Microsoft.Data.SqlClient.DataClassification.js +9 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +4421 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +341 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +2693 -0
- package/Microsoft.Data.SqlClient.Diagnostics.d.ts +30 -0
- package/Microsoft.Data.SqlClient.Diagnostics.js +9 -0
- package/Microsoft.Data.SqlClient.Server/bindings.json +3543 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +184 -0
- package/Microsoft.Data.SqlClient.Server/internal/metadata.json +2235 -0
- package/Microsoft.Data.SqlClient.Server.d.ts +16 -0
- package/Microsoft.Data.SqlClient.Server.js +9 -0
- package/Microsoft.Data.SqlClient.d.ts +92 -0
- package/Microsoft.Data.SqlClient.js +9 -0
- package/Microsoft.Data.SqlTypes/bindings.json +902 -0
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +82 -0
- package/Microsoft.Data.SqlTypes/internal/metadata.json +558 -0
- package/Microsoft.Data.SqlTypes.d.ts +17 -0
- package/Microsoft.Data.SqlTypes.js +9 -0
- package/Microsoft.Data.d.ts +15 -0
- package/Microsoft.Data.js +9 -0
- package/Microsoft.EntityFrameworkCore/bindings.json +13302 -0
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +693 -0
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +9025 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +612 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +59 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +303 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +669 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +92 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +455 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +20 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +125 -0
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +19 -0
- package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +72 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +1095 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +113 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +660 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +31 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1073 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +180 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +706 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +29 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +29 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +88 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +14 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata.d.ts +12 -0
- package/Microsoft.EntityFrameworkCore.Metadata.js +9 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +105 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +36 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +81 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +151 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +43 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +100 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.d.ts +16 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.js +9 -0
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +18 -0
- package/Microsoft.EntityFrameworkCore.Migrations.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +476 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +67 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +317 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +20 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +525 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +46 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +238 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.d.ts +12 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +572 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +44 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +393 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +16 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +1259 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +106 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +790 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +21 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +1934 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +103 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +1294 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal.d.ts +14 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +933 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +73 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +452 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.d.ts +16 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +482 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +67 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +317 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +21 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +5251 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +835 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +3289 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +141 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +33 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +238 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +53 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +167 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +21 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2619 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +411 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +1697 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +55 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +719 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +105 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +500 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +24 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +493 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +111 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +339 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +24 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.d.ts +46 -0
- package/Microsoft.EntityFrameworkCore.js +9 -0
- package/Microsoft.Extensions.DependencyInjection/bindings.json +164 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +26 -0
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +127 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
- package/Microsoft.Extensions.DependencyInjection.js +9 -0
- package/Microsoft.Identity.Client/bindings.json +23512 -0
- package/Microsoft.Identity.Client/internal/index.d.ts +1605 -0
- package/Microsoft.Identity.Client/internal/metadata.json +11985 -0
- package/Microsoft.Identity.Client.Advanced/bindings.json +44 -0
- package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +20 -0
- package/Microsoft.Identity.Client.Advanced/internal/metadata.json +41 -0
- package/Microsoft.Identity.Client.Advanced.d.ts +17 -0
- package/Microsoft.Identity.Client.Advanced.js +9 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +338 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +47 -0
- package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +212 -0
- package/Microsoft.Identity.Client.AppConfig.d.ts +15 -0
- package/Microsoft.Identity.Client.AppConfig.js +9 -0
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +167 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +25 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +118 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +95 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +20 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +72 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP.d.ts +12 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP.js +9 -0
- package/Microsoft.Identity.Client.AuthScheme.d.ts +14 -0
- package/Microsoft.Identity.Client.AuthScheme.js +9 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +210 -0
- package/Microsoft.Identity.Client.Cache/internal/index.d.ts +32 -0
- package/Microsoft.Identity.Client.Cache/internal/metadata.json +123 -0
- package/Microsoft.Identity.Client.Cache.d.ts +13 -0
- package/Microsoft.Identity.Client.Cache.js +9 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +882 -0
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +128 -0
- package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +620 -0
- package/Microsoft.Identity.Client.Extensibility.d.ts +30 -0
- package/Microsoft.Identity.Client.Extensibility.js +9 -0
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +1464 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +163 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +877 -0
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +25 -0
- package/Microsoft.Identity.Client.Extensions.Msal.js +9 -0
- package/Microsoft.Identity.Client.Kerberos/bindings.json +634 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +58 -0
- package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +386 -0
- package/Microsoft.Identity.Client.Kerberos.d.ts +15 -0
- package/Microsoft.Identity.Client.Kerberos.js +9 -0
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +209 -0
- package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +23 -0
- package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +106 -0
- package/Microsoft.Identity.Client.ManagedIdentity.d.ts +12 -0
- package/Microsoft.Identity.Client.ManagedIdentity.js +9 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +44 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +22 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +41 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.d.ts +12 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.js +9 -0
- package/Microsoft.Identity.Client.RP/bindings.json +83 -0
- package/Microsoft.Identity.Client.RP/internal/index.d.ts +27 -0
- package/Microsoft.Identity.Client.RP/internal/metadata.json +74 -0
- package/Microsoft.Identity.Client.RP.d.ts +18 -0
- package/Microsoft.Identity.Client.RP.js +9 -0
- package/Microsoft.Identity.Client.Region/bindings.json +167 -0
- package/Microsoft.Identity.Client.Region/internal/index.d.ts +21 -0
- package/Microsoft.Identity.Client.Region/internal/metadata.json +88 -0
- package/Microsoft.Identity.Client.Region.d.ts +12 -0
- package/Microsoft.Identity.Client.Region.js +9 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +68 -0
- package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +20 -0
- package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +57 -0
- package/Microsoft.Identity.Client.SSHCertificates.d.ts +16 -0
- package/Microsoft.Identity.Client.SSHCertificates.js +9 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +66 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +24 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +46 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.d.ts +13 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.js +9 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +164 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +29 -0
- package/Microsoft.Identity.Client.Utils/internal/metadata.json +121 -0
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +68 -0
- package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +19 -0
- package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +57 -0
- package/Microsoft.Identity.Client.Utils.Windows.d.ts +12 -0
- package/Microsoft.Identity.Client.Utils.Windows.js +9 -0
- package/Microsoft.Identity.Client.Utils.d.ts +13 -0
- package/Microsoft.Identity.Client.Utils.js +9 -0
- package/Microsoft.Identity.Client.d.ts +124 -0
- package/Microsoft.Identity.Client.js +9 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +1278 -0
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +132 -0
- package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +843 -0
- package/Microsoft.IdentityModel.Abstractions.d.ts +20 -0
- package/Microsoft.IdentityModel.Abstractions.js +9 -0
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +3592 -0
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +242 -0
- package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +1997 -0
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +24 -0
- package/Microsoft.IdentityModel.JsonWebTokens.js +9 -0
- package/Microsoft.IdentityModel.Logging/bindings.json +1715 -0
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +137 -0
- package/Microsoft.IdentityModel.Logging/internal/metadata.json +1117 -0
- package/Microsoft.IdentityModel.Logging.d.ts +21 -0
- package/Microsoft.IdentityModel.Logging.js +9 -0
- package/Microsoft.IdentityModel.Protocols/bindings.json +1839 -0
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +208 -0
- package/Microsoft.IdentityModel.Protocols/internal/metadata.json +1067 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +177 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +43 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +72 -0
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +18 -0
- package/Microsoft.IdentityModel.Protocols.Configuration.js +9 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +7825 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +515 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +4288 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +117 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +35 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +80 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.d.ts +14 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.js +9 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +42 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.js +9 -0
- package/Microsoft.IdentityModel.Protocols.d.ts +32 -0
- package/Microsoft.IdentityModel.Protocols.js +9 -0
- package/Microsoft.IdentityModel.Tokens/bindings.json +18398 -0
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +1485 -0
- package/Microsoft.IdentityModel.Tokens/internal/metadata.json +10430 -0
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +162 -0
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +30 -0
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +101 -0
- package/Microsoft.IdentityModel.Tokens.Configuration.d.ts +15 -0
- package/Microsoft.IdentityModel.Tokens.Configuration.js +9 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +123 -0
- package/Microsoft.IdentityModel.Tokens.js +9 -0
- package/Microsoft.SqlServer.Server/bindings.json +1337 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +138 -0
- package/Microsoft.SqlServer.Server/internal/metadata.json +792 -0
- package/Microsoft.SqlServer.Server.d.ts +23 -0
- package/Microsoft.SqlServer.Server.js +9 -0
- package/README.md +5 -0
- package/System/bindings.json +877 -0
- package/System/internal/index.d.ts +67 -0
- package/System/internal/metadata.json +523 -0
- package/System.ClientModel/bindings.json +975 -0
- package/System.ClientModel/internal/index.d.ts +152 -0
- package/System.ClientModel/internal/metadata.json +637 -0
- package/System.ClientModel.Primitives/bindings.json +5278 -0
- package/System.ClientModel.Primitives/internal/index.d.ts +596 -0
- package/System.ClientModel.Primitives/internal/metadata.json +3433 -0
- package/System.ClientModel.Primitives.d.ts +65 -0
- package/System.ClientModel.Primitives.js +9 -0
- package/System.ClientModel.d.ts +42 -0
- package/System.ClientModel.js +9 -0
- package/System.Configuration/bindings.json +22798 -0
- package/System.Configuration/internal/index.d.ts +2085 -0
- package/System.Configuration/internal/metadata.json +11888 -0
- package/System.Configuration.Internal/bindings.json +3313 -0
- package/System.Configuration.Internal/internal/index.d.ts +228 -0
- package/System.Configuration.Internal/internal/metadata.json +2269 -0
- package/System.Configuration.Internal.d.ts +30 -0
- package/System.Configuration.Internal.js +9 -0
- package/System.Configuration.Provider/bindings.json +447 -0
- package/System.Configuration.Provider/internal/index.d.ts +63 -0
- package/System.Configuration.Provider/internal/metadata.json +284 -0
- package/System.Configuration.Provider.d.ts +17 -0
- package/System.Configuration.Provider.js +9 -0
- package/System.Configuration.d.ts +166 -0
- package/System.Configuration.js +9 -0
- package/System.Diagnostics/bindings.json +44 -0
- package/System.Diagnostics/internal/index.d.ts +18 -0
- package/System.Diagnostics/internal/metadata.json +48 -0
- package/System.Diagnostics.d.ts +12 -0
- package/System.Diagnostics.js +9 -0
- package/System.Drawing.Configuration/bindings.json +178 -0
- package/System.Drawing.Configuration/internal/index.d.ts +25 -0
- package/System.Drawing.Configuration/internal/metadata.json +46 -0
- package/System.Drawing.Configuration.d.ts +13 -0
- package/System.Drawing.Configuration.js +9 -0
- package/System.IdentityModel.Tokens.Jwt/bindings.json +4622 -0
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +309 -0
- package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +2556 -0
- package/System.IdentityModel.Tokens.Jwt.d.ts +29 -0
- package/System.IdentityModel.Tokens.Jwt.js +9 -0
- package/System.Security.Cryptography/bindings.json +146 -0
- package/System.Security.Cryptography/internal/index.d.ts +25 -0
- package/System.Security.Cryptography/internal/metadata.json +104 -0
- package/System.Security.Cryptography.d.ts +13 -0
- package/System.Security.Cryptography.js +9 -0
- package/System.Text.Json.Serialization/bindings.json +96 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +32 -0
- package/System.Text.Json.Serialization/internal/metadata.json +70 -0
- package/System.Text.Json.Serialization.d.ts +15 -0
- package/System.Text.Json.Serialization.js +9 -0
- package/System.d.ts +21 -0
- package/System.js +9 -0
- package/__build/ref/Program.cs +5 -0
- package/__build/ref/ref.csproj +14 -0
- package/__build/scripts/generate.sh +113 -0
- package/__internal/extensions/index.d.ts +153 -0
- package/families.json +30 -0
- package/package.json +27 -0
- package/tsconfig.json +20 -0
|
@@ -0,0 +1,525 @@
|
|
|
1
|
+
{
|
|
2
|
+
"namespace": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal",
|
|
3
|
+
"types": [
|
|
4
|
+
{
|
|
5
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
6
|
+
"clrName": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
7
|
+
"tsEmitName": "SqlServerLoggingDefinitions",
|
|
8
|
+
"assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
9
|
+
"metadataToken": 0,
|
|
10
|
+
"methods": [],
|
|
11
|
+
"properties": [],
|
|
12
|
+
"fields": [
|
|
13
|
+
{
|
|
14
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogDecimalTypeKeyMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
15
|
+
"clrName": "LogDecimalTypeKey",
|
|
16
|
+
"tsEmitName": "logDecimalTypeKey",
|
|
17
|
+
"metadataToken": 67109433,
|
|
18
|
+
"normalizedSignature": "LogDecimalTypeKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
19
|
+
"isStatic": false,
|
|
20
|
+
"isReadOnly": false,
|
|
21
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
22
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogDefaultDecimalTypeColumnMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
26
|
+
"clrName": "LogDefaultDecimalTypeColumn",
|
|
27
|
+
"tsEmitName": "logDefaultDecimalTypeColumn",
|
|
28
|
+
"metadataToken": 67109434,
|
|
29
|
+
"normalizedSignature": "LogDefaultDecimalTypeColumn|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
30
|
+
"isStatic": false,
|
|
31
|
+
"isReadOnly": false,
|
|
32
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
33
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogByteIdentityColumnMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
37
|
+
"clrName": "LogByteIdentityColumn",
|
|
38
|
+
"tsEmitName": "logByteIdentityColumn",
|
|
39
|
+
"metadataToken": 67109435,
|
|
40
|
+
"normalizedSignature": "LogByteIdentityColumn|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
41
|
+
"isStatic": false,
|
|
42
|
+
"isReadOnly": false,
|
|
43
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
44
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogColumnWithoutTypeMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
48
|
+
"clrName": "LogColumnWithoutType",
|
|
49
|
+
"tsEmitName": "logColumnWithoutType",
|
|
50
|
+
"metadataToken": 67109436,
|
|
51
|
+
"normalizedSignature": "LogColumnWithoutType|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
52
|
+
"isStatic": false,
|
|
53
|
+
"isReadOnly": false,
|
|
54
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
55
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogFoundDefaultSchemaMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
59
|
+
"clrName": "LogFoundDefaultSchema",
|
|
60
|
+
"tsEmitName": "logFoundDefaultSchema",
|
|
61
|
+
"metadataToken": 67109437,
|
|
62
|
+
"normalizedSignature": "LogFoundDefaultSchema|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
63
|
+
"isStatic": false,
|
|
64
|
+
"isReadOnly": false,
|
|
65
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
66
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogFoundTypeAliasMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
70
|
+
"clrName": "LogFoundTypeAlias",
|
|
71
|
+
"tsEmitName": "logFoundTypeAlias",
|
|
72
|
+
"metadataToken": 67109438,
|
|
73
|
+
"normalizedSignature": "LogFoundTypeAlias|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
74
|
+
"isStatic": false,
|
|
75
|
+
"isReadOnly": false,
|
|
76
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
77
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogFoundColumnMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
81
|
+
"clrName": "LogFoundColumn",
|
|
82
|
+
"tsEmitName": "logFoundColumn",
|
|
83
|
+
"metadataToken": 67109439,
|
|
84
|
+
"normalizedSignature": "LogFoundColumn|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
85
|
+
"isStatic": false,
|
|
86
|
+
"isReadOnly": false,
|
|
87
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
88
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogFoundForeignKeyMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
92
|
+
"clrName": "LogFoundForeignKey",
|
|
93
|
+
"tsEmitName": "logFoundForeignKey",
|
|
94
|
+
"metadataToken": 67109440,
|
|
95
|
+
"normalizedSignature": "LogFoundForeignKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
96
|
+
"isStatic": false,
|
|
97
|
+
"isReadOnly": false,
|
|
98
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
99
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogPrincipalTableNotInSelectionSetMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
103
|
+
"clrName": "LogPrincipalTableNotInSelectionSet",
|
|
104
|
+
"tsEmitName": "logPrincipalTableNotInSelectionSet",
|
|
105
|
+
"metadataToken": 67109441,
|
|
106
|
+
"normalizedSignature": "LogPrincipalTableNotInSelectionSet|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
107
|
+
"isStatic": false,
|
|
108
|
+
"isReadOnly": false,
|
|
109
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
110
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogMissingSchemaMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
114
|
+
"clrName": "LogMissingSchema",
|
|
115
|
+
"tsEmitName": "logMissingSchema",
|
|
116
|
+
"metadataToken": 67109442,
|
|
117
|
+
"normalizedSignature": "LogMissingSchema|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
118
|
+
"isStatic": false,
|
|
119
|
+
"isReadOnly": false,
|
|
120
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
121
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogMissingTableMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
125
|
+
"clrName": "LogMissingTable",
|
|
126
|
+
"tsEmitName": "logMissingTable",
|
|
127
|
+
"metadataToken": 67109443,
|
|
128
|
+
"normalizedSignature": "LogMissingTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
129
|
+
"isStatic": false,
|
|
130
|
+
"isReadOnly": false,
|
|
131
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
132
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogFoundSequenceMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
136
|
+
"clrName": "LogFoundSequence",
|
|
137
|
+
"tsEmitName": "logFoundSequence",
|
|
138
|
+
"metadataToken": 67109444,
|
|
139
|
+
"normalizedSignature": "LogFoundSequence|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
140
|
+
"isStatic": false,
|
|
141
|
+
"isReadOnly": false,
|
|
142
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
143
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogFoundTableMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
147
|
+
"clrName": "LogFoundTable",
|
|
148
|
+
"tsEmitName": "logFoundTable",
|
|
149
|
+
"metadataToken": 67109445,
|
|
150
|
+
"normalizedSignature": "LogFoundTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
151
|
+
"isStatic": false,
|
|
152
|
+
"isReadOnly": false,
|
|
153
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
154
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogFoundIndexMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
158
|
+
"clrName": "LogFoundIndex",
|
|
159
|
+
"tsEmitName": "logFoundIndex",
|
|
160
|
+
"metadataToken": 67109446,
|
|
161
|
+
"normalizedSignature": "LogFoundIndex|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
162
|
+
"isStatic": false,
|
|
163
|
+
"isReadOnly": false,
|
|
164
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
165
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogFoundPrimaryKeyMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
169
|
+
"clrName": "LogFoundPrimaryKey",
|
|
170
|
+
"tsEmitName": "logFoundPrimaryKey",
|
|
171
|
+
"metadataToken": 67109447,
|
|
172
|
+
"normalizedSignature": "LogFoundPrimaryKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
173
|
+
"isStatic": false,
|
|
174
|
+
"isReadOnly": false,
|
|
175
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
176
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogFoundUniqueConstraintMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
180
|
+
"clrName": "LogFoundUniqueConstraint",
|
|
181
|
+
"tsEmitName": "logFoundUniqueConstraint",
|
|
182
|
+
"metadataToken": 67109448,
|
|
183
|
+
"normalizedSignature": "LogFoundUniqueConstraint|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
184
|
+
"isStatic": false,
|
|
185
|
+
"isReadOnly": false,
|
|
186
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
187
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogPrincipalColumnNotFoundMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
191
|
+
"clrName": "LogPrincipalColumnNotFound",
|
|
192
|
+
"tsEmitName": "logPrincipalColumnNotFound",
|
|
193
|
+
"metadataToken": 67109449,
|
|
194
|
+
"normalizedSignature": "LogPrincipalColumnNotFound|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
195
|
+
"isStatic": false,
|
|
196
|
+
"isReadOnly": false,
|
|
197
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
198
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogReflexiveConstraintIgnoredMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
202
|
+
"clrName": "LogReflexiveConstraintIgnored",
|
|
203
|
+
"tsEmitName": "logReflexiveConstraintIgnored",
|
|
204
|
+
"metadataToken": 67109450,
|
|
205
|
+
"normalizedSignature": "LogReflexiveConstraintIgnored|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
206
|
+
"isStatic": false,
|
|
207
|
+
"isReadOnly": false,
|
|
208
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
209
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogDuplicateForeignKeyConstraintIgnoredMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
213
|
+
"clrName": "LogDuplicateForeignKeyConstraintIgnored",
|
|
214
|
+
"tsEmitName": "logDuplicateForeignKeyConstraintIgnored",
|
|
215
|
+
"metadataToken": 67109451,
|
|
216
|
+
"normalizedSignature": "LogDuplicateForeignKeyConstraintIgnored|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
217
|
+
"isStatic": false,
|
|
218
|
+
"isReadOnly": false,
|
|
219
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
220
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogPrincipalTableInformationNotFoundMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
224
|
+
"clrName": "LogPrincipalTableInformationNotFound",
|
|
225
|
+
"tsEmitName": "logPrincipalTableInformationNotFound",
|
|
226
|
+
"metadataToken": 67109452,
|
|
227
|
+
"normalizedSignature": "LogPrincipalTableInformationNotFound|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
228
|
+
"isStatic": false,
|
|
229
|
+
"isReadOnly": false,
|
|
230
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
231
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogSavepointsDisabledBecauseOfMARSMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
235
|
+
"clrName": "LogSavepointsDisabledBecauseOfMARS",
|
|
236
|
+
"tsEmitName": "logSavepointsDisabledBecauseOfMARS",
|
|
237
|
+
"metadataToken": 67109453,
|
|
238
|
+
"normalizedSignature": "LogSavepointsDisabledBecauseOfMARS|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
239
|
+
"isStatic": false,
|
|
240
|
+
"isReadOnly": false,
|
|
241
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
242
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogConflictingValueGenerationStrategiesMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
246
|
+
"clrName": "LogConflictingValueGenerationStrategies",
|
|
247
|
+
"tsEmitName": "logConflictingValueGenerationStrategies",
|
|
248
|
+
"metadataToken": 67109454,
|
|
249
|
+
"normalizedSignature": "LogConflictingValueGenerationStrategies|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
250
|
+
"isStatic": false,
|
|
251
|
+
"isReadOnly": false,
|
|
252
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
253
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogMissingViewDefinitionRightsMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
|
|
257
|
+
"clrName": "LogMissingViewDefinitionRights",
|
|
258
|
+
"tsEmitName": "logMissingViewDefinitionRights",
|
|
259
|
+
"metadataToken": 67109455,
|
|
260
|
+
"normalizedSignature": "LogMissingViewDefinitionRights|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
261
|
+
"isStatic": false,
|
|
262
|
+
"isReadOnly": false,
|
|
263
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
264
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
265
|
+
}
|
|
266
|
+
],
|
|
267
|
+
"events": [],
|
|
268
|
+
"constructors": [
|
|
269
|
+
{
|
|
270
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::.ctor():void",
|
|
271
|
+
"metadataToken": 100665258,
|
|
272
|
+
"canonicalSignature": "():void",
|
|
273
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
274
|
+
"isStatic": false,
|
|
275
|
+
"parameterCount": 0,
|
|
276
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
277
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
278
|
+
}
|
|
279
|
+
],
|
|
280
|
+
"exposedFields": [
|
|
281
|
+
{
|
|
282
|
+
"tsName": "logDecimalTypeKey",
|
|
283
|
+
"isStatic": false,
|
|
284
|
+
"tsSignatureId": "LogDecimalTypeKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
285
|
+
"target": {
|
|
286
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
287
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
288
|
+
"metadataToken": 67109433
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"tsName": "logDefaultDecimalTypeColumn",
|
|
293
|
+
"isStatic": false,
|
|
294
|
+
"tsSignatureId": "LogDefaultDecimalTypeColumn|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
295
|
+
"target": {
|
|
296
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
297
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
298
|
+
"metadataToken": 67109434
|
|
299
|
+
}
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"tsName": "logByteIdentityColumn",
|
|
303
|
+
"isStatic": false,
|
|
304
|
+
"tsSignatureId": "LogByteIdentityColumn|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
305
|
+
"target": {
|
|
306
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
307
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
308
|
+
"metadataToken": 67109435
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"tsName": "logColumnWithoutType",
|
|
313
|
+
"isStatic": false,
|
|
314
|
+
"tsSignatureId": "LogColumnWithoutType|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
315
|
+
"target": {
|
|
316
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
317
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
318
|
+
"metadataToken": 67109436
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"tsName": "logFoundDefaultSchema",
|
|
323
|
+
"isStatic": false,
|
|
324
|
+
"tsSignatureId": "LogFoundDefaultSchema|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
325
|
+
"target": {
|
|
326
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
327
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
328
|
+
"metadataToken": 67109437
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"tsName": "logFoundTypeAlias",
|
|
333
|
+
"isStatic": false,
|
|
334
|
+
"tsSignatureId": "LogFoundTypeAlias|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
335
|
+
"target": {
|
|
336
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
337
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
338
|
+
"metadataToken": 67109438
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"tsName": "logFoundColumn",
|
|
343
|
+
"isStatic": false,
|
|
344
|
+
"tsSignatureId": "LogFoundColumn|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
345
|
+
"target": {
|
|
346
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
347
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
348
|
+
"metadataToken": 67109439
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"tsName": "logFoundForeignKey",
|
|
353
|
+
"isStatic": false,
|
|
354
|
+
"tsSignatureId": "LogFoundForeignKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
355
|
+
"target": {
|
|
356
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
357
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
358
|
+
"metadataToken": 67109440
|
|
359
|
+
}
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"tsName": "logPrincipalTableNotInSelectionSet",
|
|
363
|
+
"isStatic": false,
|
|
364
|
+
"tsSignatureId": "LogPrincipalTableNotInSelectionSet|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
365
|
+
"target": {
|
|
366
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
367
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
368
|
+
"metadataToken": 67109441
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"tsName": "logMissingSchema",
|
|
373
|
+
"isStatic": false,
|
|
374
|
+
"tsSignatureId": "LogMissingSchema|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
375
|
+
"target": {
|
|
376
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
377
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
378
|
+
"metadataToken": 67109442
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"tsName": "logMissingTable",
|
|
383
|
+
"isStatic": false,
|
|
384
|
+
"tsSignatureId": "LogMissingTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
385
|
+
"target": {
|
|
386
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
387
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
388
|
+
"metadataToken": 67109443
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"tsName": "logFoundSequence",
|
|
393
|
+
"isStatic": false,
|
|
394
|
+
"tsSignatureId": "LogFoundSequence|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
395
|
+
"target": {
|
|
396
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
397
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
398
|
+
"metadataToken": 67109444
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"tsName": "logFoundTable",
|
|
403
|
+
"isStatic": false,
|
|
404
|
+
"tsSignatureId": "LogFoundTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
405
|
+
"target": {
|
|
406
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
407
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
408
|
+
"metadataToken": 67109445
|
|
409
|
+
}
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"tsName": "logFoundIndex",
|
|
413
|
+
"isStatic": false,
|
|
414
|
+
"tsSignatureId": "LogFoundIndex|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
415
|
+
"target": {
|
|
416
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
417
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
418
|
+
"metadataToken": 67109446
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"tsName": "logFoundPrimaryKey",
|
|
423
|
+
"isStatic": false,
|
|
424
|
+
"tsSignatureId": "LogFoundPrimaryKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
425
|
+
"target": {
|
|
426
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
427
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
428
|
+
"metadataToken": 67109447
|
|
429
|
+
}
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"tsName": "logFoundUniqueConstraint",
|
|
433
|
+
"isStatic": false,
|
|
434
|
+
"tsSignatureId": "LogFoundUniqueConstraint|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
435
|
+
"target": {
|
|
436
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
437
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
438
|
+
"metadataToken": 67109448
|
|
439
|
+
}
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"tsName": "logPrincipalColumnNotFound",
|
|
443
|
+
"isStatic": false,
|
|
444
|
+
"tsSignatureId": "LogPrincipalColumnNotFound|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
445
|
+
"target": {
|
|
446
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
447
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
448
|
+
"metadataToken": 67109449
|
|
449
|
+
}
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"tsName": "logReflexiveConstraintIgnored",
|
|
453
|
+
"isStatic": false,
|
|
454
|
+
"tsSignatureId": "LogReflexiveConstraintIgnored|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
455
|
+
"target": {
|
|
456
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
457
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
458
|
+
"metadataToken": 67109450
|
|
459
|
+
}
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"tsName": "logDuplicateForeignKeyConstraintIgnored",
|
|
463
|
+
"isStatic": false,
|
|
464
|
+
"tsSignatureId": "LogDuplicateForeignKeyConstraintIgnored|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
465
|
+
"target": {
|
|
466
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
467
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
468
|
+
"metadataToken": 67109451
|
|
469
|
+
}
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"tsName": "logPrincipalTableInformationNotFound",
|
|
473
|
+
"isStatic": false,
|
|
474
|
+
"tsSignatureId": "LogPrincipalTableInformationNotFound|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
475
|
+
"target": {
|
|
476
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
477
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
478
|
+
"metadataToken": 67109452
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"tsName": "logSavepointsDisabledBecauseOfMARS",
|
|
483
|
+
"isStatic": false,
|
|
484
|
+
"tsSignatureId": "LogSavepointsDisabledBecauseOfMARS|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
485
|
+
"target": {
|
|
486
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
487
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
488
|
+
"metadataToken": 67109453
|
|
489
|
+
}
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"tsName": "logConflictingValueGenerationStrategies",
|
|
493
|
+
"isStatic": false,
|
|
494
|
+
"tsSignatureId": "LogConflictingValueGenerationStrategies|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
495
|
+
"target": {
|
|
496
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
497
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
498
|
+
"metadataToken": 67109454
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"tsName": "logMissingViewDefinitionRights",
|
|
503
|
+
"isStatic": false,
|
|
504
|
+
"tsSignatureId": "LogMissingViewDefinitionRights|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
|
|
505
|
+
"target": {
|
|
506
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
507
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
508
|
+
"metadataToken": 67109455
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
],
|
|
512
|
+
"exposedConstructors": [
|
|
513
|
+
{
|
|
514
|
+
"isStatic": false,
|
|
515
|
+
"tsSignatureId": "constructor|():void|static=false",
|
|
516
|
+
"target": {
|
|
517
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
|
|
518
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
519
|
+
"metadataToken": 100665258
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
]
|
|
523
|
+
}
|
|
524
|
+
]
|
|
525
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal
|
|
3
|
+
// Assembly: Microsoft.EntityFrameworkCore.SqlServer
|
|
4
|
+
|
|
5
|
+
// Primitive type aliases from @tsonic/core
|
|
6
|
+
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
8
|
+
// Import types from other namespaces
|
|
9
|
+
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
10
|
+
import * as Microsoft_EntityFrameworkCore_Diagnostics_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js";
|
|
11
|
+
import type { EventDefinitionBase, RelationalLoggingDefinitions } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js";
|
|
12
|
+
|
|
13
|
+
export interface SqlServerLoggingDefinitions$instance extends RelationalLoggingDefinitions {
|
|
14
|
+
logDecimalTypeKey: EventDefinitionBase | undefined;
|
|
15
|
+
logDefaultDecimalTypeColumn: EventDefinitionBase | undefined;
|
|
16
|
+
logByteIdentityColumn: EventDefinitionBase | undefined;
|
|
17
|
+
logColumnWithoutType: EventDefinitionBase | undefined;
|
|
18
|
+
logFoundDefaultSchema: EventDefinitionBase | undefined;
|
|
19
|
+
logFoundTypeAlias: EventDefinitionBase | undefined;
|
|
20
|
+
logFoundColumn: EventDefinitionBase | undefined;
|
|
21
|
+
logFoundForeignKey: EventDefinitionBase | undefined;
|
|
22
|
+
logPrincipalTableNotInSelectionSet: EventDefinitionBase | undefined;
|
|
23
|
+
logMissingSchema: EventDefinitionBase | undefined;
|
|
24
|
+
logMissingTable: EventDefinitionBase | undefined;
|
|
25
|
+
logFoundSequence: EventDefinitionBase | undefined;
|
|
26
|
+
logFoundTable: EventDefinitionBase | undefined;
|
|
27
|
+
logFoundIndex: EventDefinitionBase | undefined;
|
|
28
|
+
logFoundPrimaryKey: EventDefinitionBase | undefined;
|
|
29
|
+
logFoundUniqueConstraint: EventDefinitionBase | undefined;
|
|
30
|
+
logPrincipalColumnNotFound: EventDefinitionBase | undefined;
|
|
31
|
+
logReflexiveConstraintIgnored: EventDefinitionBase | undefined;
|
|
32
|
+
logDuplicateForeignKeyConstraintIgnored: EventDefinitionBase | undefined;
|
|
33
|
+
logPrincipalTableInformationNotFound: EventDefinitionBase | undefined;
|
|
34
|
+
logSavepointsDisabledBecauseOfMARS: EventDefinitionBase | undefined;
|
|
35
|
+
logConflictingValueGenerationStrategies: EventDefinitionBase | undefined;
|
|
36
|
+
logMissingViewDefinitionRights: EventDefinitionBase | undefined;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
export const SqlServerLoggingDefinitions: {
|
|
41
|
+
new(): SqlServerLoggingDefinitions;
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
export type SqlServerLoggingDefinitions = SqlServerLoggingDefinitions$instance;
|
|
46
|
+
|