You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell, the docfx metadata command configuration doesn't specify which project configuration or target framework to extract metadata for. In Noda Time we have some members which are present in one build but not another, and I'd really like to make this clear in the documentation... is there any way to either tell docfx which project configuration / tfm to build, or at least specify C# preprocessor symbols to define?
The text was updated successfully, but these errors were encountered:
Not sure if that's the same request @jskeet but I'd also love to see some indication in the docs of e.g. classes, for which target frameworks the code is available/visible..
At least IF you have multitarget projects, like NET40, NET45, netstandard14... and you ifdef parts of the code away, it would make sense to indicate that.
Advanced version could be something like the version switch at the top of the screen (MSDN docs).
The minimal solution could be an additional field near namespace and assembly? like:
@MichaCo: Yes, that's basically what I was intending to achieve, but I'd expected to have to do that with my own tooling, based on the results of running docfx twice. If docfx could do it itself, that would be even better :)
As far as I can tell, the
docfx metadata
command configuration doesn't specify which project configuration or target framework to extract metadata for. In Noda Time we have some members which are present in one build but not another, and I'd really like to make this clear in the documentation... is there any way to either tell docfx which project configuration / tfm to build, or at least specify C# preprocessor symbols to define?The text was updated successfully, but these errors were encountered: