Open ericholscher opened 9 years ago
These parsing issues should be reduced to only the declarations that match the syntax of:
Foo.Bar.Item[]
-- which I'm not sure what this syntax is for, though I assume a list declaration?
These parsing issues should be reduced to only the declarations that match the syntax of: Foo.Bar.Item[] -- which I'm not sure what this syntax is for
That's the syntax for a C# indexer. An indexer lets you use dictionary style syntax with the type.
I'm seeing indexer parsing issues on the HttpAbstractions repo as well:
Microsoft\AspNet\Http\Features\FeatureCollection\index.rst:71: WARNING: Parsing signature failed: "Microsoft.AspNet.Http.Features.FeatureCollection.Item[Type]"
Microsoft\AspNet\Http\Features\IFeatureCollection\index.rst:72: WARNING: Parsing signature failed: "Microsoft.AspNet.Http.Features.IFeatureCollection.Item[Type]"
Microsoft\AspNet\Http\IFormFileCollection\index.rst:53: WARNING: Parsing signature failed: "Microsoft.AspNet.Http.IFormFileCollection.Item[System.String]"
Microsoft\AspNet\Http\IHeaderDictionary\index.rst:58: WARNING: Parsing signature failed: "Microsoft.AspNet.Http.IHeaderDictionary.Item[System.String]"
Microsoft\AspNet\Http\IReadableStringCollection\index.rst:72: WARNING: Parsing signature failed: "Microsoft.AspNet.Http.IReadableStringCollection.Item[System.String]"
Microsoft\AspNet\Http\Internal\FormFileCollection\index.rst:61: WARNING: Parsing signature failed: "Microsoft.AspNet.Http.Internal.FormFileCollection.Item[System.String]"
Microsoft\AspNet\Http\Internal\HeaderDictionary\index.rst:96: WARNING: Parsing signature failed: "Microsoft.AspNet.Http.Internal.HeaderDictionary.Item[System.String]"
Microsoft\AspNet\Http\Internal\ReadableStringCollection\index.rst:80: WARNING: Parsing signature failed: "Microsoft.AspNet.Http.Internal.ReadableStringCollection.Item[System.String]"
Microsoft\AspNet\Http\Internal\RequestCookiesCollection\index.rst:75: WARNING: Parsing signature failed: "Microsoft.AspNet.Http.Internal.RequestCookiesCollection.Item[System.String]"
Microsoft\AspNet\Owin\OwinFeatureCollection\index.rst:81: WARNING: Parsing signature failed: "Microsoft.AspNet.Owin.OwinFeatureCollection.Item[Type]"
I'm using the 1.0.0-rc1-final build of DNX with the latest build of docfx from https://myget.org/f/docfx-dev/api/v3/index.json on the master branch of the HttpAbstractions repo.
Logging:
Configuration:
Identity