Giter Site home page Giter Site logo

Comments (4)

mairaw avatar mairaw commented on July 26, 2024 1

I see the same behavior on apisof.net (/cc @terrajobst)
https://apisof.net/catalog/System.IO.Compression.GZipStream.WriteAsync(Byte(),Int32,Int32,CancellationToken)

Not sure if you can infer the default from reflection to be able to build the signature exactly (can't look right now)

Probably it would be best to open an issue at https://github.com/mono/api-doc-tools/ for @joelmartinez to investigate

from entityframework.apidocs.

ajcvickers avatar ajcvickers commented on July 26, 2024

From @smitpatel

Looks like issue in docs gen
https://github.com/aspnet/EntityFrameworkCore/blob/df9d2ccb47614b014c11903ed0eb8c9830da1d2c/src/EFCore/DbContext.cs#L491-L492

cc:@divega

from entityframework.apidocs.

divega avatar divega commented on July 26, 2024

@dend do you know if this is a general issue with the way the cancellationToken = default pattern gets rendered when the API ref docs are generated?

BTW, I tried to verify if this was happening on other APIs but all the new 2.1 APIs that happen to use this pattern seem to be missing from the .NET API Browser. E.g. https://docs.microsoft.com/en-us/dotnet/api/system.io.compression.gzipstream.writeasync?view=netcore-2.1 is missing this overload:

public override ValueTask WriteAsync(ReadOnlyMemory<byte> buffer, CancellationToken cancellationToken = default(CancellationToken))
{ }

cc: @mairaw

from entityframework.apidocs.

terrajobst avatar terrajobst commented on July 26, 2024

Our index hasn't been updated in a while (see below). We need to make some infrastructure changes and that's coming online later.
image
So it's possible that apisof.net is out-of-date. Not sure why that problem would apply to the docs though...

from entityframework.apidocs.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.