@tsonic/microsoft-extensions 10.0.5 → 10.0.8

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 (56) hide show
  1. package/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +21 -19
  2. package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +25 -21
  3. package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +41 -33
  4. package/Microsoft.Extensions.Configuration/internal/index.d.ts +98 -89
  5. package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +13 -11
  6. package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +9 -7
  7. package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +16 -10
  8. package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +15 -9
  9. package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +11 -11
  10. package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +17 -17
  11. package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +6 -2
  12. package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +19 -11
  13. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +129 -118
  14. package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +18 -18
  15. package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +47 -31
  16. package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +25 -19
  17. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +1 -1
  18. package/Microsoft.Extensions.FileProviders/internal/index.d.ts +39 -39
  19. package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +12 -12
  20. package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +7 -7
  21. package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +11 -11
  22. package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +21 -15
  23. package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +21 -13
  24. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +16 -6
  25. package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +14 -10
  26. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +20 -20
  27. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +33 -15
  28. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +4 -2
  29. package/Microsoft.Extensions.Hosting/internal/index.d.ts +53 -39
  30. package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +13 -13
  31. package/Microsoft.Extensions.Http/internal/index.d.ts +14 -10
  32. package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +13 -9
  33. package/Microsoft.Extensions.Internal/internal/index.d.ts +5 -5
  34. package/Microsoft.Extensions.Localization/internal/index.d.ts +31 -19
  35. package/Microsoft.Extensions.Logging/internal/index.d.ts +80 -66
  36. package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +28 -22
  37. package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +4 -2
  38. package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +24 -10
  39. package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +5 -5
  40. package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +9 -7
  41. package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +9 -7
  42. package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +6 -6
  43. package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +23 -7
  44. package/Microsoft.Extensions.Options/internal/index.d.ts +168 -128
  45. package/Microsoft.Extensions.Primitives/internal/index.d.ts +40 -26
  46. package/Microsoft.Extensions.Validation/internal/index.d.ts +31 -21
  47. package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +5 -3
  48. package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +10 -4
  49. package/System.Diagnostics/internal/index.d.ts +25 -12
  50. package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +120 -70
  51. package/System.Net.Http/internal/index.d.ts +3 -3
  52. package/System.Security.Cryptography/internal/index.d.ts +12 -7
  53. package/System.Security.Cryptography.Pkcs/internal/index.d.ts +150 -75
  54. package/System.Security.Cryptography.Xml/internal/index.d.ts +101 -22
  55. package/__internal/extensions/index.d.ts +614 -505
  56. package/package.json +3 -3
@@ -6,15 +6,15 @@
6
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
7
 
8
8
  // Import types from other namespaces
