File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/Components/Server/src Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,8 @@ static ServerComponentDeserializer()
71
71
}
72
72
}
73
73
74
+
75
+
74
76
// The following fields are only used in TryDeserializeSingleComponentDescriptor.
75
77
// The TryDeserializeComponentDescriptorCollection method uses a stateless
76
78
// approach to efficiently detect invalid component records.
Original file line number Diff line number Diff line change 51
51
<Compile Include =" $(ComponentsSharedSourceRoot)src\RootComponentOperationBatch.cs" />
52
52
<Compile Include =" $(ComponentsSharedSourceRoot)src\RootComponentOperationType.cs" />
53
53
<Compile Include =" $(ComponentsSharedSourceRoot)src\RootTypeCache.cs" />
54
+ <Compile Include =" $(ComponentsSharedSourceRoot)src\HotReloadManager.cs" LinkBase =" HotReload" />
54
55
<Compile Include =" $(ComponentsSharedSourceRoot)src\DefaultAntiforgeryStateProvider.cs" LinkBase =" Forms" />
55
56
<Compile Include =" $(ComponentsSharedSourceRoot)src\WebRendererId.cs" />
56
57
<Compile Include =" $(SharedSourceRoot)Components\ServerComponentSerializer.cs" LinkBase =" DependencyInjection" />
You can’t perform that action at this time.
0 commit comments