Merge pull request #14097 from michaelnebel/csharp/extractorerrormessages

C#: Update extractor_messages relation schema.
This commit is contained in:
Michael Nebel
2023-09-06 14:01:36 +02:00
committed by GitHub
7 changed files with 8318 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
description: Update the schemas for some tables to disallow assembly locations.
compatibility: full

View File

@@ -136,7 +136,7 @@ diagnostics(
string error_tag: string ref,
string error_message: string ref,
string full_error_message: string ref,
int location: @location_default ref
int location: @location ref
);
extractor_messages(
@@ -145,7 +145,7 @@ extractor_messages(
string origin : string ref,
string text : string ref,
string entity : string ref,
int location: @location_default ref,
int location: @location ref,
string stack_trace : string ref
);

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
description: Update the schemas for some tables to allow assembly locations.
compatibility: full