9
- import type { IEnumerable, IList } from "@tsonic/dotnet/System.Collections.Generic.js";
10
- import type { CultureInfo } from "@tsonic/dotnet/System.Globalization.js";
11
- import type { SeekOrigin } from "@tsonic/dotnet/System.IO.js";
12
- import * as System_Internal from "@tsonic/dotnet/System.js";
13
- import type { Boolean as ClrBoolean, Byte, DateTime, Enum, EventArgs, EventHandler, Exception, Guid, IComparable, IConvertible, IDisposable, IFormattable, Int16, Int32, Int64, ISpanFormattable, Nullable, Object as ClrObject, String as ClrString, TimeSpan, Uri, Void } from "@tsonic/dotnet/System.js";
14
- import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
15
- import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization.js";
16
- import type { SecureString } from "@tsonic/dotnet/System.Security.js";
17
- import type { SecurityIdentifier } from "@tsonic/dotnet/System.Security.Principal.js";
9
+ import type { IEnumerable_1, IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
10
+ import type { CultureInfo } from "@tsonic/dotnet/System.Globalization/internal/index.js";
11
+ import type { SeekOrigin } from "@tsonic/dotnet/System.IO/internal/index.js";
12
+ import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
13
+ import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
14
+ import type { SecurityIdentifier } from "@tsonic/dotnet/System.Security.Principal/internal/index.js";
15
+ import type { SecureString } from "@tsonic/dotnet/System.Security/internal/index.js";
16
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
17
+ import type { Boolean as ClrBoolean, Byte, DateTime, Enum, EventArgs, EventHandler_1, Exception, Guid, IComparable, IConvertible, IDisposable, IFormattable, Int16, Int32, Int64, ISpanFormattable, Nullable_1, Object as ClrObject, String as ClrString, TimeSpan, Uri, Void } from "@tsonic/dotnet/System/internal/index.js";
18
18
 
19
19
  export enum EventLogIsolation {
20
20
  Application = 0,
@@ -97,6 +97,8 @@ export enum StandardEventTask {
97
97
 
98
98
 
99
99
  export interface EventBookmark$instance {
100
+ readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventBookmark: never;
101
+
100
102
  readonly BookmarkXml: string;
101
103
  }
102
104
 
@@ -109,6 +111,8 @@ export const EventBookmark: {
109
111
  export type EventBookmark = EventBookmark$instance;
110
112
 
111
113
  export interface EventKeyword$instance {
114
+ readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventKeyword: never;
115
+
112
116
  readonly DisplayName: string;
113
117
  readonly Name: string;
114
118
  readonly Value: long;
@@ -122,6 +126,8 @@ export const EventKeyword: {
122
126
  export type EventKeyword = EventKeyword$instance;
123
127
 
124
128
  export interface EventLevel$instance {
129
+ readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLevel: never;
130
+
125
131
  readonly DisplayName: string;
126
132
  readonly Name: string;
127
133
  readonly Value: int;
@@ -135,6 +141,8 @@ export const EventLevel: {
135
141
  export type EventLevel = EventLevel$instance;
136
142
 
137
143
  export interface EventLogConfiguration$instance {
144
+ readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogConfiguration: never;
145
+
138
146
  readonly __tsonic_iface_System_IDisposable: never;
139
147
 
140
148
  readonly IsClassicLog: boolean;
@@ -146,14 +154,14 @@ export interface EventLogConfiguration$instance {
146
154
  readonly LogType: EventLogType;
147
155
  MaximumSizeInBytes: long;
148
156
  readonly OwningProviderName: string;
149
- readonly ProviderBufferSize: Nullable<System_Internal.Int32>;
150
- readonly ProviderControlGuid: Nullable<Guid>;
151
- ProviderKeywords: Nullable<System_Internal.Int64>;
152
- readonly ProviderLatency: Nullable<System_Internal.Int32>;
153
- ProviderLevel: Nullable<System_Internal.Int32>;
154
- readonly ProviderMaximumNumberOfBuffers: Nullable<System_Internal.Int32>;
155
- readonly ProviderMinimumNumberOfBuffers: Nullable<System_Internal.Int32>;
156
- readonly ProviderNames: IEnumerable<System_Internal.String>;
157
+ readonly ProviderBufferSize: Nullable_1<System_Internal.Int32>;
158
+ readonly ProviderControlGuid: Nullable_1<Guid>;
159
+ ProviderKeywords: Nullable_1<System_Internal.Int64>;
160
+ readonly ProviderLatency: Nullable_1<System_Internal.Int32>;
161
+ ProviderLevel: Nullable_1<System_Internal.Int32>;
162
+ readonly ProviderMaximumNumberOfBuffers: Nullable_1<System_Internal.Int32>;
163
+ readonly ProviderMinimumNumberOfBuffers: Nullable_1<System_Internal.Int32>;
164
+ readonly ProviderNames: IEnumerable_1<System_Internal.String>;
157
165
  SecurityDescriptor: string;
158
166
  Dispose(): void;
159
167
  Dispose(disposing: boolean): void;
@@ -170,6 +178,8 @@ export const EventLogConfiguration: {
170
178
  export type EventLogConfiguration = EventLogConfiguration$instance;
171
179
 
172
180
  export interface EventLogException$instance extends Exception {
181
+ readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogException: never;
182
+
173
183
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
174
184
 
175
185
  readonly Message: string;
@@ -187,14 +197,16 @@ export const EventLogException: {
187
197
  export type EventLogException = EventLogException$instance;
188
198
 
189
199
  export interface EventLogInformation$instance {
190
- readonly Attributes: Nullable<System_Internal.Int32>;
191
- readonly CreationTime: Nullable<DateTime>;
192
- readonly FileSize: Nullable<System_Internal.Int64>;
193
- readonly IsLogFull: Nullable<System_Internal.Boolean>;
194
- readonly LastAccessTime: Nullable<DateTime>;
195
- readonly LastWriteTime: Nullable<DateTime>;
196
- readonly OldestRecordNumber: Nullable<System_Internal.Int64>;
197
- readonly RecordCount: Nullable<System_Internal.Int64>;
200
+ readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogInformation: never;
201
+
202
+ readonly Attributes: Nullable_1<System_Internal.Int32>;
203
+ readonly CreationTime: Nullable_1<DateTime>;
204
+ readonly FileSize: Nullable_1<System_Internal.Int64>;
205
+ readonly IsLogFull: Nullable_1<System_Internal.Boolean>;
206
+ readonly LastAccessTime: Nullable_1<DateTime>;
207
+ readonly LastWriteTime: Nullable_1<DateTime>;
208
+ readonly OldestRecordNumber: Nullable_1<System_Internal.Int64>;
209
+ readonly RecordCount: Nullable_1<System_Internal.Int64>;
198
210
  }
199
211
 
200
212
 
@@ -205,6 +217,8 @@ export const EventLogInformation: {
205
217
  export type EventLogInformation = EventLogInformation$instance;
206
218
 
207
219
  export interface EventLogInvalidDataException$instance extends EventLogException {
220
+ readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogInvalidDataException: never;
221
+
208
222
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
209
223
 
210
224
  }
@@ -220,6 +234,8 @@ export const EventLogInvalidDataException: {
220
234
  export type EventLogInvalidDataException = EventLogInvalidDataException$instance;
221
235
 
222
236
  export interface EventLogLink$instance {
237
+ readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogLink: never;
238
+
223
239
  readonly DisplayName: string;
224
240
  readonly IsImported: boolean;
225
241
  readonly LogName: string;
@@ -233,6 +249,8 @@ export const EventLogLink: {
233
249
  export type EventLogLink = EventLogLink$instance;
234
250
 
235
251
  export interface EventLogNotFoundException$instance extends EventLogException {
252
+ readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogNotFoundException: never;
253
+
236
254
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
237
255
 
238
256
  }
@@ -248,6 +266,8 @@ export const EventLogNotFoundException: {
248
266
  export type EventLogNotFoundException = EventLogNotFoundException$instance;
249
267
 
250
268
  export interface EventLogPropertySelector$instance {
269
+ readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogPropertySelector: never;
270
+
251
271
  readonly __tsonic_iface_System_IDisposable: never;
252
272
 
253
273
  Dispose(): void;
@@ -256,13 +276,15 @@ export interface EventLogPropertySelector$instance {
256
276
 
257
277
 
258
278
  export const EventLogPropertySelector: {
259
- new(propertyQueries: IEnumerable<System_Internal.String>): EventLogPropertySelector;
279
+ new(propertyQueries: IEnumerable_1<System_Internal.String>): EventLogPropertySelector;
260
280
  };
261
281
 
262
282
 
263
283
  export type EventLogPropertySelector = EventLogPropertySelector$instance;
264
284
 
265
285
  export interface EventLogProviderDisabledException$instance extends EventLogException {
286
+ readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogProviderDisabledException: never;
287
+
266
288
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
267
289
 
268
290
  }
@@ -278,6 +300,8 @@ export const EventLogProviderDisabledException: {
278
300
  export type EventLogProviderDisabledException = EventLogProviderDisabledException$instance;
279
301
 
280
302
  export interface EventLogQuery$instance {
303
+ readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogQuery: never;
304
+
281
305
  ReverseDirection: boolean;
282
306
  Session: EventLogSession;
283
307
  TolerateQueryErrors: boolean;
@@ -293,10 +317,12 @@ export const EventLogQuery: {
293
317
  export type EventLogQuery = EventLogQuery$instance;
294
318
 
295
319
  export interface EventLogReader$instance {
320
+ readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogReader: never;
321
+
296
322
  readonly __tsonic_iface_System_IDisposable: never;
297
323
 
298
324
  BatchSize: int;
299
- readonly LogStatus: IList<EventLogStatus>;
325
+ readonly LogStatus: IList_1<EventLogStatus>;
300
326
  CancelReading(): void;
301
327
  Dispose(): void;
302
328
  Dispose(disposing: boolean): void;
@@ -319,6 +345,8 @@ export const EventLogReader: {
319
345
  export type EventLogReader = EventLogReader$instance;
320
346
 
321
347
  export interface EventLogReadingException$instance extends EventLogException {
348
+ readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogReadingException: never;
349
+
322
350
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
323
351
 
324
352
  }
@@ -334,39 +362,41 @@ export const EventLogReadingException: {
334
362
  export type EventLogReadingException = EventLogReadingException$instance;
335
363
 
336
364
  export interface EventLogRecord$instance extends EventRecord {
365
+ readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogRecord: never;
366
+
337
367
  readonly __tsonic_iface_System_IDisposable: never;
338
368
 
339
- readonly ActivityId: Nullable<Guid>;
369
+ readonly ActivityId: Nullable_1<Guid>;
340
370
  readonly Bookmark: EventBookmark;
341
371
  readonly ContainerLog: string;
342
372
  readonly Id: int;
343
- readonly Keywords: Nullable<System_Internal.Int64>;
344
- readonly KeywordsDisplayNames: IEnumerable<System_Internal.String>;
345
- readonly Level: Nullable<System_Internal.Byte>;
373
+ readonly Keywords: Nullable_1<System_Internal.Int64>;
374
+ readonly KeywordsDisplayNames: IEnumerable_1<System_Internal.String>;
375
+ readonly Level: Nullable_1<System_Internal.Byte>;
346
376
  readonly LevelDisplayName: string;
347
377
  readonly LogName: string;
348
378
  readonly MachineName: string;
349
- readonly MatchedQueryIds: IEnumerable<System_Internal.Int32>;
350
- readonly Opcode: Nullable<System_Internal.Int16>;
379
+ readonly MatchedQueryIds: IEnumerable_1<System_Internal.Int32>;
380
+ readonly Opcode: Nullable_1<System_Internal.Int16>;
351
381
  readonly OpcodeDisplayName: string;
352
- readonly ProcessId: Nullable<System_Internal.Int32>;
353
- readonly Properties: IList<EventProperty>;
354
- readonly ProviderId: Nullable<Guid>;
382
+ readonly ProcessId: Nullable_1<System_Internal.Int32>;
383
+ readonly Properties: IList_1<EventProperty>;
384
+ readonly ProviderId: Nullable_1<Guid>;
355
385
  readonly ProviderName: string;
356
- readonly Qualifiers: Nullable<System_Internal.Int32>;
357
- readonly RecordId: Nullable<System_Internal.Int64>;
358
- readonly RelatedActivityId: Nullable<Guid>;
359
- readonly Task: Nullable<System_Internal.Int32>;
386
+ readonly Qualifiers: Nullable_1<System_Internal.Int32>;
387
+ readonly RecordId: Nullable_1<System_Internal.Int64>;
388
+ readonly RelatedActivityId: Nullable_1<Guid>;
389
+ readonly Task: Nullable_1<System_Internal.Int32>;
360
390
  readonly TaskDisplayName: string;
361
- readonly ThreadId: Nullable<System_Internal.Int32>;
362
- readonly TimeCreated: Nullable<DateTime>;
391
+ readonly ThreadId: Nullable_1<System_Internal.Int32>;
392
+ readonly TimeCreated: Nullable_1<DateTime>;
363
393
  readonly UserId: SecurityIdentifier;
364
- readonly Version: Nullable<System_Internal.Byte>;
394
+ readonly Version: Nullable_1<System_Internal.Byte>;
365
395
  Dispose(disposing: boolean): void;
366
396
  Dispose(): void;
367
397
  FormatDescription(): string;
368
- FormatDescription(values: IEnumerable<unknown>): string;
369
- GetPropertyValues(propertySelector: EventLogPropertySelector): IList<unknown>;
398
+ FormatDescription(values: IEnumerable_1<unknown>): string;
399
+ GetPropertyValues(propertySelector: EventLogPropertySelector): IList_1<unknown>;
370
400
  ToXml(): string;
371
401
  }
372
402
 
@@ -378,6 +408,8 @@ export const EventLogRecord: {
378
408
  export type EventLogRecord = EventLogRecord$instance;
379
409
 
380
410
  export interface EventLogSession$instance {
411
+ readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogSession: never;
412
+
381
413
  readonly __tsonic_iface_System_IDisposable: never;
382
414
 
383
415
  CancelCurrentOperations(): void;
@@ -390,8 +422,8 @@ export interface EventLogSession$instance {
390
422
  ExportLogAndMessages(path: string, pathType: PathType, query: string, targetFilePath: string): void;
391
423
  ExportLogAndMessages(path: string, pathType: PathType, query: string, targetFilePath: string, tolerateQueryErrors: boolean, targetCultureInfo: CultureInfo): void;
392
424
  GetLogInformation(logName: string, pathType: PathType): EventLogInformation;
393
- GetLogNames(): IEnumerable<System_Internal.String>;
394
- GetProviderNames(): IEnumerable<System_Internal.String>;
425
+ GetLogNames(): IEnumerable_1<System_Internal.String>;
426
+ GetProviderNames(): IEnumerable_1<System_Internal.String>;
395
427
  }
396
428
 
397
429
 
@@ -406,6 +438,8 @@ export const EventLogSession: {
406
438
  export type EventLogSession = EventLogSession$instance;
407
439
 
408
440
  export interface EventLogStatus$instance {
441
+ readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogStatus: never;
442
+
409
443
  readonly LogName: string;
410
444
  readonly StatusCode: int;
411
445
  }
@@ -418,6 +452,8 @@ export const EventLogStatus: {
418
452
  export type EventLogStatus = EventLogStatus$instance;
419
453
 
420
454
  export interface EventLogWatcher$instance {
455
+ readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventLogWatcher: never;
456
+
421
457
  readonly __tsonic_iface_System_IDisposable: never;
422
458
 
423
459
  Enabled: boolean;
@@ -437,9 +473,11 @@ export const EventLogWatcher: {
437
473
  export type EventLogWatcher = EventLogWatcher$instance;
438
474
 
439
475
  export interface EventMetadata$instance {
476
+ readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventMetadata: never;
477
+
440
478
  readonly Description: string;
441
479
  readonly Id: long;
442
- readonly Keywords: IEnumerable<EventKeyword>;
480
+ readonly Keywords: IEnumerable_1<EventKeyword>;
443
481
  readonly Level: EventLevel;
444
482
  readonly LogLink: EventLogLink;
445
483
  readonly Opcode: EventOpcode;
@@ -456,6 +494,8 @@ export const EventMetadata: {
456
494
  export type EventMetadata = EventMetadata$instance;
457
495
 
458
496
  export interface EventOpcode$instance {
497
+ readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventOpcode: never;
498
+
459
499
  readonly DisplayName: string;
460
500
  readonly Name: string;
461
501
  readonly Value: int;
@@ -469,6 +509,8 @@ export const EventOpcode: {
469
509
  export type EventOpcode = EventOpcode$instance;
470
510
 
471
511
  export interface EventProperty$instance {
512
+ readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventProperty: never;
513
+
472
514
  readonly Value: unknown;
473
515
  }
474
516
 
@@ -480,36 +522,38 @@ export const EventProperty: {
480
522
  export type EventProperty = EventProperty$instance;
481
523
 
482
524
  export interface EventRecord$instance {
525
+ readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventRecord: never;
526
+
483
527
  readonly __tsonic_iface_System_IDisposable: never;
484
528
 
485
- readonly ActivityId: Nullable<Guid>;
529
+ readonly ActivityId: Nullable_1<Guid>;
486
530
  readonly Bookmark: EventBookmark;
487
531
  readonly Id: int;
488
- readonly Keywords: Nullable<System_Internal.Int64>;
489
- readonly KeywordsDisplayNames: IEnumerable<System_Internal.String>;
490
- readonly Level: Nullable<System_Internal.Byte>;
532
+ readonly Keywords: Nullable_1<System_Internal.Int64>;
533
+ readonly KeywordsDisplayNames: IEnumerable_1<System_Internal.String>;
534
+ readonly Level: Nullable_1<System_Internal.Byte>;
491
535
  readonly LevelDisplayName: string;
492
536
  readonly LogName: string;
493
537
  readonly MachineName: string;
494
- readonly Opcode: Nullable<System_Internal.Int16>;
538
+ readonly Opcode: Nullable_1<System_Internal.Int16>;
495
539
  readonly OpcodeDisplayName: string;
496
- readonly ProcessId: Nullable<System_Internal.Int32>;
497
- readonly Properties: IList<EventProperty>;
498
- readonly ProviderId: Nullable<Guid>;
540
+ readonly ProcessId: Nullable_1<System_Internal.Int32>;
541
+ readonly Properties: IList_1<EventProperty>;
542
+ readonly ProviderId: Nullable_1<Guid>;
499
543
  readonly ProviderName: string;
500
- readonly Qualifiers: Nullable<System_Internal.Int32>;
501
- readonly RecordId: Nullable<System_Internal.Int64>;
502
- readonly RelatedActivityId: Nullable<Guid>;
503
- readonly Task: Nullable<System_Internal.Int32>;
544
+ readonly Qualifiers: Nullable_1<System_Internal.Int32>;
545
+ readonly RecordId: Nullable_1<System_Internal.Int64>;
546
+ readonly RelatedActivityId: Nullable_1<Guid>;
547
+ readonly Task: Nullable_1<System_Internal.Int32>;
504
548
  readonly TaskDisplayName: string;
505
- readonly ThreadId: Nullable<System_Internal.Int32>;
506
- readonly TimeCreated: Nullable<DateTime>;
549
+ readonly ThreadId: Nullable_1<System_Internal.Int32>;
550
+ readonly TimeCreated: Nullable_1<DateTime>;
507
551
  readonly UserId: SecurityIdentifier;
508
- readonly Version: Nullable<System_Internal.Byte>;
552
+ readonly Version: Nullable_1<System_Internal.Byte>;
509
553
  Dispose(): void;
510
554
  Dispose(disposing: boolean): void;
511
555
  FormatDescription(): string;
512
- FormatDescription(values: IEnumerable<unknown>): string;
556
+ FormatDescription(values: IEnumerable_1<unknown>): string;
513
557
  ToXml(): string;
514
558
  }
515
559
 
@@ -521,6 +565,8 @@ export const EventRecord: (abstract new() => EventRecord) & {
521
565
  export type EventRecord = EventRecord$instance;
522
566
 
523
567
  export interface EventRecordWrittenEventArgs$instance extends EventArgs {
568
+ readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventRecordWrittenEventArgs: never;
569
+
524
570
  readonly EventException: Exception;
525
571
  readonly EventRecord: EventRecord;
526
572
  }
@@ -533,6 +579,8 @@ export const EventRecordWrittenEventArgs: {
533
579
  export type EventRecordWrittenEventArgs = EventRecordWrittenEventArgs$instance;
534
580
 
535
581
  export interface EventTask$instance {
582
+ readonly __tsonic_type_System_Diagnostics_Eventing_Reader_EventTask: never;
583
+
536
584
  readonly DisplayName: string;
537
585
  readonly EventGuid: Guid;
538
586
  readonly Name: string;
@@ -547,21 +595,23 @@ export const EventTask: {
547
595
  export type EventTask = EventTask$instance;
548
596
 
549
597
  export interface ProviderMetadata$instance {
598
+ readonly __tsonic_type_System_Diagnostics_Eventing_Reader_ProviderMetadata: never;
599
+
550
600
  readonly __tsonic_iface_System_IDisposable: never;
551
601
 
552
602
  readonly DisplayName: string;
553
- readonly Events: IEnumerable<EventMetadata>;
603
+ readonly Events: IEnumerable_1<EventMetadata>;
554
604
  readonly HelpLink: Uri;
555
605
  readonly Id: Guid;
556
- readonly Keywords: IList<EventKeyword>;
557
- readonly Levels: IList<EventLevel>;
558
- readonly LogLinks: IList<EventLogLink>;
606
+ readonly Keywords: IList_1<EventKeyword>;
607
+ readonly Levels: IList_1<EventLevel>;
608
+ readonly LogLinks: IList_1<EventLogLink>;
559
609
  readonly MessageFilePath: string;
560
610
  readonly Name: string;
561
- readonly Opcodes: IList<EventOpcode>;
611
+ readonly Opcodes: IList_1<EventOpcode>;
562
612
  readonly ParameterFilePath: string;
563
613
  readonly ResourceFilePath: string;
564
- readonly Tasks: IList<EventTask>;
614
+ readonly Tasks: IList_1<EventTask>;
565
615
  Dispose(): void;
566
616
  Dispose(disposing: boolean): void;
567
617
  }
@@ -6,9 +6,9 @@
6
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
7
 
8
8
  // Import types from other namespaces
9
- import * as System_Internal from "@tsonic/dotnet/System.js";
10
- import type { Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
11
- import type { HttpClient, HttpMessageHandler } from "@tsonic/dotnet/System.Net.Http.js";
9
+ import type { HttpClient, HttpMessageHandler } from "@tsonic/dotnet/System.Net.Http/internal/index.js";
10
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
11
+ import type { Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
12
12
 
13
13
  export interface IHttpClientFactory$instance {
14
14
  readonly __tsonic_iface_System_Net_Http_IHttpClientFactory: never;
@@ -6,13 +6,15 @@
6
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
7
 
8
8
  // Import types from other namespaces
9
- import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
10
- import type { ICollection, IEnumerable, IEnumerator } from "@tsonic/dotnet/System.Collections.js";
11
- import * as System_Internal from "@tsonic/dotnet/System.js";
12
- import type { Boolean as ClrBoolean, Int32, Object as ClrObject, Void } from "@tsonic/dotnet/System.js";
13
- import type { AsnEncodedData, AsnEncodedDataCollection, Oid } from "@tsonic/dotnet/System.Security.Cryptography.js";
9
+ import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
10
+ import type { ICollection, IEnumerable, IEnumerator } from "@tsonic/dotnet/System.Collections/internal/index.js";
11
+ import type { AsnEncodedData, AsnEncodedDataCollection, Oid } from "@tsonic/dotnet/System.Security.Cryptography/internal/index.js";
12
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
13
+ import type { Boolean as ClrBoolean, Int32, Object as ClrObject, Void } from "@tsonic/dotnet/System/internal/index.js";
14
14
 
15
15
  export interface CryptographicAttributeObject$instance {
16
+ readonly __tsonic_type_System_Security_Cryptography_CryptographicAttributeObject: never;
17
+
16
18
  readonly Oid: Oid;
17
19
  readonly Values: AsnEncodedDataCollection;
18
20
  }
@@ -27,12 +29,13 @@ export const CryptographicAttributeObject: {
27
29
  export type CryptographicAttributeObject = CryptographicAttributeObject$instance;
28
30
 
29
31
  export interface CryptographicAttributeObjectCollection$instance {
32
+ readonly __tsonic_type_System_Security_Cryptography_CryptographicAttributeObjectCollection: never;
33
+
30
34
  readonly __tsonic_iface_System_Collections_ICollection: never;
31
35
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
32
36
 
33
37
  readonly Count: int;
34
38
  readonly IsSynchronized: boolean;
35
- readonly [index: number]: CryptographicAttributeObject;
36
39
  readonly SyncRoot: unknown;
37
40
  Add(asnEncodedData: AsnEncodedData): int;
38
41
  Add(attribute: CryptographicAttributeObject): int;
@@ -48,9 +51,11 @@ export const CryptographicAttributeObjectCollection: {
48
51
  };
49
52
 
50
53
 
51
- export type CryptographicAttributeObjectCollection = CryptographicAttributeObjectCollection$instance;
54
+ export type CryptographicAttributeObjectCollection = CryptographicAttributeObjectCollection$instance & { readonly [index: number]: CryptographicAttributeObject; };
52
55
 
53
56
  export interface CryptographicAttributeObjectEnumerator$instance {
57
+ readonly __tsonic_type_System_Security_Cryptography_CryptographicAttributeObjectEnumerator: never;
58
+
54
59
  readonly __tsonic_iface_System_Collections_IEnumerator: never;
55
60
 
56
61
  readonly Current: CryptographicAttributeObject;