React to aspnet/Razor#382
This commit is contained in:
parent
6213354b85
commit
15cb2ce709
|
|
@ -30,7 +30,7 @@ namespace Microsoft.AspNet.Mvc.Razor
|
|||
propertyName: "SomeProperty",
|
||||
typeName: propertyType,
|
||||
isIndexer: false,
|
||||
usageDescriptor: null);
|
||||
designTimeDescriptor: null);
|
||||
var writer = new CSharpCodeWriter();
|
||||
var generatorContext = new ChunkGeneratorContext(
|
||||
host: null,
|
||||
|
|
|
|||
Loading…
Reference in New Issue