@tsonic/efcore-sqlite 0.1.1 → 10.0.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.
Files changed (75) hide show
  1. package/Microsoft.Data.Sqlite/bindings.json +1757 -3354
  2. package/Microsoft.Data.Sqlite/internal/index.d.ts +261 -261
  3. package/Microsoft.DotNet.PlatformAbstractions/bindings.json +45 -72
  4. package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +6 -6
  5. package/Microsoft.EntityFrameworkCore/bindings.json +497 -803
  6. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +69 -69
  7. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +53 -260
  8. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +22 -22
  9. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +31 -38
  10. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +2 -2
  11. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +15 -37
  12. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
  13. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +65 -121
  14. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +5 -5
  15. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +29 -40
  16. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +2 -2
  17. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +51 -97
  18. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +5 -5
  19. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +55 -284
  20. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +22 -22
  21. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +43 -85
  22. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +5 -5
  23. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +319 -564
  24. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +50 -50
  25. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +37 -139
  26. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +11 -11
  27. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +73 -142
  28. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +10 -10
  29. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +578 -1209
  30. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +60 -60
  31. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +33 -61
  32. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +3 -3
  33. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +223 -458
  34. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +22 -22
  35. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +148 -250
  36. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +20 -20
  37. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +75 -152
  38. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +7 -7
  39. package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
  40. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
  41. package/Microsoft.Extensions.DependencyModel/bindings.json +530 -1368
  42. package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +78 -78
  43. package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +109 -228
  44. package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +7 -7
  45. package/SQLitePCL/bindings.json +9554 -14759
  46. package/SQLitePCL/internal/index.d.ts +33 -33
  47. package/System.Collections.Generic/bindings.json +48 -70
  48. package/System.Collections.Generic/internal/index.d.ts +6 -6
  49. package/__build/scripts/generate.sh +4 -4
  50. package/__internal/extensions/index.d.ts +12 -12
  51. package/package.json +5 -5
  52. package/Microsoft.Data.Sqlite/internal/metadata.json +0 -4417
  53. package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +0 -121
  54. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -1368
  55. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -267
  56. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -82
  57. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -54
  58. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -203
  59. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
  60. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +0 -157
  61. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +0 -293
  62. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +0 -133
  63. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +0 -855
  64. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +0 -161
  65. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +0 -214
  66. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +0 -1844
  67. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +0 -102
  68. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +0 -707
  69. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +0 -438
  70. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +0 -280
  71. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
  72. package/Microsoft.Extensions.DependencyModel/internal/metadata.json +0 -1654
  73. package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +0 -329
  74. package/SQLitePCL/internal/metadata.json +0 -11902
  75. package/System.Collections.Generic/internal/metadata.json +0 -123
