mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
Fix compiler warning
This commit is contained in:
@@ -65,9 +65,11 @@ namespace Microsoft.AspNet.Builder
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#pragma warning disable CS0649
|
||||||
class WebpackDevServerInfo {
|
class WebpackDevServerInfo {
|
||||||
public int Port;
|
public int Port;
|
||||||
public string PublicPath;
|
public string PublicPath;
|
||||||
}
|
}
|
||||||
|
#pragma warning restore CS0649
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user