Skip to content

Commit 2df2ff5

Browse files
Update JSON files and increment serialization format version
1 parent 50dac13 commit 2df2ff5

File tree

8 files changed

+8672
-14956
lines changed

8 files changed

+8672
-14956
lines changed

src/Razor/src/Microsoft.CodeAnalysis.Razor.Workspaces/Serialization/MessagePack/SerializationFormat.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ internal static class SerializationFormat
99
// or any of the types that compose it changes. This includes: RazorConfiguration,
1010
// ProjectWorkspaceState, TagHelperDescriptor, and DocumentSnapshotHandle.
1111
// NOTE: If this version is changed, a coordinated insertion is required between Roslyn and Razor for the C# extension.
12-
public const int Version = 10;
12+
public const int Version = 11;
1313
}

src/Shared/Microsoft.AspNetCore.Razor.Serialization.Json/SerializationFormat.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ internal static class SerializationFormat
99
// or any of the types that compose it changes. This includes: RazorConfiguration,
1010
// ProjectWorkspaceState, TagHelperDescriptor, and DocumentSnapshotHandle.
1111
// NOTE: If this version is changed, a coordinated insertion is required between Roslyn and Razor for the C# extension.
12-
public const int Version = 10;
12+
public const int Version = 11;
1313
}

src/Shared/files/Compiler/taghelpers.json

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3812,10 +3812,10 @@
38123812
},
38133813
{
38143814
"__Checksum": {
3815-
"Data1": -4545064052966077203,
3816-
"Data2": 5281744655842642689,
3817-
"Data3": -1736328996792404140,
3818-
"Data4": -8420568105166294591
3815+
"Data1": 6231362703914857332,
3816+
"Data2": 5117075734903187732,
3817+
"Data3": -6764100699663594424,
3818+
"Data4": -4585122510622479232
38193819
},
38203820
"Kind": "Components.EventHandler",
38213821
"Name": "onabort",
@@ -3828,35 +3828,26 @@
38283828
"TagName": "*",
38293829
"Attributes": [
38303830
{
3831-
"Name": "@onabort",
3832-
"DisplayName": "@onabort",
3833-
"Metadata": {
3834-
"Common.DirectiveAttribute": "True"
3835-
}
3831+
"Flags": 3,
3832+
"Name": "@onabort"
38363833
}
38373834
]
38383835
},
38393836
{
38403837
"TagName": "*",
38413838
"Attributes": [
38423839
{
3843-
"Name": "@onabort:preventDefault",
3844-
"DisplayName": "@onabort:preventDefault",
3845-
"Metadata": {
3846-
"Common.DirectiveAttribute": "True"
3847-
}
3840+
"Flags": 3,
3841+
"Name": "@onabort:preventDefault"
38483842
}
38493843
]
38503844
},
38513845
{
38523846
"TagName": "*",
38533847
"Attributes": [
38543848
{
3855-
"Name": "@onabort:stopPropagation",
3856-
"DisplayName": "@onabort:stopPropagation",
3857-
"Metadata": {
3858-
"Common.DirectiveAttribute": "True"
3859-
}
3849+
"Flags": 3,
3850+
"Name": "@onabort:stopPropagation"
38603851
}
38613852
]
38623853
}

0 commit comments

Comments
 (0)