@@ -1,81 +0,0 @@
1
- {
2
- "namespace": "Microsoft.EntityFrameworkCore.Migrations",
3
- "contributingAssemblies": [
4
- "Microsoft.EntityFrameworkCore.Relational",
5
- "Microsoft.EntityFrameworkCore.Sqlite"
6
- ],
7
- "types": [
8
- {
9
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Migrations.SqliteMigrationsSqlGenerator",
10
- "clrName": "Microsoft.EntityFrameworkCore.Migrations.SqliteMigrationsSqlGenerator",
11
- "tsEmitName": "SqliteMigrationsSqlGenerator",
12
- "kind": "Class",
13
- "accessibility": "Public",
14
- "isAbstract": false,
15
- "isSealed": false,
16
- "isStatic": false,
17
- "arity": 0,
18
- "methods": [
19
- {
20
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Migrations.SqliteMigrationsSqlGenerator::Generate(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
21
- "clrName": "Generate",
22
- "tsEmitName": "generate",
23
- "normalizedSignature": "Generate|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Migrations.MigrationCommand,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
24
- "provenance": "Original",
25
- "emitScope": "ClassSurface",
26
- "isStatic": false,
27
- "isAbstract": false,
28
- "isVirtual": true,
29
- "isOverride": true,
30
- "isSealed": false,
31
- "arity": 0,
32
- "parameterCount": 3,
33
- "isExtensionMethod": false
34
- }
35
- ],
36
- "properties": [],
37
- "fields": [],
38
- "events": [],
39
- "constructors": [
40
- {
41
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies,Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider):void|static=false",
42
- "isStatic": false,
43
- "parameterCount": 2
44
- }
45
- ]
46
- },
47
- {
48
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Migrations.SqliteMigrationBuilderExtensions",
49
- "clrName": "Microsoft.EntityFrameworkCore.Migrations.SqliteMigrationBuilderExtensions",
50
- "tsEmitName": "SqliteMigrationBuilderExtensions",
51
- "kind": "StaticNamespace",
52
- "accessibility": "Public",
53
- "isAbstract": true,
54
- "isSealed": true,
55
- "isStatic": true,
56
- "arity": 0,
57
- "methods": [
58
- {
59
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Migrations.SqliteMigrationBuilderExtensions::IsSqlite(Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder):System.Boolean",
60
- "clrName": "IsSqlite",
61
- "tsEmitName": "isSqlite",
62
- "normalizedSignature": "IsSqlite|(Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder):System.Boolean|static=true",
63
- "provenance": "Original",
64
- "emitScope": "ClassSurface",
65
- "isStatic": true,
66
- "isAbstract": false,
67
- "isVirtual": false,
68
- "isOverride": false,
69
- "isSealed": false,
70
- "arity": 0,
71
- "parameterCount": 1,
72
- "isExtensionMethod": true
73
- }
74
- ],
75
- "properties": [],
76
- "fields": [],
77
- "events": [],
78
- "constructors": []
79
- }
80
- ]
81
- }
@@ -1,157 +0,0 @@
1
- {
2
- "namespace": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal",
3
- "contributingAssemblies": [
4
- "Microsoft.EntityFrameworkCore.Sqlite"
5
- ],
6
- "types": [
7
- {
8
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteAnnotationCodeGenerator",
9
- "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteAnnotationCodeGenerator",
10
- "tsEmitName": "SqliteAnnotationCodeGenerator",
11
- "kind": "Class",
12
- "accessibility": "Public",
13
- "isAbstract": false,
14
- "isSealed": false,
15
- "isStatic": false,
16
- "arity": 0,
17
- "methods": [
18
- {
19
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteAnnotationCodeGenerator::GenerateFluentApiCalls(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
20
- "clrName": "GenerateFluentApiCalls",
21
- "tsEmitName": "generateFluentApiCalls",
22
- "normalizedSignature": "GenerateFluentApiCalls|(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
23
- "provenance": "Original",
24
- "emitScope": "ClassSurface",
25
- "isStatic": false,
26
- "isAbstract": false,
27
- "isVirtual": true,
28
- "isOverride": true,
29
- "isSealed": false,
30
- "arity": 0,
31
- "parameterCount": 2,
32
- "isExtensionMethod": false
33
- }
34
- ],
35
- "properties": [],
36
- "fields": [],
37
- "events": [],
38
- "constructors": [
39
- {
40
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Design.AnnotationCodeGeneratorDependencies):void|static=false",
41
- "isStatic": false,
42
- "parameterCount": 1
43
- }
44
- ]
45
- },
46
- {
47
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator",
48
- "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator",
49
- "tsEmitName": "SqliteCSharpRuntimeAnnotationCodeGenerator",
50
- "kind": "Class",
51
- "accessibility": "Public",
52
- "isAbstract": false,
53
- "isSealed": false,
54
- "isStatic": false,
55
- "arity": 0,
56
- "methods": [
57
- {
58
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
59
- "clrName": "Generate",
60
- "tsEmitName": "generate",
61
- "normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
62
- "provenance": "Original",
63
- "emitScope": "ClassSurface",
64
- "isStatic": false,
65
- "isAbstract": false,
66
- "isVirtual": true,
67
- "isOverride": true,
68
- "isSealed": false,
69
- "arity": 0,
70
- "parameterCount": 2,
71
- "isExtensionMethod": false
72
- },
73
- {
74
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
75
- "clrName": "Generate",
76
- "tsEmitName": "generate",
77
- "normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
78
- "provenance": "Original",
79
- "emitScope": "ClassSurface",
80
- "isStatic": false,
81
- "isAbstract": false,
82
- "isVirtual": true,
83
- "isOverride": true,
84
- "isSealed": false,
85
- "arity": 0,
86
- "parameterCount": 2,
87
- "isExtensionMethod": false
88
- },
89
- {
90
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteCSharpRuntimeAnnotationCodeGenerator::Generate(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void",
91
- "clrName": "Generate",
92
- "tsEmitName": "generate",
93
- "normalizedSignature": "Generate|(Microsoft.EntityFrameworkCore.Metadata.IColumn,Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorParameters):System.Void|static=false",
94
- "provenance": "Original",
95
- "emitScope": "ClassSurface",
96
- "isStatic": false,
97
- "isAbstract": false,
98
- "isVirtual": true,
99
- "isOverride": true,
100
- "isSealed": false,
101
- "arity": 0,
102
- "parameterCount": 2,
103
- "isExtensionMethod": false
104
- }
105
- ],
106
- "properties": [],
107
- "fields": [],
108
- "events": [],
109
- "constructors": [
110
- {
111
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Design.Internal.CSharpRuntimeAnnotationCodeGeneratorDependencies,Microsoft.EntityFrameworkCore.Design.Internal.RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies):void|static=false",
112
- "isStatic": false,
113
- "parameterCount": 2
114
- }
115
- ]
116
- },
117
- {
118
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteDesignTimeServices",
119
- "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteDesignTimeServices",
120
- "tsEmitName": "SqliteDesignTimeServices",
121
- "kind": "Class",
122
- "accessibility": "Public",
123
- "isAbstract": false,
124
- "isSealed": false,
125
- "isStatic": false,
126
- "arity": 0,
127
- "methods": [
128
- {
129
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.SqliteDesignTimeServices::ConfigureDesignTimeServices(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void",
130
- "clrName": "ConfigureDesignTimeServices",
131
- "tsEmitName": "configureDesignTimeServices",
132
- "normalizedSignature": "ConfigureDesignTimeServices|(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void|static=false",
133
- "provenance": "Original",
134
- "emitScope": "ClassSurface",
135
- "isStatic": false,
136
- "isAbstract": false,
137
- "isVirtual": true,
138
- "isOverride": false,
139
- "isSealed": false,
140
- "arity": 0,
141
- "parameterCount": 1,
142
- "isExtensionMethod": false
143
- }
144
- ],
145
- "properties": [],
146
- "fields": [],
147
- "events": [],
148
- "constructors": [
149
- {
150
- "normalizedSignature": "constructor|():void|static=false",
151
- "isStatic": false,
152
- "parameterCount": 0
153
- }
154
- ]
155
- }
156
- ]
157
- }
@@ -1,293 +0,0 @@
1
- {
2
- "namespace": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal",
3
- "contributingAssemblies": [
4
- "Microsoft.EntityFrameworkCore.Sqlite"
5
- ],
6
- "types": [
7
- {
8
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
9
- "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions",
10
- "tsEmitName": "SqliteLoggingDefinitions",
11
- "kind": "Class",
12
- "accessibility": "Public",
13
- "isAbstract": false,
14
- "isSealed": false,
15
- "isStatic": false,
16
- "arity": 0,
17
- "methods": [],
18
- "properties": [],
19
- "fields": [
20
- {
21
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogSchemaConfiguredMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
22
- "clrName": "LogSchemaConfigured",
23
- "tsEmitName": "logSchemaConfigured",
24
- "normalizedSignature": "LogSchemaConfigured|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
25
- "isStatic": false,
26
- "isReadOnly": false,
27
- "isLiteral": false
28
- },
29
- {
30
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogSequenceConfiguredMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
31
- "clrName": "LogSequenceConfigured",
32
- "tsEmitName": "logSequenceConfigured",
33
- "normalizedSignature": "LogSequenceConfigured|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
34
- "isStatic": false,
35
- "isReadOnly": false,
36
- "isLiteral": false
37
- },
38
- {
39
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogUsingSchemaSelectionsWarningMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
40
- "clrName": "LogUsingSchemaSelectionsWarning",
41
- "tsEmitName": "logUsingSchemaSelectionsWarning",
42
- "normalizedSignature": "LogUsingSchemaSelectionsWarning|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
43
- "isStatic": false,
44
- "isReadOnly": false,
45
- "isLiteral": false
46
- },
47
- {
48
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFoundColumnMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
49
- "clrName": "LogFoundColumn",
50
- "tsEmitName": "logFoundColumn",
51
- "normalizedSignature": "LogFoundColumn|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
52
- "isStatic": false,
53
- "isReadOnly": false,
54
- "isLiteral": false
55
- },
56
- {
57
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFoundForeignKeyMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
58
- "clrName": "LogFoundForeignKey",
59
- "tsEmitName": "logFoundForeignKey",
60
- "normalizedSignature": "LogFoundForeignKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
61
- "isStatic": false,
62
- "isReadOnly": false,
63
- "isLiteral": false
64
- },
65
- {
66
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogForeignKeyScaffoldErrorPrincipalTableNotFoundMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
67
- "clrName": "LogForeignKeyScaffoldErrorPrincipalTableNotFound",
68
- "tsEmitName": "logForeignKeyScaffoldErrorPrincipalTableNotFound",
69
- "normalizedSignature": "LogForeignKeyScaffoldErrorPrincipalTableNotFound|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
70
- "isStatic": false,
71
- "isReadOnly": false,
72
- "isLiteral": false
73
- },
74
- {
75
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFoundTableMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
76
- "clrName": "LogFoundTable",
77
- "tsEmitName": "logFoundTable",
78
- "normalizedSignature": "LogFoundTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
79
- "isStatic": false,
80
- "isReadOnly": false,
81
- "isLiteral": false
82
- },
83
- {
84
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogMissingTableMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
85
- "clrName": "LogMissingTable",
86
- "tsEmitName": "logMissingTable",
87
- "normalizedSignature": "LogMissingTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
88
- "isStatic": false,
89
- "isReadOnly": false,
90
- "isLiteral": false
91
- },
92
- {
93
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogPrincipalColumnNotFoundMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
94
- "clrName": "LogPrincipalColumnNotFound",
95
- "tsEmitName": "logPrincipalColumnNotFound",
96
- "normalizedSignature": "LogPrincipalColumnNotFound|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
97
- "isStatic": false,
98
- "isReadOnly": false,
99
- "isLiteral": false
100
- },
101
- {
102
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFoundIndexMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
103
- "clrName": "LogFoundIndex",
104
- "tsEmitName": "logFoundIndex",
105
- "normalizedSignature": "LogFoundIndex|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
106
- "isStatic": false,
107
- "isReadOnly": false,
108
- "isLiteral": false
109
- },
110
- {
111
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFoundPrimaryKeyMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
112
- "clrName": "LogFoundPrimaryKey",
113
- "tsEmitName": "logFoundPrimaryKey",
114
- "normalizedSignature": "LogFoundPrimaryKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
115
- "isStatic": false,
116
- "isReadOnly": false,
117
- "isLiteral": false
118
- },
119
- {
120
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFoundUniqueConstraintMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
121
- "clrName": "LogFoundUniqueConstraint",
122
- "tsEmitName": "logFoundUniqueConstraint",
123
- "normalizedSignature": "LogFoundUniqueConstraint|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
124
- "isStatic": false,
125
- "isReadOnly": false,
126
- "isLiteral": false
127
- },
128
- {
129
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogUnexpectedConnectionTypeMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
130
- "clrName": "LogUnexpectedConnectionType",
131
- "tsEmitName": "logUnexpectedConnectionType",
132
- "normalizedSignature": "LogUnexpectedConnectionType|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
133
- "isStatic": false,
134
- "isReadOnly": false,
135
- "isLiteral": false
136
- },
137
- {
138
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogTableRebuildPendingWarningMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
139
- "clrName": "LogTableRebuildPendingWarning",
140
- "tsEmitName": "logTableRebuildPendingWarning",
141
- "normalizedSignature": "LogTableRebuildPendingWarning|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
142
- "isStatic": false,
143
- "isReadOnly": false,
144
- "isLiteral": false
145
- },
146
- {
147
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogCompositeKeyWithValueGenerationMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
148
- "clrName": "LogCompositeKeyWithValueGeneration",
149
- "tsEmitName": "logCompositeKeyWithValueGeneration",
150
- "normalizedSignature": "LogCompositeKeyWithValueGeneration|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
151
- "isStatic": false,
152
- "isReadOnly": false,
153
- "isLiteral": false
154
- },
155
- {
156
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogConflictingValueGenerationStrategiesMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
157
- "clrName": "LogConflictingValueGenerationStrategies",
158
- "tsEmitName": "logConflictingValueGenerationStrategies",
159
- "normalizedSignature": "LogConflictingValueGenerationStrategies|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
160
- "isStatic": false,
161
- "isReadOnly": false,
162
- "isLiteral": false
163
- },
164
- {
165
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogInferringTypesMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
166
- "clrName": "LogInferringTypes",
167
- "tsEmitName": "logInferringTypes",
168
- "normalizedSignature": "LogInferringTypes|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
169
- "isStatic": false,
170
- "isReadOnly": false,
171
- "isLiteral": false
172
- },
173
- {
174
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogOutOfRangeWarningMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
175
- "clrName": "LogOutOfRangeWarning",
176
- "tsEmitName": "logOutOfRangeWarning",
177
- "normalizedSignature": "LogOutOfRangeWarning|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
178
- "isStatic": false,
179
- "isReadOnly": false,
180
- "isLiteral": false
181
- },
182
- {
183
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.SqliteLoggingDefinitions::LogFormatWarningMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
184
- "clrName": "LogFormatWarning",
185
- "tsEmitName": "logFormatWarning",
186
- "normalizedSignature": "LogFormatWarning|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
187
- "isStatic": false,
188
- "isReadOnly": false,
189
- "isLiteral": false
190
- }
191
- ],
192
- "events": [],
193
- "constructors": [
194
- {
195
- "normalizedSignature": "constructor|():void|static=false",
196
- "isStatic": false,
197
- "parameterCount": 0
198
- }
199
- ]
200
- },
201
- {
202
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData",
203
- "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData",
204
- "tsEmitName": "TableRebuildEventData",
205
- "kind": "Class",
206
- "accessibility": "Public",
207
- "isAbstract": false,
208
- "isSealed": false,
209
- "isStatic": false,
210
- "arity": 0,
211
- "methods": [],
212
- "properties": [
213
- {
214
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData::OperationType:System.Type",
215
- "clrName": "OperationType",
216
- "tsEmitName": "operationType",
217
- "normalizedSignature": "OperationType|:System.Type|static=false|accessor=get",
218
- "provenance": "Original",
219
- "emitScope": "ClassSurface",
220
- "isStatic": false,
221
- "isAbstract": false,
222
- "isVirtual": true,
223
- "isOverride": false,
224
- "isIndexer": false,
225
- "hasGetter": true,
226
- "hasSetter": false
227
- },
228
- {
229
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.TableRebuildEventData::TableName:System.String",
230
- "clrName": "TableName",
231
- "tsEmitName": "tableName",
232
- "normalizedSignature": "TableName|:System.String|static=false|accessor=get",
233
- "provenance": "Original",
234
- "emitScope": "ClassSurface",
235
- "isStatic": false,
236
- "isAbstract": false,
237
- "isVirtual": true,
238
- "isOverride": false,
239
- "isIndexer": false,
240
- "hasGetter": true,
241
- "hasSetter": false
242
- }
243
- ],
244
- "fields": [],
245
- "events": [],
246
- "constructors": [
247
- {
248
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Func_3[[Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[Microsoft.EntityFrameworkCore.Diagnostics.EventData,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Type,System.String):void|static=false",
249
- "isStatic": false,
250
- "parameterCount": 4
251
- }
252
- ]
253
- },
254
- {
255
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.UnexpectedConnectionTypeEventData",
256
- "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.UnexpectedConnectionTypeEventData",
257
- "tsEmitName": "UnexpectedConnectionTypeEventData",
258
- "kind": "Class",
259
- "accessibility": "Public",
260
- "isAbstract": false,
261
- "isSealed": false,
262
- "isStatic": false,
263
- "arity": 0,
264
- "methods": [],
265
- "properties": [
266
- {
267
- "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.UnexpectedConnectionTypeEventData::ConnectionType:System.Type",
268
- "clrName": "ConnectionType",
269
- "tsEmitName": "connectionType",
270
- "normalizedSignature": "ConnectionType|:System.Type|static=false|accessor=get",
271
- "provenance": "Original",
272
- "emitScope": "ClassSurface",
273
- "isStatic": false,
274
- "isAbstract": false,
275
- "isVirtual": true,
276
- "isOverride": false,
277
- "isIndexer": false,
278
- "hasGetter": true,
279
- "hasSetter": false
280
- }
281
- ],
282
- "fields": [],
283
- "events": [],
284
- "constructors": [
285
- {
286
- "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Func_3[[Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[Microsoft.EntityFrameworkCore.Diagnostics.EventData,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Type):void|static=false",
287
- "isStatic": false,
288
- "parameterCount": 3
289
- }
290
- ]
291
- }
292
- ]
293
- }