Coder Social home page Coder Social logo

azzlack / microsoft.aspnet.webapi.helppage.ex Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 5.0 1.75 MB

Extensions for Microsoft ASP.NET Web API Help Pages

License: Apache License 2.0

Pascal 13.25% Puppet 2.55% C# 74.08% PowerShell 0.01% CSS 1.37% ASP 0.06% JavaScript 8.69%

microsoft.aspnet.webapi.helppage.ex's People

Contributors

akos-sereg avatar azzlack avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

microsoft.aspnet.webapi.helppage.ex's Issues

Translate FluentValidation?

Finally found one that works perfectly. Thanks.

In case you are still following this. I saw you got DataAnnotation works everywhere. Is there a way to translate FluentValidation attached to model into the documentation?

Member documentation only uses the `<returns>` value.

After switching to the MultipleXmlDocumentationProvider, I found that most if not all of our model properties suddenly have no more documentation.

A little digging fount that this is due to the code in: public string GetDocumentation(MemberInfo member), specifically this bit:

var s = new[] { GetTagValue(n, "returns") };
return string.Join("<br/>", s.Where(x => !string.IsNullOrEmpty(x)));

Most of our properties are described by the <summary> XML doc tag, which is also used by the original XML documentation provider. This is easy to fix on a case-by-case basis, but you might want to change the default in your project.

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.