Skip to content

Commit 4501096

Browse files
committed
chore(warnings): Clean up warnings due to project.json
Forgot to upgrade project.json for Playground and ReactNative.Tests, as well as miscellaneous warnings in comments.
1 parent 104aa49 commit 4501096

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

ReactWindows/Playground/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"Facebook.CSSLayout": "2.0.0-pre",
3+
"Facebook.CSSLayout": "2.0.1-pre",
44
"Microsoft.ApplicationInsights": "1.0.0",
55
"Microsoft.ApplicationInsights.PersistenceChannel": "1.0.0",
66
"Microsoft.ApplicationInsights.WindowsApps": "1.0.0",

ReactWindows/ReactNative.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"Facebook.CSSLayout": "2.0.0-pre",
3+
"Facebook.CSSLayout": "2.0.1-pre",
44
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2"
55
},
66
"frameworks": {

ReactWindows/ReactNative/Views/Text/ReactSpanShadowNode.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ public override void UpdateInline(Inline inline)
131131
/// <summary>
132132
/// This method will be called by <see cref="UIManagerModule"/> once
133133
/// per batch, before calculating layout. This will only be called for
134-
/// nodes that are marked as updated with <see cref="MarkUpdated"/> or
135-
/// require layout (i.e., marked with <see cref="dirty"/>).
134+
/// nodes that are marked as updated with <see cref="ReactShadowNode.MarkUpdated"/> or
135+
/// require layout (i.e., marked with <see cref="ReactShadowNode.dirty"/> ).
136136
/// </summary>
137137
public override void OnBeforeLayout()
138138
{

ReactWindows/ReactNative/Views/Text/ReactTextShadowNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ private void UpdateTextBlockCore(RichTextBlock textBlock, bool measureOnly)
272272
/// This method will be called by <see cref="UIManagerModule"/> once
273273
/// per batch, before calculating layout. This will only be called for
274274
/// nodes that are marked as updated with <see cref="MarkUpdated"/> or
275-
/// require layout (i.e., marked with <see cref="dirty"/>).
275+
/// require layout (i.e., marked with <see cref="ReactShadowNode.dirty"/>).
276276
/// </summary>
277277
public override void OnBeforeLayout()
278278
{

0 commit comments

Comments
 (0)